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
|
config RK8XX_PWRKEY
|
||||||
bool "Enable RK805/816 pwrkey support"
|
bool "Enable RK805/816 pwrkey support"
|
||||||
depends on DM_KEY && PMIC_RK8XX
|
depends on DM_KEY && PMIC_RK8XX
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
This adds a driver for the RK805/816 pwrkey support.
|
This adds a driver for the RK805/816 pwrkey support.
|
||||||
|
|
||||||
config ADC_KEY
|
config ADC_KEY
|
||||||
bool "Enable adc keys support"
|
bool "Enable adc keys support"
|
||||||
depends on DM_KEY
|
depends on DM_KEY
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
This adds a driver for the adc keys support.
|
This adds a driver for the adc keys support.
|
||||||
|
|
||||||
config GPIO_KEY
|
config GPIO_KEY
|
||||||
bool "Enable gpio keys support"
|
bool "Enable gpio keys support"
|
||||||
depends on DM_KEY
|
depends on DM_KEY
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
This adds a driver for the gpio keys support.
|
This adds a driver for the gpio keys support.
|
||||||
|
|
||||||
config RK_KEY
|
config RK_KEY
|
||||||
bool "Enable rk keys support"
|
bool "Enable rk keys support"
|
||||||
depends on DM_KEY
|
depends on DM_KEY
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
This adds a driver for the rk keys support.
|
This adds a driver for the rk keys support.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue