input: remotectl: Set REMOTECTL driver as tristate

The removectl drivers may be build as driver, set Kconfig to tristate to
support it.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Change-Id: Id786747e0eb0748644dc0fe76110e2805d4f2500
This commit is contained in:
Kever Yang 2020-08-10 11:40:12 +08:00 committed by Tao Huang
commit 614dbbdcda

View file

@ -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