summaryrefslogtreecommitdiff
path: root/board/nuvoton/common/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/nuvoton/common/Kconfig')
-rw-r--r--board/nuvoton/common/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/board/nuvoton/common/Kconfig b/board/nuvoton/common/Kconfig
new file mode 100644
index 00000000000..61de7bc5f88
--- /dev/null
+++ b/board/nuvoton/common/Kconfig
@@ -0,0 +1,9 @@
+if ARCH_NPCM
+
+config SYS_SKIP_UART_INIT
+ bool "Skip UART initialization"
+ depends on NPCM_SERIAL
+ help
+ Select this if the UART you want to use is already
+ initialized by the time U-Boot starts its execution.
+endif