Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1368901

[PATCH 1/3] ARM: multi_v7_defconfig: Add more BCM2835 support

From Eric Anholt <eric@anholt.net>
Newsgroups linux.kernel
Subject [PATCH 1/3] ARM: multi_v7_defconfig: Add more BCM2835 support
Date 2016-04-01 02:30 +0200
Message-ID <riV8m-4z1-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


The WDT is required for reboot and I2S is used for audio devices on
the P5 header (or BT audio on the Pi3).

Signed-off-by: Eric Anholt <eric@anholt.net>
---
 arch/arm/configs/multi_v7_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 2823490..43a8ce0 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -438,6 +438,7 @@ CONFIG_TEGRA_WATCHDOG=m
 CONFIG_MESON_WATCHDOG=y
 CONFIG_DW_WATCHDOG=y
 CONFIG_DIGICOLOR_WATCHDOG=y
+CONFIG_BCM2835_WDT=y
 CONFIG_MFD_AS3711=y
 CONFIG_MFD_AS3722=y
 CONFIG_MFD_ATMEL_FLEXCOM=y
@@ -564,6 +565,7 @@ CONFIG_SND_USB_AUDIO=m
 CONFIG_SND_SOC=m
 CONFIG_SND_ATMEL_SOC=m
 CONFIG_SND_ATMEL_SOC_WM8904=m
+CONFIG_SND_BCM2835_SOC_I2S=m
 CONFIG_SND_SOC_FSL_SAI=m
 CONFIG_SND_SOC_ROCKCHIP=m
 CONFIG_SND_SOC_ROCKCHIP_SPDIF=m
-- 
2.7.0

Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/3] ARM: multi_v7_defconfig: Add more BCM2835 support Eric Anholt <eric@anholt.net> - 2016-04-01 02:30 +0200
  [PATCH 2/3] ARM: multi_v7_defconfig: Switch BCM2835 to sdhci-iproc.c for MMC Eric Anholt <eric@anholt.net> - 2016-04-01 02:30 +0200
    Re: [PATCH 2/3] ARM: multi_v7_defconfig: Switch BCM2835 to  sdhci-iproc.c for MMC Stephen Warren <swarren@wwwdotorg.org> - 2016-04-01 04:10 +0200
      Re: [PATCH 2/3] ARM: multi_v7_defconfig: Switch BCM2835 to sdhci-iproc.c for MMC Eric Anholt <eric@anholt.net> - 2016-04-01 17:50 +0200
      Re: [PATCH 2/3] ARM: multi_v7_defconfig: Switch BCM2835 to  sdhci-iproc.c for MMC Stephen Warren <swarren@wwwdotorg.org> - 2016-04-01 19:00 +0200
        Re: [PATCH 2/3] ARM: multi_v7_defconfig: Switch BCM2835 to  sdhci-iproc.c for MMC Stefan Wahren <stefan.wahren@i2se.com> - 2016-04-01 22:20 +0200
  Re: [PATCH 1/3] ARM: multi_v7_defconfig: Add more BCM2835 support Stephen Warren <swarren@wwwdotorg.org> - 2016-04-01 04:10 +0200

csiph-web