diff options
Diffstat (limited to 'drivers/switch/wmt/Kconfig')
-rwxr-xr-x | drivers/switch/wmt/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/switch/wmt/Kconfig b/drivers/switch/wmt/Kconfig new file mode 100755 index 00000000..2495aa26 --- /dev/null +++ b/drivers/switch/wmt/Kconfig @@ -0,0 +1,16 @@ +# +# ZET6221 capacity touch screen driver configuration +# +config WMT_SWITCH + tristate "WMT GPIO Switch Support" + depends on ARCH_WMT + default y + help + Say Y here if you have an WMT based board with switch + attached to it. + + If unsure, say N. + + To compile this driver as a module, choose M here: the + module will be called wmt_switch + |