blob: 742f25b411f4f2208248f91b0cb046f643619b13 [file] [log] [blame]
## SPDX-License-Identifier: GPL-2.0-only
config DRIVERS_LENOVO_WACOM
bool
default n
if DRIVERS_LENOVO_WACOM
choice
prompt "Digitizer"
default DIGITIZER_AUTODETECT
config DIGITIZER_AUTODETECT
bool "Autodetect"
help
The presence of digitizer is inferred from model number stored in
AT24RF chip.
config DIGITIZER_PRESENT
bool "Present"
help
The digitizer is assumed to be present.
config DIGITIZER_ABSENT
bool "Absent"
help
The digitizer is assumed to be absent.
endchoice
endif