diff options
author | Martin Roth <martinroth@google.com> | 2016-11-11 14:24:22 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-11-14 18:10:57 +0100 |
commit | f924aee3c186b50a75c1aa111a2e1598e213e577 (patch) | |
tree | 2753e2be1679f4f7bf07d20dcc165cb256bccd79 | |
parent | a012254d010d9d06f8dea1c4b6cc27b57b39007f (diff) |
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>
-rw-r--r-- | src/soc/nvidia/tegra210/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/nvidia/tegra210/Kconfig b/src/soc/nvidia/tegra210/Kconfig index 3c88a8459b..4e3beccff4 100644 --- a/src/soc/nvidia/tegra210/Kconfig +++ b/src/soc/nvidia/tegra210/Kconfig @@ -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 |