diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-05-02 18:46:40 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-05-02 18:46:40 +0000 |
commit | 24285689a30c461bc19ddd45c092154c8cd986c8 (patch) | |
tree | 9bcc1ad1662113a97e17f72f107c9ec3fb5e0f8d | |
parent | 449f9738e86adbad33297b716c19385eb6685cb9 (diff) | |
download | upstream-24285689a30c461bc19ddd45c092154c8cd986c8.tar.gz upstream-24285689a30c461bc19ddd45c092154c8cd986c8.tar.bz2 upstream-24285689a30c461bc19ddd45c092154c8cd986c8.zip |
[kernel] generic/2.6.30: add missing Kconfig options
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15560 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic-2.6/config-2.6.30 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.30 b/target/linux/generic-2.6/config-2.6.30 index 05658a7c35..5fb7328cb9 100644 --- a/target/linux/generic-2.6/config-2.6.30 +++ b/target/linux/generic-2.6/config-2.6.30 @@ -653,6 +653,7 @@ CONFIG_INITRAMFS_COMPRESSION_NONE=y # CONFIG_INPUT_EVBUG is not set # CONFIG_INPUT_EVDEV is not set # CONFIG_INPUT_FF_MEMLESS is not set +# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set # CONFIG_INPUT is not set # CONFIG_INPUT_JOYDEV is not set # CONFIG_INPUT_JOYSTICK is not set @@ -866,6 +867,7 @@ CONFIG_JOLIET=y # CONFIG_LDM_PARTITION is not set # CONFIG_LEDS_BD2802 is not set CONFIG_LEDS_CLASS=y +# CONFIG_LEDS_DAC124S085 is not set CONFIG_LEDS_GPIO_PLATFORM=y # CONFIG_LEDS_LP5521 is not set # CONFIG_LEDS_PCA9532 is not set @@ -1631,6 +1633,7 @@ CONFIG_SERIAL_8250=y CONFIG_SERIAL_CORE_CONSOLE=y CONFIG_SERIAL_CORE=y # CONFIG_SERIAL_JSM is not set +# CONFIG_SERIAL_MAX3100 is not set # CONFIG_SERIAL_NONSTANDARD is not set # CONFIG_SERIAL_UARTLITE is not set # CONFIG_SERIO is not set |