diff options
author | John Crispin <john@openwrt.org> | 2008-04-03 20:28:10 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2008-04-03 20:28:10 +0000 |
commit | b526f65bafe346836959d55fd2154300dbb366df (patch) | |
tree | 51719ab2ee15bbc699f9a09a94c3bbc609a313fb /target/linux/atheros/config-2.6.24 | |
parent | 54a5d8fb77864f912a827813030fbe605b5df85e (diff) | |
download | upstream-b526f65bafe346836959d55fd2154300dbb366df.tar.gz upstream-b526f65bafe346836959d55fd2154300dbb366df.tar.bz2 upstream-b526f65bafe346836959d55fd2154300dbb366df.zip |
add gpio support to atheros, fixes #1861, thanks Othello
SVN-Revision: 10724
Diffstat (limited to 'target/linux/atheros/config-2.6.24')
-rw-r--r-- | target/linux/atheros/config-2.6.24 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/atheros/config-2.6.24 b/target/linux/atheros/config-2.6.24 index 652e712952..8a4779a8f3 100644 --- a/target/linux/atheros/config-2.6.24 +++ b/target/linux/atheros/config-2.6.24 @@ -194,3 +194,5 @@ CONFIG_TRAD_SIGNALS=y # CONFIG_USER_NS is not set # CONFIG_VGASTATE is not set CONFIG_ZONE_DMA_FLAG=0 +CONFIG_NEW_GPIO=y +CONFIG_GPIO_DEVICE=y |