diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-05-29 13:41:46 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-05-29 13:41:46 +0000 |
commit | 4f49c2531914665117fabc3be4f1d5d7592ce1c9 (patch) | |
tree | 67003663e016b0aa52a0ed9d14b7bafc33286cea | |
parent | 5ad3720371d42883069bb3e82a2001ad72b46310 (diff) | |
download | upstream-4f49c2531914665117fabc3be4f1d5d7592ce1c9.tar.gz upstream-4f49c2531914665117fabc3be4f1d5d7592ce1c9.tar.bz2 upstream-4f49c2531914665117fabc3be4f1d5d7592ce1c9.zip |
enable gpiodev on ixp4xx
SVN-Revision: 11289
-rw-r--r-- | target/linux/ixp4xx/config-default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ixp4xx/config-default b/target/linux/ixp4xx/config-default index dd29a168fc..bb90076a70 100644 --- a/target/linux/ixp4xx/config-default +++ b/target/linux/ixp4xx/config-default @@ -97,6 +97,8 @@ CONFIG_FIRMWARE_EDID=y # CONFIG_FPE_NWFPE is not set # CONFIG_FPE_NWFPE_XP is not set CONFIG_FRAME_POINTER=y +CONFIG_GENERIC_GPIO=y +CONFIG_GPIO_DEVICE=y # CONFIG_HAMRADIO is not set CONFIG_HARDIRQS_SW_RESEND=y CONFIG_HDLC=m |