diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-11-12 08:54:54 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-11-12 08:54:54 +0000 |
commit | bb0e4528f26c38f41123cc42ff52edef86429645 (patch) | |
tree | bc07d933e76bcc91ec3c6642781d104aa8172d27 | |
parent | 51b9aa91a6e9a2625c72019d5b939432f7625ed6 (diff) |
linux-openmoko_2.6.22.5.bb : enable uinput module as some need it for
external keyboards.
-rw-r--r-- | packages/linux/linux-openmoko/defconfig-2.6.22.5 | 11 | ||||
-rw-r--r-- | packages/linux/linux-openmoko_2.6.22.5.bb | 2 |
2 files changed, 10 insertions, 3 deletions
diff --git a/packages/linux/linux-openmoko/defconfig-2.6.22.5 b/packages/linux/linux-openmoko/defconfig-2.6.22.5 index 902cab094c..5c0396199f 100644 --- a/packages/linux/linux-openmoko/defconfig-2.6.22.5 +++ b/packages/linux/linux-openmoko/defconfig-2.6.22.5 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.22.5 -# Thu Nov 8 21:49:01 2007 +# Mon Nov 12 08:23:42 2007 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -928,7 +928,13 @@ CONFIG_TOUCHSCREEN_S3C2410=y # CONFIG_TOUCHSCREEN_TOUCHWIN is not set # CONFIG_TOUCHSCREEN_UCB1400 is not set # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set -# CONFIG_INPUT_MISC is not set +CONFIG_INPUT_MISC=y +# CONFIG_INPUT_ATI_REMOTE is not set +# CONFIG_INPUT_ATI_REMOTE2 is not set +# CONFIG_INPUT_KEYSPAN_REMOTE is not set +# CONFIG_INPUT_POWERMATE is not set +# CONFIG_INPUT_YEALINK is not set +CONFIG_INPUT_UINPUT=m # # Hardware I/O ports @@ -1251,6 +1257,7 @@ CONFIG_SND_SOC=m CONFIG_SND_S3C24XX_SOC=m CONFIG_SND_S3C24XX_SOC_I2S=m CONFIG_SND_S3C24XX_SOC_NEO1973_WM8753=m +# CONFIG_SND_S3C24XX_SOC_NEO1973_GTA02_WM8753 is not set # # SoC Audio support for SuperH diff --git a/packages/linux/linux-openmoko_2.6.22.5.bb b/packages/linux/linux-openmoko_2.6.22.5.bb index 121d79b0a8..00664ad448 100644 --- a/packages/linux/linux-openmoko_2.6.22.5.bb +++ b/packages/linux/linux-openmoko_2.6.22.5.bb @@ -9,7 +9,7 @@ KERNEL_RELEASE = "2.6.22.5" #PV = "${VANILLA_VERSION}+${KERNEL_RELEASE}-moko11+svnr${SRCREV}" PV = "${KERNEL_RELEASE}-moko11+svnr${SRCREV}" -PR = "r7" +PR = "r8" KERNEL_IMAGETYPE = "uImage" UBOOT_ENTRYPOINT = "30008000" |