summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAlban Bedel <albeu@free.fr>2019-01-07 22:45:15 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-03-23 10:18:51 +0300
commit9605606af0c3db1f4014f1e5a51c48606b9f0c4d (patch)
treea2bd41b43066538d48ec9b0a9e27080734474739 /arch
parent5bc9daa97d9c07d2be869af0906069d973b32eac (diff)
downloadlinux-9605606af0c3db1f4014f1e5a51c48606b9f0c4d.tar.xz
MIPS: ath79: Enable OF serial ports in the default config
[ Upstream commit 565dc8a4f55e491935bfb04866068d21784ea9a4 ] 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 Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/configs/ath79_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/configs/ath79_defconfig b/arch/mips/configs/ath79_defconfig
index 134879c1310a..4ed369c0ec6a 100644
--- a/arch/mips/configs/ath79_defconfig
+++ b/arch/mips/configs/ath79_defconfig
@@ -74,6 +74,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