mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
linux-rp-2.6.23: Keypad driver for Zylonite.
This is a backport from Eric Miao's patchset. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3826 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
+3
-1
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Linux kernel version: 2.6.23
|
# Linux kernel version: 2.6.23
|
||||||
# Tue Feb 12 18:04:14 2008
|
# Mon Feb 18 01:42:46 2008
|
||||||
#
|
#
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||||
@@ -729,11 +729,13 @@ CONFIG_KEYBOARD_ATKBD=y
|
|||||||
# CONFIG_KEYBOARD_XTKBD is not set
|
# CONFIG_KEYBOARD_XTKBD is not set
|
||||||
# CONFIG_KEYBOARD_NEWTON is not set
|
# CONFIG_KEYBOARD_NEWTON is not set
|
||||||
# CONFIG_KEYBOARD_STOWAWAY is not set
|
# CONFIG_KEYBOARD_STOWAWAY is not set
|
||||||
|
CONFIG_KEYBOARD_PXA27x=y
|
||||||
# CONFIG_KEYBOARD_GPIO is not set
|
# CONFIG_KEYBOARD_GPIO is not set
|
||||||
# CONFIG_INPUT_MOUSE is not set
|
# CONFIG_INPUT_MOUSE is not set
|
||||||
# CONFIG_INPUT_JOYSTICK is not set
|
# CONFIG_INPUT_JOYSTICK is not set
|
||||||
# CONFIG_INPUT_TABLET is not set
|
# CONFIG_INPUT_TABLET is not set
|
||||||
CONFIG_INPUT_TOUCHSCREEN=y
|
CONFIG_INPUT_TOUCHSCREEN=y
|
||||||
|
CONFIG_TOUCHSCREEN_ZYLONITE=y
|
||||||
# CONFIG_TOUCHSCREEN_FUJITSU is not set
|
# CONFIG_TOUCHSCREEN_FUJITSU is not set
|
||||||
# CONFIG_TOUCHSCREEN_GUNZE is not set
|
# CONFIG_TOUCHSCREEN_GUNZE is not set
|
||||||
# CONFIG_TOUCHSCREEN_ELO is not set
|
# CONFIG_TOUCHSCREEN_ELO is not set
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -140,6 +140,7 @@ SRC_URI_append_zylonite ="\
|
|||||||
file://zylonite-boot.patch;patch=1 \
|
file://zylonite-boot.patch;patch=1 \
|
||||||
file://zylonite_mtd-r0.patch;patch=1 \
|
file://zylonite_mtd-r0.patch;patch=1 \
|
||||||
file://zylonite_touch-r0.patch;patch=1 \
|
file://zylonite_touch-r0.patch;patch=1 \
|
||||||
|
file://zylonite_keypad-r0.patch;patch=1 \
|
||||||
"
|
"
|
||||||
|
|
||||||
S = "${WORKDIR}/linux-2.6.23"
|
S = "${WORKDIR}/linux-2.6.23"
|
||||||
|
|||||||
Reference in New Issue
Block a user