summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/Kconfig
blob: 3b32a4e05a919576ce097cb9039330b8a9258c71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-License-Identifier: GPL-2.0-only


config TYPEC
	prompt "Compile USB Type-C framework support" if COMPILE_TEST
	bool

config TYPEC_TUSB320
	tristate "TI TUSB320 Type-C port controller"
	depends on I2C
	select REGMAP_I2C
	select TYPEC
	help
	  Say Y or here if your system has a TI TUSB320 Type-C port controller.