[linux] 01/01: [arm64] Enable SERIAL_8250_EXTENDED, SERIAL_8250_SHARE_IRQ and SERIAL_8250_BCM2835AUX, needed for Raspberry Pi 3.

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Fri Oct 14 05:23:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch master
in repository linux.

commit e7a457a218ead643358e2d295bf98929a4b627f6
Author: Aurelien Jarno <aurelien at aurel32.net>
Date:   Fri Oct 14 07:23:06 2016 +0200

    [arm64] Enable SERIAL_8250_EXTENDED, SERIAL_8250_SHARE_IRQ and SERIAL_8250_BCM2835AUX, needed for Raspberry Pi 3.
---
 debian/changelog           | 4 ++++
 debian/config/arm64/config | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 59dbd1b..995c950 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,10 @@ linux (4.8.1-1~exp1) UNRELEASED; urgency=medium
   * [rt] Update to 4.8-rt1 and re-enable
   * aufs: Update support patchest to aufs4.8-20161010 (no functional change)
 
+  [ Aurelien Jarno ]
+  * [arm64] Enable SERIAL_8250_EXTENDED, SERIAL_8250_SHARE_IRQ and
+    SERIAL_8250_BCM2835AUX, needed for Raspberry Pi 3.
+
  -- Ben Hutchings <ben at decadent.org.uk>  Sat, 01 Oct 2016 21:51:33 +0100
 
 linux (4.8~rc8-1~exp1) experimental; urgency=medium
diff --git a/debian/config/arm64/config b/debian/config/arm64/config
index 44941c8..2772223 100644
--- a/debian/config/arm64/config
+++ b/debian/config/arm64/config
@@ -600,9 +600,11 @@ CONFIG_SERIAL_8250_CONSOLE=y
 CONFIG_SERIAL_8250_DMA=y
 CONFIG_SERIAL_8250_NR_UARTS=4
 CONFIG_SERIAL_8250_RUNTIME_UARTS=4
-# CONFIG_SERIAL_8250_EXTENDED is not set
+CONFIG_SERIAL_8250_EXTENDED=y
+CONFIG_SERIAL_8250_SHARE_IRQ=y
 CONFIG_SERIAL_8250_DW=y
 # CONFIG_SERIAL_8250_EM is not set
+CONFIG_SERIAL_8250_BCM2835AUX=y
 CONFIG_SERIAL_OF_PLATFORM=y
 
 ##

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list