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_STM32 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 configs/fedora/generic/arm/armv7/CONFIG_CEC_STM32 (limited to 'configs/fedora/generic/arm/armv7/CONFIG_CEC_STM32') diff --git a/configs/fedora/generic/arm/armv7/CONFIG_CEC_STM32 b/configs/fedora/generic/arm/armv7/CONFIG_CEC_STM32 new file mode 100644 index 000000000..cc8d64be7 --- /dev/null +++ b/configs/fedora/generic/arm/armv7/CONFIG_CEC_STM32 @@ -0,0 +1,20 @@ +# CONFIG_CEC_STM32: +# +# This is a driver for STM32 interface. It uses the +# generic CEC framework interface. +# CEC bus is present in the HDMI connector and enables communication +# between compatible devices. +# +# Symbol: CEC_STM32 [=n] +# Type : tristate +# Defined at drivers/media/cec/platform/Kconfig:77 +# Prompt: STMicroelectronics STM32 HDMI CEC driver +# Depends on: MEDIA_CEC_SUPPORT [=y] && (ARCH_STM32 [=y] || COMPILE_TEST [=n]) +# Location: +# -> Device Drivers +# -> HDMI CEC drivers (MEDIA_CEC_SUPPORT [=y]) +# Selects: REGMAP [=y] && REGMAP_MMIO [=y] && CEC_CORE [=m] +# +# +# +CONFIG_CEC_STM32=m -- cgit