diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
commit | fcc9d2e5a6c89d22b8b773a64fb4ad21ac318446 (patch) | |
tree | a57612d1888735a2ec7972891b68c1ac5ec8faea /drivers/switch/Kconfig | |
parent | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (diff) |
Diffstat (limited to 'drivers/switch/Kconfig')
-rw-r--r-- | drivers/switch/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/switch/Kconfig b/drivers/switch/Kconfig new file mode 100644 index 00000000000..52385914b9a --- /dev/null +++ b/drivers/switch/Kconfig | |||
@@ -0,0 +1,15 @@ | |||
1 | menuconfig SWITCH | ||
2 | tristate "Switch class support" | ||
3 | help | ||
4 | Say Y here to enable switch class support. This allows | ||
5 | monitoring switches by userspace via sysfs and uevent. | ||
6 | |||
7 | if SWITCH | ||
8 | |||
9 | config SWITCH_GPIO | ||
10 | tristate "GPIO Swith support" | ||
11 | depends on GENERIC_GPIO | ||
12 | help | ||
13 | Say Y here to enable GPIO based switch support. | ||
14 | |||
15 | endif # SWITCH | ||