From 9ab9ea2db0b13375d3d7114d5c82eb298a118740 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Tue, 4 Aug 2020 17:00:01 -0500 Subject: Linux v5.8 rebase Signed-off-by: Justin M. Forbes --- configs/fedora/generic/arm/armv7/CONFIG_CEC_STI | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 configs/fedora/generic/arm/armv7/CONFIG_CEC_STI (limited to 'configs/fedora/generic/arm/armv7/CONFIG_CEC_STI') diff --git a/configs/fedora/generic/arm/armv7/CONFIG_CEC_STI b/configs/fedora/generic/arm/armv7/CONFIG_CEC_STI new file mode 100644 index 000000000..956992851 --- /dev/null +++ b/configs/fedora/generic/arm/armv7/CONFIG_CEC_STI @@ -0,0 +1,20 @@ +# CONFIG_CEC_STI: +# +# This is a driver for STIH4xx HDMI CEC interface. It uses the +# generic CEC framework interface. +# CEC bus is present in the HDMI connector and enables communication +# between compatible devices. +# +# Symbol: CEC_STI [=n] +# Type : tristate +# Defined at drivers/media/cec/platform/Kconfig:66 +# Prompt: STMicroelectronics STiH4xx HDMI CEC driver +# Depends on: MEDIA_CEC_SUPPORT [=y] && (ARCH_STI [=y] || COMPILE_TEST [=n]) +# Location: +# -> Device Drivers +# -> HDMI CEC drivers (MEDIA_CEC_SUPPORT [=y]) +# Selects: CEC_CORE [=m] && CEC_NOTIFIER [=y] +# +# +# +CONFIG_CEC_STI=m -- cgit