#
# CCIC devices
#

comment "CCIC configs"

config MAX77978
	bool "Analog Devices MAX77978 USBC/PD Support"
	depends on I2C
	help
	  Say yes here to add support for Analog Devices MAX77978.
	  This is a USB Type-C CC detection and PD protocol controller.
	  This driver provides I2C communication, IRQ handling, and
	  firmware update support for the device.

config USBC_MAX77978
	bool "Analog Devices MAX77978 Type-C/PD Functions"
	depends on MAX77978
	default MAX77978
	help
	  Say yes here to enable USB Type-C and Power Delivery functions
	  for the MAX77978 controller. This includes CC pin detection,
	  PD message handling, BC1.2 charger detection, and DisplayPort
	  Alternate Mode support.

config CCIC_MAX77978_DEBUG
	bool "Analog Devices MAX77978 Debug Interface"
	depends on USBC_MAX77978
	help
	  Say yes here to add support for Analog Devices MAX77978 Debug. 
	  This shows debug message for USB Type-C CC detection and
	  PD protocol implementation.

