diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-12-11 19:32:52 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-12-11 19:32:52 +0000 |
commit | 95fa0702028d0aa0ffb625e5fd08e90d76d4290f (patch) | |
tree | 2f710a04a13f48f68c38350ff99f77bdf317dc24 /target/linux/rdc/config-2.6.30 | |
parent | 0992bb916aa13163e33b01d791fe4bc990f88542 (diff) | |
download | upstream-95fa0702028d0aa0ffb625e5fd08e90d76d4290f.tar.gz upstream-95fa0702028d0aa0ffb625e5fd08e90d76d4290f.tar.bz2 upstream-95fa0702028d0aa0ffb625e5fd08e90d76d4290f.zip |
convert gpio code to use gpiolib, make rdc321x:dmz led work again
SVN-Revision: 18754
Diffstat (limited to 'target/linux/rdc/config-2.6.30')
-rw-r--r-- | target/linux/rdc/config-2.6.30 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/rdc/config-2.6.30 b/target/linux/rdc/config-2.6.30 index 0113a58dbd..52a5d07223 100644 --- a/target/linux/rdc/config-2.6.30 +++ b/target/linux/rdc/config-2.6.30 @@ -75,6 +75,10 @@ CONFIG_GENERIC_CMOS_UPDATE=y CONFIG_GENERIC_FIND_FIRST_BIT=y CONFIG_GENERIC_FIND_LAST_BIT=y CONFIG_GENERIC_FIND_NEXT_BIT=y +CONFIG_GENERIC_GPIO=y +CONFIG_GPIOLIB=y +CONFIG_GPIO_SYSFS=y +CONFIG_LEDS_GPIO=y CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y CONFIG_GENERIC_IOMAP=y CONFIG_GENERIC_ISA_DMA=y |