Jim Liu | c32c95c | 2023-11-14 16:51:59 +0800 | [diff] [blame] | 1 | if ARCH_NPCM |
2 | |||||
3 | config 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. | ||||
9 | endif |