input: Kconfig: do not enable key driver
Change-Id: I4c32843d74039e46f629915bce16853540b6f575 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
parent
4e1791d386
commit
28d30d4c66
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue