From: kernel@martin.sperl.org (kernel at martin.sperl.org)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/4] ARM: bcm2835: add of-serial and 8250 to bcm2835_defconfig
Date: Fri, 11 Sep 2015 12:20:53 +0000 [thread overview]
Message-ID: <1441974053-2630-5-git-send-email-kernel@martin.sperl.org> (raw)
In-Reply-To: <1441974053-2630-1-git-send-email-kernel@martin.sperl.org>
From: Martin Sperl <kernel@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@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
next prev parent reply other threads:[~2015-09-11 12:20 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-11 12:20 [PATCH 0/4] bcm2835: enable auxiliary uart1 kernel at martin.sperl.org
2015-09-11 12:20 ` [PATCH 1/4] serial: of-serial: allow for a custom clock divider different from 16 kernel at martin.sperl.org
2015-09-11 12:20 ` [PATCH 2/4] dt/bindings: serial: of-serial: add description for clock-divider property kernel at martin.sperl.org
2015-09-11 12:20 ` [PATCH 3/4] serial: bcm2835: add auxiliary uart1 to device tree of bcm2835 kernel at martin.sperl.org
2015-09-22 2:42 ` Stephen Warren
2015-09-23 10:01 ` Martin Sperl
2015-09-23 15:18 ` Stephen Warren
2015-09-11 12:20 ` kernel at martin.sperl.org [this message]
2015-09-14 14:53 ` [PATCH 0/4] bcm2835: enable auxiliary uart1 Eric Anholt
2015-09-22 2:39 ` Stephen Warren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1441974053-2630-5-git-send-email-kernel@martin.sperl.org \
--to=kernel@martin.sperl.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).