Files
linux/drivers/input/remotectl/Kconfig
Tao Huang f9eefeeaa7 rk: add SPDX license identifier to files with no license
Change-Id: I754250669891307b0deab2bdab1bd01512713f79
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
2018-01-31 20:56:06 +08:00

20 lines
366 B
Plaintext

# SPDX-License-Identifier: GPL-2.0
#
# Input remotectl driver configuration
#
menuconfig ROCKCHIP_REMOTECTL
bool "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
bool "rockchip remoctrl pwm capture"
default n
endif