aboutsummaryrefslogtreecommitdiffstats
path: root/package/w1-gpio-custom/src/Kconfig
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-04-29 18:31:43 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-04-29 18:31:43 +0000
commitec5f168c668d93cbbe841fc8a6c11b53b33c2649 (patch)
treea177fbdbc3164029bbba7400ba580963307cd43a /package/w1-gpio-custom/src/Kconfig
parent275ae38814504e2e03caa1f323f468d07b287922 (diff)
downloadupstream-ec5f168c668d93cbbe841fc8a6c11b53b33c2649.tar.gz
upstream-ec5f168c668d93cbbe841fc8a6c11b53b33c2649.tar.bz2
upstream-ec5f168c668d93cbbe841fc8a6c11b53b33c2649.zip
import w1-gpio-custom driver from the Squidge (http://squidge.sourceforge.net/) project
SVN-Revision: 10982
Diffstat (limited to 'package/w1-gpio-custom/src/Kconfig')
-rw-r--r--package/w1-gpio-custom/src/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/w1-gpio-custom/src/Kconfig b/package/w1-gpio-custom/src/Kconfig
new file mode 100644
index 0000000000..74b9226c5c
--- /dev/null
+++ b/package/w1-gpio-custom/src/Kconfig
@@ -0,0 +1,4 @@
+config W1_MASTER_GPIO_CUSTOM
+ tristate "Custom GPIO-based W1 driver"
+ depends on GENERIC_GPIO
+ select W1_GPIO \ No newline at end of file