diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-04-20 09:46:45 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-04-20 09:46:45 +0000 |
commit | ddc57879ec7e2310ff544d5f9cc4bc02d7f07d05 (patch) | |
tree | 5de42b2021348aa6ece28b913751c1713a8a2232 /target/Config.in | |
parent | 1f666fa4597abc453c0923de99b27a473730ca0c (diff) | |
download | mtk-20170518-ddc57879ec7e2310ff544d5f9cc4bc02d7f07d05.zip mtk-20170518-ddc57879ec7e2310ff544d5f9cc4bc02d7f07d05.tar.gz mtk-20170518-ddc57879ec7e2310ff544d5f9cc4bc02d7f07d05.tar.bz2 |
add a gpio feature for devices supporting the generic GPIO interface
SVN-Revision: 10879
Diffstat (limited to 'target/Config.in')
-rw-r--r-- | target/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index aabe9c3..505fcc9 100644 --- a/target/Config.in +++ b/target/Config.in @@ -11,6 +11,9 @@ config LINUX_2_6 config DISPLAY_SUPPORT bool +config GPIO_SUPPORT + bool + config PCI_SUPPORT bool |