summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szyprowski <m.szyprowski@samsung.com>2024-08-26 23:26:46 +0200
committerMarek Szyprowski <m.szyprowski@samsung.com>2024-08-26 23:29:16 +0200
commit4c2241a58fecd75a4a95ad2a9e6518cfc25efbb1 (patch)
tree4001133fc2a893ece7f9ac137f594b5f93437c12
parent84f62ebe07c1f4ad76ce810a8463addba2be0dae (diff)
downloadlinux-riscv-4c2241a58fecd75a4a95ad2a9e6518cfc25efbb1.tar.gz
linux-riscv-4c2241a58fecd75a4a95ad2a9e6518cfc25efbb1.tar.bz2
linux-riscv-4c2241a58fecd75a4a95ad2a9e6518cfc25efbb1.zip
riscv: configs: tizen-bpif3: use mainline-style uart0 driver
Use standard 8250-style device-tree based driver for UART0. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Change-Id: I351f1332d150701850a8d812d367ed68a282a80b
-rw-r--r--arch/riscv/configs/tizen_bpif3_defconfig13
1 files changed, 10 insertions, 3 deletions
diff --git a/arch/riscv/configs/tizen_bpif3_defconfig b/arch/riscv/configs/tizen_bpif3_defconfig
index 3a3ad4d42b85..586f78679b95 100644
--- a/arch/riscv/configs/tizen_bpif3_defconfig
+++ b/arch/riscv/configs/tizen_bpif3_defconfig
@@ -348,10 +348,17 @@ CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_TOUCHSCREEN_GOODIX=y
CONFIG_INPUT_MISC=y
CONFIG_INPUT_UINPUT=y
+CONFIG_SERIAL_8250=y
+# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set
+CONFIG_SERIAL_8250_CONSOLE=y
+# CONFIG_SERIAL_8250_PCI is not set
+# CONFIG_SERIAL_8250_LPSS is not set
+# CONFIG_SERIAL_8250_MID is not set
+# CONFIG_SERIAL_8250_PERICOM is not set
+CONFIG_SERIAL_8250_PXA=y
+# CONFIG_SERIAL_8250_TEGRA is not set
+CONFIG_SERIAL_OF_PLATFORM=y
CONFIG_SERIAL_EARLYCON_RISCV_SBI=y
-CONFIG_SERIAL_PXA=y
-CONFIG_SERIAL_PXA_SPACEMIT_K1X=y
-CONFIG_SERIAL_PXA_CONSOLE=y
CONFIG_SERIAL_DEV_BUS=y
CONFIG_VIRTIO_CONSOLE=y
# CONFIG_HW_RANDOM is not set