diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-06-07 18:25:32 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-06-07 18:25:32 +0000 |
commit | 50a749e9a750101658643fb4deb41690062ce832 (patch) | |
tree | 9b0a81a87bf60a1f3a334eedacb709e9d4be6b70 /package/button-hotplug/src/Kconfig | |
parent | 64fddc8d81da6760099473e58108153f98619695 (diff) | |
download | upstream-50a749e9a750101658643fb4deb41690062ce832.tar.gz upstream-50a749e9a750101658643fb4deb41690062ce832.tar.bz2 upstream-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/Kconfig | 2 |
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" |