diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-09-13 06:38:31 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-09-13 06:38:31 +0000 |
commit | 43147ffec5f9039b072e9c8dfb7d90b3f3718fae (patch) | |
tree | 5edd2114a3cf09ced7307114602bfa898c73c4de /target/linux/lantiq | |
parent | 40a5f5c16e16def178de20e9ec9027f3a6a26f53 (diff) | |
download | upstream-43147ffec5f9039b072e9c8dfb7d90b3f3718fae.tar.gz upstream-43147ffec5f9039b072e9c8dfb7d90b3f3718fae.tar.bz2 upstream-43147ffec5f9039b072e9c8dfb7d90b3f3718fae.zip |
generic: move GENERIC_PWM symbol into the generic config
SVN-Revision: 33383
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/svip_be/config-default | 1 | ||||
-rw-r--r-- | target/linux/lantiq/svip_le/config-default | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/lantiq/svip_be/config-default b/target/linux/lantiq/svip_be/config-default index 27a06be9de..9411748493 100644 --- a/target/linux/lantiq/svip_be/config-default +++ b/target/linux/lantiq/svip_be/config-default @@ -4,7 +4,6 @@ CONFIG_BOARD_SCACHE=y CONFIG_CLKDEV_LOOKUP=y # CONFIG_CPU_LITTLE_ENDIAN is not set CONFIG_FSNOTIFY=y -# CONFIG_GENERIC_PWM is not set CONFIG_HAVE_MACH_CLKDEV=y CONFIG_INPUT=y CONFIG_INPUT_EVDEV=y diff --git a/target/linux/lantiq/svip_le/config-default b/target/linux/lantiq/svip_le/config-default index e98ec854db..83802ef4e9 100644 --- a/target/linux/lantiq/svip_le/config-default +++ b/target/linux/lantiq/svip_le/config-default @@ -3,7 +3,6 @@ CONFIG_AR8216_PHY=y CONFIG_CLKDEV_LOOKUP=y # CONFIG_CPU_LITTLE_ENDIAN is not set CONFIG_FSNOTIFY=y -# CONFIG_GENERIC_PWM is not set CONFIG_HAVE_MACH_CLKDEV=y CONFIG_INPUT=y CONFIG_INPUT_EVDEV=y |