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 | 66ac549d59db4addbe78e2dacc40d0bb46bc7390 (patch) | |
tree | 698183c031464b92647836f0c2b406c2bf94d297 /target | |
parent | 34268bb98656a77d2cee7b2d9b4d76f2652f24aa (diff) | |
download | upstream-66ac549d59db4addbe78e2dacc40d0bb46bc7390.tar.gz upstream-66ac549d59db4addbe78e2dacc40d0bb46bc7390.tar.bz2 upstream-66ac549d59db4addbe78e2dacc40d0bb46bc7390.zip |
[rdc] select ARCH_REQUIRE_GPIOLIB which is required for our gpiolib driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19973 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 |