diff options
author | Thierry Reding <treding@nvidia.com> | 2018-11-28 12:54:21 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2019-02-06 16:38:35 +0300 |
commit | bc72bed682a9502f5c8f5adf15107aef6237895e (patch) | |
tree | 5f012776beda8d71fd284b393ab5f450379e452c /arch/arm64/configs | |
parent | 2b5d2c92c29d4b061cf41a4a4d4708188af65899 (diff) | |
download | linux-bc72bed682a9502f5c8f5adf15107aef6237895e.tar.xz |
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>
Diffstat (limited to 'arch/arm64/configs')
-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 CONFIG_SERIAL_SAMSUNG=y CONFIG_SERIAL_SAMSUNG_CONSOLE=y CONFIG_SERIAL_TEGRA=y +CONFIG_SERIAL_TEGRA_TCU=y CONFIG_SERIAL_SH_SCI=y CONFIG_SERIAL_MSM=y CONFIG_SERIAL_MSM_CONSOLE=y |