diff options
Diffstat (limited to 'board/nuvoton/common/Kconfig')
| -rw-r--r-- | board/nuvoton/common/Kconfig | 9 |
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 |
