summaryrefslogtreecommitdiffstats
path: root/package/button-hotplug/src/Kconfig
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-06-07 18:25:32 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-06-07 18:25:32 +0000
commit50a749e9a750101658643fb4deb41690062ce832 (patch)
tree9b0a81a87bf60a1f3a334eedacb709e9d4be6b70 /package/button-hotplug/src/Kconfig
parent64fddc8d81da6760099473e58108153f98619695 (diff)
downloadmaster-31e0f0ae-50a749e9a750101658643fb4deb41690062ce832.tar.gz
master-31e0f0ae-50a749e9a750101658643fb4deb41690062ce832.tar.bz2
master-31e0f0ae-50a749e9a750101658643fb4deb41690062ce832.zip
add button-hotplug driver, will be usable to check status of buttons connected to GPIO lines
SVN-Revision: 11401
Diffstat (limited to 'package/button-hotplug/src/Kconfig')
-rw-r--r--package/button-hotplug/src/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/button-hotplug/src/Kconfig b/package/button-hotplug/src/Kconfig
new file mode 100644
index 0000000000..aa292e9c13
--- /dev/null
+++ b/package/button-hotplug/src/Kconfig
@@ -0,0 +1,2 @@
+config BUTTON_HOTPLUG
+ tristate "Button Hotplug driver"