diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-12-06 22:40:21 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-12-06 22:40:21 +0000 |
commit | 60663b12b28ae7d9e2cc85b62caef5d48b0b0a5d (patch) | |
tree | 2bf4273b845f2f3c02188490ac7ea836c93016b3 /target/linux | |
parent | 1232f91efb76f820e388b22f0617e204598f450b (diff) | |
download | upstream-60663b12b28ae7d9e2cc85b62caef5d48b0b0a5d.tar.gz upstream-60663b12b28ae7d9e2cc85b62caef5d48b0b0a5d.tar.bz2 upstream-60663b12b28ae7d9e2cc85b62caef5d48b0b0a5d.zip |
add CONFIG_GPIO_PL061 config symbol
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34555
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/config-3.3 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.6 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.3 b/target/linux/generic/config-3.3 index 00e9e7c374..2a79dc5c07 100644 --- a/target/linux/generic/config-3.3 +++ b/target/linux/generic/config-3.3 @@ -815,6 +815,7 @@ CONFIG_GENERIC_TIME=y # CONFIG_GPIO_PCA953X is not set # CONFIG_GPIO_PCF857X is not set # CONFIG_GPIO_PCH is not set +# CONFIG_GPIO_PL061 is not set # CONFIG_GPIO_RDC321X is not set # CONFIG_GPIO_SCH is not set # CONFIG_GPIO_SX150X is not set diff --git a/target/linux/generic/config-3.6 b/target/linux/generic/config-3.6 index e01c9e3db4..d442f69e67 100644 --- a/target/linux/generic/config-3.6 +++ b/target/linux/generic/config-3.6 @@ -843,6 +843,7 @@ CONFIG_GENERIC_TIME=y # CONFIG_GPIO_PCA953X is not set # CONFIG_GPIO_PCF857X is not set # CONFIG_GPIO_PCH is not set +# CONFIG_GPIO_PL061 is not set # CONFIG_GPIO_RDC321X is not set # CONFIG_GPIO_SCH is not set # CONFIG_GPIO_SX150X is not set |