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


Groups > linux.kernel > #1248734

[PATCH v2 5/8] ARM: at91/defconfig: add sama5d2 and its new devices to sama5 defconfig

From Ludovic Desroches <ludovic.desroches@atmel.com>
Newsgroups linux.kernel
Subject [PATCH v2 5/8] ARM: at91/defconfig: add sama5d2 and its new devices to sama5 defconfig
Date 2015-10-16 15:10 +0200
Message-ID <qkcVJ-7cO-41@gated-at.bofh.it> (permalink)
References <qkcVI-7cO-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Add SAMA5D2 SoC plus Atmel flexcom and Atmel sdhci devices.

Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
---
 arch/arm/configs/sama5_defconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig
index 3b2f686..a0c57ac 100644
--- a/arch/arm/configs/sama5_defconfig
+++ b/arch/arm/configs/sama5_defconfig
@@ -14,6 +14,7 @@ CONFIG_MODULE_FORCE_UNLOAD=y
 # CONFIG_IOSCHED_DEADLINE is not set
 # CONFIG_IOSCHED_CFQ is not set
 CONFIG_ARCH_AT91=y
+CONFIG_SOC_SAMA5D2=y
 CONFIG_SOC_SAMA5D3=y
 CONFIG_SOC_SAMA5D4=y
 CONFIG_AEABI=y
@@ -129,6 +130,7 @@ CONFIG_POWER_SUPPLY=y
 CONFIG_POWER_RESET=y
 # CONFIG_HWMON is not set
 CONFIG_SSB=m
+CONFIG_MFD_ATMEL_FLEXCOM=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
 CONFIG_REGULATOR_ACT8865=y
@@ -165,6 +167,9 @@ CONFIG_USB_ATMEL_USBA=y
 CONFIG_USB_G_SERIAL=y
 CONFIG_MMC=y
 # CONFIG_MMC_BLOCK_BOUNCE is not set
+CONFIG_MMC_SDHCI=y
+CONFIG_MMC_SDHCI_PLTFM=y
+CONFIG_MMC_SDHCI_OF_AT91=y
 CONFIG_MMC_ATMELMCI=y
 CONFIG_NEW_LEDS=y
 CONFIG_LEDS_CLASS=y
-- 
2.5.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

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


Thread

[PATCH v2 0/8] Enable several devices for Atmel SAMA5D2 Ludovic Desroches <ludovic.desroches@atmel.com> - 2015-10-16 15:10 +0200
  [PATCH v2 4/8] ARM: at91/defconfig: update at91_dt defconfig Ludovic Desroches <ludovic.desroches@atmel.com> - 2015-10-16 15:10 +0200
  [PATCH v2 5/8] ARM: at91/defconfig: add sama5d2 and its new devices to sama5 defconfig Ludovic Desroches <ludovic.desroches@atmel.com> - 2015-10-16 15:10 +0200
  [PATCH v2 2/8] ARM: at91/dt: sama5d2 Xplained: add several devices Ludovic Desroches <ludovic.desroches@atmel.com> - 2015-10-16 15:10 +0200
  [PATCH v2 7/8] ARM: multi_v7_defconfig: Add Atmel Flexcom device Ludovic Desroches <ludovic.desroches@atmel.com> - 2015-10-16 15:10 +0200
  [PATCH v2 6/8] ARM: multi_v7_defconfig: Add Atmel SAMA5D2 SoC Ludovic Desroches <ludovic.desroches@atmel.com> - 2015-10-16 15:10 +0200
  [PATCH v2 1/8] ARM: at91/dt: sama5d2: add missing devices Ludovic Desroches <ludovic.desroches@atmel.com> - 2015-10-16 15:10 +0200

csiph-web