diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-04 15:39:59 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-04 15:39:59 +0000 |
commit | fdce38b54b2cf7dc5cb5730991b0b2cdc55f9dde (patch) | |
tree | fc67ddccd323651c0e2b3e711dd6fb77d485e423 | |
parent | fd8f11bf779cb757b6033ad6ad3b4fd8f5c63397 (diff) |
Add missing GPIO related config symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13514 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic-2.6/config-2.6.27 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.27 b/target/linux/generic-2.6/config-2.6.27 index 45505bc596..29354bc04a 100644 --- a/target/linux/generic-2.6/config-2.6.27 +++ b/target/linux/generic-2.6/config-2.6.27 @@ -405,6 +405,8 @@ CONFIG_GENERIC_IRQ_PROBE=y CONFIG_GENERIC_TIME=y # CONFIG_GFS2_FS is not set CONFIG_GPIO_DEVICE=m +# CONFIG_GPIO_MAX7301 is not set +# CONFIG_GPIO_MAX732X is not set # CONFIG_GPIO_MCP23S08 is not set # CONFIG_GPIO_PCA953X is not set # CONFIG_GPIO_PCF857X is not set |