summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/files/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2008-01-26 03:16:11 +0000
committerJohn Crispin <john@openwrt.org>2008-01-26 03:16:11 +0000
commit0844d5fe4950f671712ca16bfecd9baf4ffdf8a6 (patch)
treeea17d1e38caec2ef3ee57630244a87b480b9eabd /target/linux/generic-2.6/files/drivers/gpio/Kconfig
parent929767622f857b2371ca8f9a8b2e989dc0aa7a80 (diff)
downloadmaster-31e0f0ae-0844d5fe4950f671712ca16bfecd9baf4ffdf8a6.tar.gz
master-31e0f0ae-0844d5fe4950f671712ca16bfecd9baf4ffdf8a6.tar.bz2
master-31e0f0ae-0844d5fe4950f671712ca16bfecd9baf4ffdf8a6.zip
add generic gpio char dev for CONFIG_GENERIC_GPIO archs
SVN-Revision: 10261
Diffstat (limited to 'target/linux/generic-2.6/files/drivers/gpio/Kconfig')
-rw-r--r--target/linux/generic-2.6/files/drivers/gpio/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/files/drivers/gpio/Kconfig b/target/linux/generic-2.6/files/drivers/gpio/Kconfig
new file mode 100644
index 0000000000..d97fc1b4f1
--- /dev/null
+++ b/target/linux/generic-2.6/files/drivers/gpio/Kconfig
@@ -0,0 +1,15 @@
+menuconfig NEW_GPIO
+ bool "GPIO Support"
+ depends on GENERIC_GPIO
+ help
+ Say Y to enable Linux GPIO device support. This allows control of
+ GPIO pins using a character device
+
+if NEW_GPIO
+
+config GPIO_DEVICE
+ tristate "GPIO device support"
+ help
+ This option enables the gpio character device
+
+endif # NEW_GPIO