summaryrefslogtreecommitdiff
path: root/drivers/misc/tegra-cec/Kconfig
blob: 11fa9bc9ce17998c4c200f5de8271ca2b79620c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
menuconfig TEGRA_CEC_SUPPORT
	bool "Tegra CEC support"
	depends on ARCH_TEGRA
	---help---
	  Say Y here to get to see options for tegra CEC support.
	  This option alone does not add any kernel code.

	  If you say N, all options in this submenu will be skipped and disabled.

if TEGRA_CEC_SUPPORT

config TEGRA_CEC_T30
	bool "Enable T30 CEC support"
	---help---
	 Adds HDMI-CEC driver for T30.

	 Disabled by default. Choose Y here if you want to build the driver.

endif # TEGRA_CEC_SUPPORT