mb/google/brya: Create rull variant
[coreboot2.git] / src / drivers / lenovo / Kconfig
blob742f25b411f4f2208248f91b0cb046f643619b13
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config DRIVERS_LENOVO_WACOM
4         bool
5         default n
7 if DRIVERS_LENOVO_WACOM
9 choice
10         prompt "Digitizer"
11         default DIGITIZER_AUTODETECT
13 config DIGITIZER_AUTODETECT
14         bool "Autodetect"
15         help
16           The presence of digitizer is inferred from model number stored in
17           AT24RF chip.
19 config DIGITIZER_PRESENT
20         bool "Present"
21         help
22           The digitizer is assumed to be present.
24 config DIGITIZER_ABSENT
25         bool "Absent"
26         help
27           The digitizer is assumed to be absent.
29 endchoice
31 endif