[PATCH 4/4] ARM: bcm2835: add of-serial and 8250 to bcm2835_defconfig

kernel at martin.sperl.org kernel at martin.sperl.org
Fri Sep 11 05:20:53 PDT 2015


From: Martin Sperl <kernel at martin.sperl.org>

Add 8250 amd of-serial to get compiled in when using bcm2835_defconfig.

This driver supports the bcm2835 auxiliary uart.

Signed-off-by: Martin Sperl <kernel at martin.sperl.org>
---
 arch/arm/configs/bcm2835_defconfig |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/configs/bcm2835_defconfig b/arch/arm/configs/bcm2835_defconfig
index a205c8b..e74db5f 100644
--- a/arch/arm/configs/bcm2835_defconfig
+++ b/arch/arm/configs/bcm2835_defconfig
@@ -67,8 +67,15 @@ CONFIG_ZD1211RW=y
 CONFIG_INPUT_EVDEV=y
 # CONFIG_LEGACY_PTYS is not set
 # CONFIG_DEVKMEM is not set
+CONFIG_SERIAL_8250=y
+CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y
+CONFIG_SERIAL_8250_CONSOLE=y
+CONFIG_SERIAL_8250_DMA=n
+CONFIG_SERIAL_8250_EXTENDED=y
+CONFIG_SERIAL_8250_SHARE_IRQ=y
 CONFIG_SERIAL_AMBA_PL011=y
 CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
+CONFIG_SERIAL_OF_PLATFORM=y
 CONFIG_TTY_PRINTK=y
 CONFIG_I2C=y
 CONFIG_I2C_CHARDEV=y
--
1.7.10.4




More information about the linux-arm-kernel mailing list