diff --git a/drivers/input/remotectl/Kconfig b/drivers/input/remotectl/Kconfig index b1c9364b3812..67558b48869e 100644 --- a/drivers/input/remotectl/Kconfig +++ b/drivers/input/remotectl/Kconfig @@ -3,7 +3,7 @@ # Input remotectl driver configuration # menuconfig ROCKCHIP_REMOTECTL - bool "rockchip remotectl" + tristate "rockchip remotectl" default n help Say Y here, will suport rk remotectl. @@ -13,7 +13,7 @@ menuconfig ROCKCHIP_REMOTECTL if ROCKCHIP_REMOTECTL config ROCKCHIP_REMOTECTL_PWM - bool "rockchip remoctrl pwm capture" + tristate "rockchip remoctrl pwm capture" default n endif