summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorHuang, Tao <huangtao@rock-chips.com>2016-09-26 16:03:13 +0800
committerHuang, Tao <huangtao@rock-chips.com>2016-09-26 16:03:13 +0800
commitc682b2314765941888c1642e233b306703fc4365 (patch)
tree796c5505d33a03952e94e5915030d427ab8a951b /drivers
parentad23b5c8bd46d9b4ce049e8c6fcec4834940f25b (diff)
input: sensors: hall: do not enable hall default
Change-Id: I773b1cd05b8cf5aef26035f356732b3a487fc6e0 Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/input/sensors/hall/Kconfig6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/input/sensors/hall/Kconfig b/drivers/input/sensors/hall/Kconfig
index b9cdda83c4e0..8209d47a7ca5 100644
--- a/drivers/input/sensors/hall/Kconfig
+++ b/drivers/input/sensors/hall/Kconfig
@@ -4,16 +4,12 @@
menuconfig HALL_DEVICE
bool "hall sensor device support"
- default y
if HALL_DEVICE
config HS_OCH165T
- bool "hall sensor och165t"
- default y
+ bool "hall sensor och165t"
config HS_MH248
bool "hall sensor mh248"
- default n
endif
-