input: Kconfig: do not enable key driver

Change-Id: I4c32843d74039e46f629915bce16853540b6f575
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2018-02-06 14:11:02 +08:00 committed by Kever Yang
parent 4e1791d386
commit 28d30d4c66
1 changed files with 0 additions and 4 deletions

View File

@ -48,27 +48,23 @@ config I8042_KEYB
config RK8XX_PWRKEY
bool "Enable RK805/816 pwrkey support"
depends on DM_KEY && PMIC_RK8XX
default y
help
This adds a driver for the RK805/816 pwrkey support.
config ADC_KEY
bool "Enable adc keys support"
depends on DM_KEY
default y
help
This adds a driver for the adc keys support.
config GPIO_KEY
bool "Enable gpio keys support"
depends on DM_KEY
default y
help
This adds a driver for the gpio keys support.
config RK_KEY
bool "Enable rk keys support"
depends on DM_KEY
default y
help
This adds a driver for the rk keys support.