diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-01-30 15:25:20 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-01-30 15:25:20 +0000 |
commit | 70c02eb229e04e5a0a2b35bc8b9a8c93711a371e (patch) | |
tree | ae15c64c7bb9ca9eea7af4b455e5195188bb98f4 /target/linux/ramips/rt305x | |
parent | 055f8363db19b8cc594c753c555f7b90bc4060ec (diff) | |
download | upstream-70c02eb229e04e5a0a2b35bc8b9a8c93711a371e.tar.gz upstream-70c02eb229e04e5a0a2b35bc8b9a8c93711a371e.tar.bz2 upstream-70c02eb229e04e5a0a2b35bc8b9a8c93711a371e.zip |
ramips: add common gpio-buttons device
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19404 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/rt305x')
-rw-r--r-- | target/linux/ramips/rt305x/config-2.6.30 | 1 | ||||
-rw-r--r-- | target/linux/ramips/rt305x/config-2.6.32 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/rt305x/config-2.6.30 b/target/linux/ramips/rt305x/config-2.6.30 index 9ba59af50b..59c2de2e20 100644 --- a/target/linux/ramips/rt305x/config-2.6.30 +++ b/target/linux/ramips/rt305x/config-2.6.30 @@ -109,6 +109,7 @@ CONFIG_PHYLIB=y # CONFIG_PNX8550_JBS is not set # CONFIG_PNX8550_STB810 is not set # CONFIG_PROBE_INITRD_HEADER is not set +# CONFIG_RALINK_DEV_GPIO_BUTTONS is not set CONFIG_RALINK_DEV_GPIO_LEDS=y # CONFIG_RALINK_RT288X is not set CONFIG_RALINK_RT305X=y diff --git a/target/linux/ramips/rt305x/config-2.6.32 b/target/linux/ramips/rt305x/config-2.6.32 index 76e97e3f3d..25766814fb 100644 --- a/target/linux/ramips/rt305x/config-2.6.32 +++ b/target/linux/ramips/rt305x/config-2.6.32 @@ -112,6 +112,7 @@ CONFIG_PHYLIB=y # CONFIG_PNX8550_JBS is not set # CONFIG_PNX8550_STB810 is not set # CONFIG_PROBE_INITRD_HEADER is not set +# CONFIG_RALINK_DEV_GPIO_BUTTONS is not set CONFIG_RALINK_DEV_GPIO_LEDS=y # CONFIG_RALINK_RT288X is not set CONFIG_RALINK_RT305X=y |