Kconfig (9c3a985f88fa4de82bf4bda906095ce6444e9039) | Kconfig (50cd8714a12b1b8ac42139d2b453b2c1d406f0a9) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Touchscreen driver configuration 4# 5menuconfig INPUT_TOUCHSCREEN 6 bool "Touchscreens" 7 help 8 Say Y here, and a list of supported touchscreens will be displayed. --- 686 unchanged lines hidden (view full) --- 695 696 If unsure, say N. 697 698 To compile this driver as a module, choose M here: the 699 module will be called inexio. 700 701config TOUCHSCREEN_MK712 702 tristate "ICS MicroClock MK712 touchscreen" | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Touchscreen driver configuration 4# 5menuconfig INPUT_TOUCHSCREEN 6 bool "Touchscreens" 7 help 8 Say Y here, and a list of supported touchscreens will be displayed. --- 686 unchanged lines hidden (view full) --- 695 696 If unsure, say N. 697 698 To compile this driver as a module, choose M here: the 699 module will be called inexio. 700 701config TOUCHSCREEN_MK712 702 tristate "ICS MicroClock MK712 touchscreen" |
703 depends on ISA |
|
703 help 704 Say Y here if you have the ICS MicroClock MK712 touchscreen 705 controller chip in your system. 706 707 If unsure, say N. 708 709 To compile this driver as a module, choose M here: the 710 module will be called mk712. --- 681 unchanged lines hidden --- | 704 help 705 Say Y here if you have the ICS MicroClock MK712 touchscreen 706 controller chip in your system. 707 708 If unsure, say N. 709 710 To compile this driver as a module, choose M here: the 711 module will be called mk712. --- 681 unchanged lines hidden --- |