soc/nvidia/tegra210: Remove CONSOLE_SERIAL_TEGRA210_UART_CHOICES
The Kconfig symbol CONSOLE_SERIAL_TEGRA210_UART_CHOICES was attached to a choice, and isn't used anywhere. Remove it as unnecessary. Change-Id: I4efd2e43ac34b266db0d40d1bc8c123bd377b3a2 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/17391 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
a012254d01
commit
f924aee3c1
|
@ -34,7 +34,7 @@ config MAINBOARD_DO_SOR_INIT
|
|||
help
|
||||
Initialize dp display
|
||||
|
||||
choice CONSOLE_SERIAL_TEGRA210_UART_CHOICES
|
||||
choice
|
||||
prompt "Serial Console UART"
|
||||
default CONSOLE_SERIAL_TEGRA210_UARTA
|
||||
depends on CONSOLE_SERIAL
|
||||
|
|
Loading…
Reference in New Issue