From: Michal Wilczynski Date: Thu, 12 Dec 2024 14:54:51 +0000 (+0100) Subject: RISCV: configs: Enable Three-wire H5 UART protocol X-Git-Tag: accepted/tizen/unified/20241216.185838^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen;p=platform%2Fkernel%2Flinux-thead.git RISCV: configs: Enable Three-wire H5 UART protocol Support for this protocol in the kernel is requried for communication with the RTL8723DS chip on LPI4A board. Enable it. Change-Id: I1b54c5edf898de89ca388a002194bc57950957c2 Signed-off-by: Michal Wilczynski --- diff --git a/arch/riscv/configs/tizen-lpi4a_defconfig b/arch/riscv/configs/tizen-lpi4a_defconfig index 406e47372cf9..ab9511896103 100644 --- a/arch/riscv/configs/tizen-lpi4a_defconfig +++ b/arch/riscv/configs/tizen-lpi4a_defconfig @@ -130,6 +130,7 @@ CONFIG_BT_BNEP=y CONFIG_BT_HIDP=y CONFIG_BT_HCIUART=y CONFIG_BT_HCIUART_H4=y +CONFIG_BT_HCIUART_RTL=y CONFIG_CFG80211=y CONFIG_RFKILL=y CONFIG_PCI=y @@ -195,6 +196,7 @@ CONFIG_SERIAL_8250_NR_UARTS=6 CONFIG_SERIAL_8250_RUNTIME_UARTS=6 CONFIG_SERIAL_8250_DW=y CONFIG_SERIAL_OF_PLATFORM=y +CONFIG_SERIAL_DEV_BUS=y CONFIG_TTY_PRINTK=y CONFIG_HW_RANDOM=y CONFIG_I2C_CHARDEV=y