diff options
author | Alban Bedel <albeu@free.fr> | 2019-01-07 20:45:15 +0100 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2019-01-07 13:39:06 -0800 |
commit | 565dc8a4f55e491935bfb04866068d21784ea9a4 (patch) | |
tree | 7a2b0c7c1adbc1f5b0cbc4e863a762c7c2bc3b29 /arch/mips | |
parent | 390d1b461eec4b15aed78df0ce72a5c4bc40d619 (diff) | |
download | talos-op-linux-565dc8a4f55e491935bfb04866068d21784ea9a4.tar.gz talos-op-linux-565dc8a4f55e491935bfb04866068d21784ea9a4.zip |
MIPS: ath79: Enable OF serial ports in the default config
CONFIG_SERIAL_OF_PLATFORM is needed to get a working console on the OF
boards, enable it in the default config to get a working setup out of
the box.
Signed-off-by: Alban Bedel <albeu@free.fr>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: linux-mips@vger.kernel.org
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: James Hogan <jhogan@kernel.org>
Cc: linux-kernel@vger.kernel.org
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/configs/ath79_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/configs/ath79_defconfig b/arch/mips/configs/ath79_defconfig index 4e4ec779f182..6f981af67826 100644 --- a/arch/mips/configs/ath79_defconfig +++ b/arch/mips/configs/ath79_defconfig @@ -66,6 +66,7 @@ CONFIG_SERIAL_8250_CONSOLE=y # CONFIG_SERIAL_8250_PCI is not set CONFIG_SERIAL_8250_NR_UARTS=1 CONFIG_SERIAL_8250_RUNTIME_UARTS=1 +CONFIG_SERIAL_OF_PLATFORM=y CONFIG_SERIAL_AR933X=y CONFIG_SERIAL_AR933X_CONSOLE=y # CONFIG_HW_RANDOM is not set |