You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
732 B
23 lines
732 B
From f7c841fc1c7b9269b1ee5a4167f8c45b6339c3de Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.org>
|
|
Date: Thu, 5 Apr 2018 13:29:02 +0100
|
|
Subject: [PATCH 267/454] arm64: Add CONFIG_SERIAL_DEV_BUS=m to
|
|
bcmrpi3_defconfig
|
|
|
|
See: https://github.com/raspberrypi/linux/issues/2479
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.org>
|
|
---
|
|
arch/arm64/configs/bcmrpi3_defconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/arch/arm64/configs/bcmrpi3_defconfig
|
|
+++ b/arch/arm64/configs/bcmrpi3_defconfig
|
|
@@ -593,6 +593,7 @@ CONFIG_SERIAL_AMBA_PL011=y
|
|
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
|
|
CONFIG_SERIAL_SC16IS7XX=m
|
|
CONFIG_SERIAL_SC16IS7XX_SPI=y
|
|
+CONFIG_SERIAL_DEV_BUS=m
|
|
CONFIG_TTY_PRINTK=y
|
|
CONFIG_HW_RANDOM=y
|
|
CONFIG_RAW_DRIVER=y
|
|
|