diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-03-04 08:27:51 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-03-04 08:27:51 +0000 |
commit | 7ea365453749503eaf97e1c21be9843c10d07fae (patch) | |
tree | ca5a0f1ce47a3a124b99d36fa537d7fbf7dc7c68 /target/linux/rdc | |
parent | c126808243790b689b83355bf9ef43ecc3eda170 (diff) | |
download | upstream-7ea365453749503eaf97e1c21be9843c10d07fae.tar.gz upstream-7ea365453749503eaf97e1c21be9843c10d07fae.tar.bz2 upstream-7ea365453749503eaf97e1c21be9843c10d07fae.zip |
select ARCH_REQUIRE_GPIOLIB which is required for our gpiolib driver
SVN-Revision: 19973
Diffstat (limited to 'target/linux/rdc')
-rw-r--r-- | target/linux/rdc/config-2.6.30 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/rdc/config-2.6.30 b/target/linux/rdc/config-2.6.30 index df7ecef0d7..9f4ce72615 100644 --- a/target/linux/rdc/config-2.6.30 +++ b/target/linux/rdc/config-2.6.30 @@ -288,3 +288,4 @@ CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_XADD=y CONFIG_X86=y # CONFIG_ZONE_DMA32 is not set +CONFIG_ARCH_REQUIRE_GPIOLIB=y |