blob: f20f3b22291dda4223294ae2c05cefd1330b4396 [file] [log] [blame]
Vladimir Serbinenkof2b3cd62014-02-15 17:00:46 +01001config DRIVERS_LENOVO_WACOM
Martin Roth595e7772015-04-26 18:53:26 -06002 bool
3 default n
Vladimir Serbinenkof2b3cd62014-02-15 17:00:46 +01004
5if DRIVERS_LENOVO_WACOM
6
7choice
8 prompt "Digitizer"
9 default DIGITIZER_AUTODETECT
10
11config DIGITIZER_AUTODETECT
12 bool "Autodetect"
13 help
14 The presence of digitizer is inferred from model number stored in
15 AT24RF chip.
16
17config DIGITIZER_PRESENT
18 bool "Present"
19 help
20 The digitizer is assumed to be present.
21
22config DIGITIZER_ABSENT
23 bool "Absent"
24 help
25 The digitizer is assumed to be absent.
26
27endchoice
28
29endif