cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Kconfig (380B)


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# I2C drivers
      4
      5config CEC_CH7322
      6	tristate "Chrontel CH7322 CEC controller"
      7	depends on I2C
      8	select REGMAP_I2C
      9	select CEC_CORE
     10	help
     11	  This is a driver for the Chrontel CH7322 CEC controller. It uses the
     12	  generic CEC framework interface.
     13	  CEC bus is present in the HDMI connector and enables communication
     14	  between compatible devices.