1if 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
10