From c682b2314765941888c1642e233b306703fc4365 Mon Sep 17 00:00:00 2001 From: "Huang, Tao" Date: Mon, 26 Sep 2016 16:03:13 +0800 Subject: [PATCH] input: sensors: hall: do not enable hall default Change-Id: I773b1cd05b8cf5aef26035f356732b3a487fc6e0 Signed-off-by: Huang, Tao --- drivers/input/sensors/hall/Kconfig | 6 +----- 1 file changed, 1 insertion(+), 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 - -- 2.34.1