blob: f96f415c1327e1b5d8e777a39038beef89158718 [file] [log] [blame]
menuconfig AMLOGIC_CEC
bool "AMLOGIC CEC Support"
depends on AMLOGIC_DRIVER
default n
help
HDMI cec driver provide cec support on Amlogic SOC chips,
you can use this driver to implement cec features on TV/MBOX
choice
prompt "Amlogic cec chip driver select"
depends on AMLOGIC_CEC
default AMLOGIC_AO_CEC
config AMLOGIC_AO_CEC
tristate "HDMI AO cec driver support for gx/gxl/gxm/txl/txlx"
depends on AMLOGIC_CEC
help
HDMI cec driver provide cec support for gx/gxl/gxm/txl/txlx chips
select if your chip belongs
config AMLOGIC_M8B_CEC
tristate "HDMI CEC driver support for m8/m8b"
depends on MACH_MESON8B && AMLOGIC_CEC
help
HDMI CEC driver support for m8/m8b chips
Select if your chip belongs
config AMLOGIC_LINUX_STD_CEC
tristate "Linux Standard cec driver support"
depends on AMLOGIC_CEC
select CEC_CORE
select CEC_NOTIFIER
help
Linux Standard cec driver provide cec support for Amlogic SOC chips
select if need Linux Standard cec framework support
endchoice #AMLOGIC_CEC