Revision f5d9e56c58052a4f206f6da7df1b61e52bef5a77 authored by Jerome Brunet on 13 November 2017, 11:09:40 UTC, committed by OpenEmbedded on 19 December 2019, 12:26:43 UTC
Turn on CONFIG_CEC_SUPPORT and CONFIG_CEC_PLATFORM_DRIVERS
Turn on CONFIG_VIDEO_MESON_AO_CEC as module
Turn on CONFIG_DRM_DW_HDMI_CEC as module

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>

%% original patch: 0219-ARM64-defconfig-enable-CEC-support.patch
1 parent e45460f
Raw File
Kconfig
# SPDX-License-Identifier: GPL-2.0-only
menuconfig SIOX
	tristate "Eckelmann SIOX Support"
	help
	  SIOX stands for Serial Input Output eXtension and is a synchronous
	  bus system invented by Eckelmann AG. It is used in their control and
	  remote monitoring systems for commercial and industrial refrigeration
	  to drive additional I/O units.

	  Unless you know better, it is probably safe to say "no" here.

if SIOX

config SIOX_BUS_GPIO
	tristate "SIOX GPIO bus driver"
	help
	  SIOX bus driver that controls the four bus lines using GPIOs.

endif
back to top