#
# Copyright © 2021-2022 The Crust Firmware Authors.
# SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
#

config CEC
	bool "HDMI CEC"
	depends on HAVE_HDMI
	help
		Listen for messages from TV or other devices on HDMI CEC bus.
		This can be used as a wakeup source. Note: Clocks and resets
		must be pre-initialized by rich OS.
