diff options
-rw-r--r-- | src/console/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig index 278d193779..8f74613847 100644 --- a/src/console/Kconfig +++ b/src/console/Kconfig @@ -57,7 +57,6 @@ config UART_FOR_CONSOLE # FIXME: Early programming in romstage is incorrect as we should # program different LDN to actually change the physical port. -if ARCH_X86 config TTYS0_BASE hex depends on DRIVERS_UART @@ -76,7 +75,6 @@ comment "Serial port base address = 0x3e8" depends on UART_FOR_CONSOLE = 2 comment "Serial port base address = 0x2e8" depends on UART_FOR_CONSOLE = 3 -endif # ARCH_X86 choice prompt "Baud rate" |