diff options
| author | Thierry Reding <treding@nvidia.com> | 2018-11-28 04:54:21 -0500 |
|---|---|---|
| committer | Thierry Reding <treding@nvidia.com> | 2019-02-06 08:38:35 -0500 |
| commit | bc72bed682a9502f5c8f5adf15107aef6237895e (patch) | |
| tree | 5f012776beda8d71fd284b393ab5f450379e452c | |
| parent | 2b5d2c92c29d4b061cf41a4a4d4708188af65899 (diff) | |
arm64: defconfig: Enable Tegra TCU
The Tegra Combined UART is used on some Tegra194 devices as a way of
multiplexing output from multiple producers onto a single physical UART.
Enable this by default so that it can be used as the default console to
write kernel messages to.
Signed-off-by: Thierry Reding <treding@nvidia.com>
| -rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 74d5273ba20f..ad8f3dea0a74 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig | |||
| @@ -319,6 +319,7 @@ CONFIG_SERIAL_MESON_CONSOLE=y | |||
| 319 | CONFIG_SERIAL_SAMSUNG=y | 319 | CONFIG_SERIAL_SAMSUNG=y |
| 320 | CONFIG_SERIAL_SAMSUNG_CONSOLE=y | 320 | CONFIG_SERIAL_SAMSUNG_CONSOLE=y |
| 321 | CONFIG_SERIAL_TEGRA=y | 321 | CONFIG_SERIAL_TEGRA=y |
| 322 | CONFIG_SERIAL_TEGRA_TCU=y | ||
| 322 | CONFIG_SERIAL_SH_SCI=y | 323 | CONFIG_SERIAL_SH_SCI=y |
| 323 | CONFIG_SERIAL_MSM=y | 324 | CONFIG_SERIAL_MSM=y |
| 324 | CONFIG_SERIAL_MSM_CONSOLE=y | 325 | CONFIG_SERIAL_MSM_CONSOLE=y |
