Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1248741
| From | Ludovic Desroches <ludovic.desroches@atmel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 7/8] ARM: multi_v7_defconfig: Add Atmel Flexcom device |
| Date | 2015-10-16 15:10 +0200 |
| Message-ID | <qkcVK-7cO-65@gated-at.bofh.it> (permalink) |
| References | <qkcVI-7cO-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
The Flexcom device has been introduced with Atmel SAMA5D2 SoC. Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 63703fa..6dcc048 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -389,6 +389,7 @@ CONFIG_MESON_WATCHDOG=y CONFIG_DIGICOLOR_WATCHDOG=y CONFIG_MFD_AS3711=y CONFIG_MFD_AS3722=y +CONFIG_MFD_ATMEL_FLEXCOM=y CONFIG_MFD_BCM590XX=y CONFIG_MFD_AXP20X=y CONFIG_MFD_CROS_EC=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 | Next — Previous in thread | Next in thread | Find similar | Unroll 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