Files
Kever Yang 614dbbdcda 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
2020-09-15 20:13:46 +08:00

20 lines
374 B
Plaintext

# SPDX-License-Identifier: GPL-2.0
#
# Input remotectl driver configuration
#
menuconfig ROCKCHIP_REMOTECTL
tristate "rockchip remotectl"
default n
help
Say Y here, will suport rk remotectl.
This option doesn't affect the kernel.
If unsure, say Y.
if ROCKCHIP_REMOTECTL
config ROCKCHIP_REMOTECTL_PWM
tristate "rockchip remoctrl pwm capture"
default n
endif