diff options
author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-07-14 13:57:06 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-14 13:57:06 +0000 |
commit | b4fb1a340df59e0db01de9b022ca4697b3d35972 (patch) | |
tree | 787b02605bc4e0bb7b2406daa3191b9fd7660526 /packages/linux/linux-jlime-jornada7xx-2.6.17/Kconfig-Keyboard-Jornada720.patch | |
parent | 87fce2574a38e51cae0552f07371671ed1bc11df (diff) |
Moving linux-jlime-${ARCH}-* -> linux-jlime-${machine}-*:
* Changing from arch->machine due to the addition of 56x support. This
requires different kernel but since both 72x and 56x are arm we need to
use MACHINE to define instead.
conf/local.conf : Changing ARCH -> MACHINE.
Diffstat (limited to 'packages/linux/linux-jlime-jornada7xx-2.6.17/Kconfig-Keyboard-Jornada720.patch')
-rw-r--r-- | packages/linux/linux-jlime-jornada7xx-2.6.17/Kconfig-Keyboard-Jornada720.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/linux/linux-jlime-jornada7xx-2.6.17/Kconfig-Keyboard-Jornada720.patch b/packages/linux/linux-jlime-jornada7xx-2.6.17/Kconfig-Keyboard-Jornada720.patch new file mode 100644 index 0000000000..b9c632447c --- /dev/null +++ b/packages/linux/linux-jlime-jornada7xx-2.6.17/Kconfig-Keyboard-Jornada720.patch @@ -0,0 +1,13 @@ +--- linux-2.6.17-vanilla/drivers/input/keyboard/Kconfig 2006-06-18 01:49:35.000000000 +0000 ++++ linux-2.6.17/drivers/input/keyboard/Kconfig 2006-07-10 17:06:11.000000000 +0000 +@@ -183,4 +183,10 @@ + This driver implements support for HIL-keyboards attached + to your machine, so normally you should say Y here. + ++config KEYBOARD_JORNADA720 ++ tristate "HP Jornada 720 Keyboard Support" ++ depends on SA1100_JORNADA720 ++ default y ++ help ++ Say yes here if you want Jornada 720 keyboard support. + endif |