Mike Lockwood | 80d38ea | 2008-10-14 12:50:16 -0400 | [diff] [blame] | 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 | |
ehgrace.kim | b6a31f3 | 2012-06-19 19:30:50 -0700 | [diff] [blame^] | 15 | config SWITCH_FSA8008 |
| 16 | bool "FSA8008 Headset detection driver" |
| 17 | help |
| 18 | Say Y here to enable FSA8008 driver |
| 19 | |
Mike Lockwood | 80d38ea | 2008-10-14 12:50:16 -0400 | [diff] [blame] | 20 | endif # SWITCH |