xref: /OK3568_Linux_fs/kernel/drivers/input/sensors/hall/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# SPDX-License-Identifier: GPL-2.0
2#
3# hall  sensor drivers configuration
4#
5
6menuconfig HALL_DEVICE
7	tristate "hall sensor device support"
8
9if HALL_DEVICE
10config HS_OCH165T
11	tristate "hall sensor och165t"
12
13config HS_MH248
14	tristate "hall sensor mh248"
15
16endif
17