mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-06-21 09:12:26 +02:00
15 lines
209 B
Plaintext
15 lines
209 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# hall sensor drivers configuration
|
|
#
|
|
|
|
menuconfig HALL_DEVICE
|
|
tristate "hall sensor device support"
|
|
|
|
if HALL_DEVICE
|
|
|
|
config HS_MH248
|
|
tristate "hall sensor mh248"
|
|
|
|
endif
|