# SPDX-License-Identifier: GPL-2.0
#
# protocol ic drivers
#

config PROTOCOL_IC_SC200X
	bool "sc200x protocol ic"
	depends on ADAPTER_PROTOCOL
	default n
	help
	  Say Y here to enable sc200x protocol ic driver.
	  the sc200x protocol ic is used to communicate between a master device
	  and a single device over a singe wire bus. it is support SCP/FCP
	  fast charging protocol and type protocol.
	  This driver is to be used to configure, contorl and read status of
	  a slave device.

config PROTOCOL_IC_STM32G031
	bool "stm32g031 protocol ic"
	depends on ADAPTER_PROTOCOL
	default n
	help
	  Say Y here to enable stm32g031 protocol ic driver.
	  the stm32g031 protocol ic is used to communicate between a master device
	  and a single device over a singe wire bus. it is support SCP/FCP
	  fast charging protocol and type protocol.
	  This driver is to be used to configure, contorl and read status of
	  a slave device.

config PROTOCOL_IC_HC32L110
	bool "hc32l110 protocol ic"
	depends on ADAPTER_PROTOCOL
	default n
	help
	  Say Y here to enable hc32l110 protocol ic driver.
	  the hc32l110 protocol ic is used to communicate between a master device
	  and a single device over a singe wire bus. it is support SCP/FCP
	  fast charging protocol and type protocol.
	  This driver is to be used to configure, contorl and read status of
	  a slave device.

config PROTOCOL_IC_RSTM32G031
	bool "rstm32g031 protocol ic"
	default n
	help
	  Say Y here to enable rstm32g031 protocol ic driver.
	  the rstm32g031 protocol ic is used to communicate between a master device
	  and a single device over a singe wire bus. it is support SCP/FCP
	  fast charging protocol and type protocol.
	  This driver is to be used to configure, contorl and read status of
	  a slave device.
