summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoresunj <ermin.sunj@theobroma-systems.com>2023-04-25 11:17:21 +0200
committerErmin Sunj <ermin.sunj@theobroma-systems.com>2023-04-28 08:50:03 +0200
commit6e608b9a4452706de2e88e563e53def0cf828b51 (patch)
treef12826241efca51e952f35ede5822b41ec65799b
parent28a40c968458486cf76a662ab0529f0a51766efc (diff)
TSD: arm64: configs: ringneck: enable FTDI USB to serial converter
The End-of-Line test uses an FTDI USB to serial converter connected on Haikou USB to flash the Mule ATtiny over UPDI, so let's enable support for that converter. [TSD] upstream does not take device defconfigs for aarch64 devices Signed-off-by: Ermin Sunj <ermin.sunj@theobroma-systems.com>
-rw-r--r--arch/arm64/configs/ringneck-px30_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/ringneck-px30_defconfig b/arch/arm64/configs/ringneck-px30_defconfig
index 9961c325b9f4..698df92aee22 100644
--- a/arch/arm64/configs/ringneck-px30_defconfig
+++ b/arch/arm64/configs/ringneck-px30_defconfig
@@ -283,6 +283,7 @@ CONFIG_USB_STORAGE=y
CONFIG_USB_DWC2=y
CONFIG_USB_SERIAL=y
CONFIG_USB_SERIAL_CP210X=y
+CONFIG_USB_SERIAL_FTDI_SIO=y
CONFIG_USB_SERIAL_PL2303=y
CONFIG_NOP_USB_XCEIV=y
CONFIG_USB_ULPI=y