From 14ee173c279442e3546682022e462844c70b0bc4 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Fri, 18 Dec 2020 13:19:08 -0600 Subject: Linux v5.10.1 rebase Signed-off-by: Justin M. Forbes --- configs/fedora/generic/CONFIG_TYPEC_STUSB160X | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 configs/fedora/generic/CONFIG_TYPEC_STUSB160X (limited to 'configs/fedora/generic/CONFIG_TYPEC_STUSB160X') diff --git a/configs/fedora/generic/CONFIG_TYPEC_STUSB160X b/configs/fedora/generic/CONFIG_TYPEC_STUSB160X new file mode 100644 index 000000000..322aa5ebf --- /dev/null +++ b/configs/fedora/generic/CONFIG_TYPEC_STUSB160X @@ -0,0 +1,21 @@ +# CONFIG_TYPEC_STUSB160X: +# +# Say Y or M here if your system has STMicroelectronics STUSB160x +# Type-C port controller. +# +# If you choose to build this driver as a dynamically linked module, the +# module will be called stusb160x.ko. +# +# Symbol: TYPEC_STUSB160X [=n] +# Type : tristate +# Defined at drivers/usb/typec/Kconfig:76 +# Prompt: STMicroelectronics STUSB160x Type-C controller driver +# Depends on: USB_SUPPORT [=y] && TYPEC [=m] && I2C [=y] && REGMAP_I2C [=y] && (USB_ROLE_SWITCH [=m] || !USB_ROLE_SWITCH [=m]) +# Location: +# -> Device Drivers +# -> USB support (USB_SUPPORT [=y]) +# -> USB Type-C Support (TYPEC [=m]) +# +# +# +CONFIG_TYPEC_STUSB160X=m -- cgit