[linux] 02/02: [arm64] Enable ARCH_MVEBU and related options

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Wed Nov 30 00:58:51 UTC 2016


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

tbm pushed a commit to branch master
in repository linux.

commit 1a0657ea1af22111387a6cd6afed7b2deee5b5de
Author: Martin Michlmayr <tbm at cyrius.com>
Date:   Tue Nov 29 16:11:47 2016 -0800

    [arm64] Enable ARCH_MVEBU and related options
    
    Enable ARCH_MVEBU for 64-bit ARM.  While this isn't tested on hardware,
    I did my best to enable all required options.
---
 debian/changelog           | 1 +
 debian/config/arm64/config | 7 +++++++
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 074eb54..96f7a33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ linux (4.9~rc6-1~exp1) UNRELEASED; urgency=medium
   [ Martin Michlmayr ]
   * [arm64] Enable more QCOM options: BT_QCOMSMD, QCOM_EBI2, QCOM_TSENS,
     QCOM_WCNSS_PIL and EXTCON_QCOM_SPMI_MISC.
+  * [arm64] Enable ARCH_MVEBU and related options.
 
  -- Uwe Kleine-König <ukleinek at debian.org>  Thu, 17 Nov 2016 09:55:16 +0100
 
diff --git a/debian/config/arm64/config b/debian/config/arm64/config
index 42c5644..31aff65 100644
--- a/debian/config/arm64/config
+++ b/debian/config/arm64/config
@@ -40,6 +40,7 @@ CONFIG_KVM=y
 ##
 CONFIG_ARCH_BCM2835=y
 CONFIG_ARCH_HISI=y
+CONFIG_ARCH_MVEBU=y
 CONFIG_ARCH_QCOM=y
 CONFIG_ARCH_SEATTLE=y
 CONFIG_ARCH_TEGRA=y
@@ -55,6 +56,7 @@ CONFIG_ACPI=y
 ## file: drivers/ata/Kconfig
 ##
 CONFIG_SATA_AHCI_PLATFORM=m
+CONFIG_AHCI_MVEBU=m
 CONFIG_AHCI_TEGRA=m
 CONFIG_AHCI_XGENE=m
 
@@ -207,6 +209,7 @@ CONFIG_I2C=y
 ##
 CONFIG_I2C_BCM2835=m
 CONFIG_I2C_DESIGNWARE_PLATFORM=m
+CONFIG_I2C_MV64XXX=m
 CONFIG_I2C_QUP=m
 CONFIG_I2C_TEGRA=m
 CONFIG_I2C_CROS_EC_TUNNEL=m
@@ -444,10 +447,12 @@ CONFIG_QCOM_QFPROM=m
 ##
 ## file: drivers/pci/host/Kconfig
 ##
+CONFIG_PCI_AARDVARK=y
 CONFIG_PCI_HOST_GENERIC=y
 CONFIG_PCI_XGENE=y
 CONFIG_PCI_HISI=y
 CONFIG_PCIE_QCOM=y
+CONFIG_PCIE_ARMADA_8K=y
 
 ##
 ## file: drivers/phy/Kconfig
@@ -619,6 +624,8 @@ CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
 CONFIG_SERIAL_TEGRA=y
 CONFIG_SERIAL_MSM=y
 CONFIG_SERIAL_MSM_CONSOLE=y
+CONFIG_SERIAL_MVEBU_UART=y
+CONFIG_SERIAL_MVEBU_CONSOLE=y
 
 ##
 ## file: drivers/tty/serial/8250/Kconfig

-- 
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