mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
808c4ee4ee
PD#SWPL-124757 Problem: The csk05 touch button driver is currently missing. Solution: Porting csk05 touch button driver from kernel4.19. Verify: A113L-T404 Change-Id: Ifd94fe06a133822d1d0d55c97ec5e946ce438e26 Signed-off-by: shu.wang <shu.wang@amlogic.com>
29 lines
500 B
Plaintext
29 lines
500 B
Plaintext
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
config AMLOGIC_GPIO_KEY
|
|
bool "Amlogic gpio key device support"
|
|
default n
|
|
help
|
|
Say Y here if
|
|
you want to use
|
|
the amlogic hold
|
|
key.
|
|
|
|
config AMLOGIC_ADC_KEYPADS
|
|
bool "Meson ADC keypad support"
|
|
depends on AMLOGIC_MESON_SARADC
|
|
default n
|
|
help
|
|
Say Y here if
|
|
you want to
|
|
use the Meson ADC
|
|
keypad.
|
|
|
|
config AMLOGIC_CKS05_TOUCH_KEYPADS
|
|
bool "hynitron,csk05_ts"
|
|
default n
|
|
help
|
|
Select Y if
|
|
you want to use
|
|
hynitron csk05_ts
|