[linux] 02/03: [armhf] Enable basic support for DRA7XX systems, such as Beagle-x15.

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sat Jan 2 09:43:50 UTC 2016


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

ijc pushed a commit to branch master
in repository linux.

commit 466a4e0e527739dc668fb3d938ed4895d0762678
Author: Ian Campbell <ijc at hellion.org.uk>
Date:   Fri Jan 1 13:39:15 2016 +0000

    [armhf] Enable basic support for DRA7XX systems, such as Beagle-x15.
---
 debian/changelog                 |  2 ++
 debian/config/armhf/config.armmp | 14 ++++++++++++++
 2 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 05095b9..9a98866 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,6 +38,8 @@ linux (4.4~rc7-1~exp1) UNRELEASED; urgency=medium
   * [armel/kirkwood] Updates/clarifications to kernel size limitations from
     Martin Michlmayr. (Closes: #809528)
   * [armhf] Enable support for Rockchip devices. (Closes: #809083)
+  * [armhf] Enable basic support for DRA7XX systems, such as Beagle-x15.
+    (Closes: #807624)
 
  -- Ben Hutchings <ben at decadent.org.uk>  Thu, 24 Dec 2015 21:28:51 +0000
 
diff --git a/debian/config/armhf/config.armmp b/debian/config/armhf/config.armmp
index b155f58..d24eaa1 100644
--- a/debian/config/armhf/config.armmp
+++ b/debian/config/armhf/config.armmp
@@ -78,6 +78,7 @@ CONFIG_ARCH_OMAP3=y
 CONFIG_ARCH_OMAP4=y
 CONFIG_SOC_OMAP5=y
 CONFIG_SOC_AM33XX=y
+CONFIG_SOC_DRA7XX=y
 CONFIG_ARCH_OMAP2PLUS_TYPICAL=y
 CONFIG_SOC_OMAP3430=y
 CONFIG_SOC_TI81XX=y
@@ -436,6 +437,11 @@ CONFIG_MEDIA_SUPPORT=y
 CONFIG_MEDIA_CONTROLLER=y
 
 ##
+## file: drivers/media/platform/Kconfig
+##
+CONFIG_VIDEO_TI_VPE=m
+
+##
 ## file: drivers/media/platform/omap/Kconfig
 ##
 CONFIG_VIDEO_OMAP2_VOUT=m
@@ -719,6 +725,7 @@ CONFIG_NVMEM_SUNXI_SID=m
 ##
 ## file: drivers/pci/host/Kconfig
 ##
+CONFIG_PCI_DRA7XX=y
 CONFIG_PCI_MVEBU=y
 CONFIG_PCI_IMX6=y
 CONFIG_PCI_TEGRA=y
@@ -857,6 +864,7 @@ CONFIG_SPI_BCM2835AUX=m
 CONFIG_SPI_GPIO=y
 CONFIG_SPI_IMX=m
 CONFIG_SPI_OMAP24XX=m
+CONFIG_SPI_TI_QSPI=m
 CONFIG_SPI_ORION=m
 CONFIG_SPI_PL022=m
 CONFIG_SPI_ROCKCHIP=m
@@ -883,6 +891,7 @@ CONFIG_TI_SOC_THERMAL=m
 CONFIG_TI_THERMAL=y
 CONFIG_OMAP4_THERMAL=y
 CONFIG_OMAP5_THERMAL=y
+CONFIG_DRA752_THERMAL=y
 
 ##
 ## file: drivers/tty/serial/Kconfig
@@ -1094,6 +1103,11 @@ CONFIG_SND_SOC=m
 CONFIG_SND_BCM2835_SOC_I2S=m
 
 ##
+## file: sound/soc/davinci/Kconfig
+##
+CONFIG_SND_DAVINCI_SOC_MCASP=m
+
+##
 ## file: sound/soc/fsl/Kconfig
 ##
 CONFIG_SND_IMX_SOC=m

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