meta-digi-arm: Update linux-dey to support the pswitch driver.
https://jira.digi.com/browse/DEL-580 Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
cfd04a953b
commit
f07edd2cca
|
|
@ -1,3 +1,4 @@
|
|||
CONFIG_LOCALVERSION="mxs"
|
||||
# CONFIG_SWAP is not set
|
||||
CONFIG_SYSVIPC=y
|
||||
CONFIG_NO_HZ=y
|
||||
|
|
@ -23,6 +24,8 @@ CONFIG_ARCH_MXS=y
|
|||
# CONFIG_ARM_THUMB is not set
|
||||
CONFIG_PREEMPT_VOLUNTARY=y
|
||||
CONFIG_AEABI=y
|
||||
CONFIG_ZBOOT_ROM_TEXT=0x0
|
||||
CONFIG_ZBOOT_ROM_BSS=0x0
|
||||
CONFIG_FPE_NWFPE=y
|
||||
# CONFIG_BINFMT_SCRIPT is not set
|
||||
CONFIG_NET=y
|
||||
|
|
@ -92,7 +95,8 @@ CONFIG_ATH6KL=m
|
|||
CONFIG_ATH6KL_SDIO=m
|
||||
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
|
||||
CONFIG_INPUT_EVDEV=y
|
||||
# CONFIG_INPUT_KEYBOARD is not set
|
||||
# CONFIG_KEYBOARD_ATKBD is not set
|
||||
CONFIG_KEYBOARD_MXS_PSWITCH=y
|
||||
# CONFIG_INPUT_MOUSE is not set
|
||||
CONFIG_INPUT_TOUCHSCREEN=y
|
||||
CONFIG_TOUCHSCREEN_TSC2007=m
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright (C) 2012 Digi International
|
||||
|
||||
SRCREV_external = ""
|
||||
SRCREV_internal = "8c7126698001b717dd635a495663905727922f30"
|
||||
SRCREV_internal = "ce25e26b4937d169cc883612fa6a84622e656fec"
|
||||
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
|
||||
|
||||
SRC_URI_external = "${DIGI_GITHUB_GIT}/yocto-linux.git;protocol=git"
|
||||
|
|
|
|||
Loading…
Reference in New Issue