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 | faab4d8e861cadb15b68de6677645c978f8eab6c (patch) | |
tree | 6c7f4a28d54e08dcddc4fb34113402ab5ad324b8 /target | |
parent | fdf2b65b6015662e03eadc468e5cc74ec21ef542 (diff) | |
download | upstream-faab4d8e861cadb15b68de6677645c978f8eab6c.tar.gz upstream-faab4d8e861cadb15b68de6677645c978f8eab6c.tar.bz2 upstream-faab4d8e861cadb15b68de6677645c978f8eab6c.zip |
enable gpiodev on ixp4xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11289 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 |