diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-01-30 15:25:44 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-01-30 15:25:44 +0000 |
commit | 30a397fd5e056d5c61c1b71f646d5097a521dd85 (patch) | |
tree | 5ee9582f2ce8a93c0bc3ad58e715cb5e22cf5c07 /target/linux/ramips/rt305x | |
parent | f9b053e87fc5289b9fb2810987b0c6a7ec00866d (diff) | |
download | upstream-30a397fd5e056d5c61c1b71f646d5097a521dd85.tar.gz upstream-30a397fd5e056d5c61c1b71f646d5097a521dd85.tar.bz2 upstream-30a397fd5e056d5c61c1b71f646d5097a521dd85.zip |
ramips: register gpio buttons on the DIR-300 revB board
SVN-Revision: 19410
Diffstat (limited to 'target/linux/ramips/rt305x')
-rw-r--r-- | target/linux/ramips/rt305x/config-2.6.30 | 2 | ||||
-rw-r--r-- | target/linux/ramips/rt305x/config-2.6.32 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/rt305x/config-2.6.30 b/target/linux/ramips/rt305x/config-2.6.30 index 59c2de2e20..0977aca5b0 100644 --- a/target/linux/ramips/rt305x/config-2.6.30 +++ b/target/linux/ramips/rt305x/config-2.6.30 @@ -109,7 +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_BUTTONS=y 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 25766814fb..d6e873f427 100644 --- a/target/linux/ramips/rt305x/config-2.6.32 +++ b/target/linux/ramips/rt305x/config-2.6.32 @@ -112,7 +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_BUTTONS=y CONFIG_RALINK_DEV_GPIO_LEDS=y # CONFIG_RALINK_RT288X is not set CONFIG_RALINK_RT305X=y |