blob: 61de7bc5f8817bc11a4a9fa3f28cc5620e3998ad [file] [log] [blame]
Jim Liuc32c95c2023-11-14 16:51:59 +08001if ARCH_NPCM
2
3config SYS_SKIP_UART_INIT
4 bool "Skip UART initialization"
5 depends on NPCM_SERIAL
6 help
7 Select this if the UART you want to use is already
8 initialized by the time U-Boot starts its execution.
9endif