Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1246503
| From | Antoine Tenart <antoine.tenart@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 4/4] ARM: multi_v7_defconfig: enable the Berlin ADC |
| Date | 2015-10-14 12:40 +0200 |
| Message-ID | <qjrDt-4cL-37@gated-at.bofh.it> (permalink) |
| References | <qjrDs-4cL-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Enable the Marvell Berlin ADC support in multi_v7_defconfig. Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.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 e45f80df403c..2d5c77286a2a 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -637,6 +637,7 @@ CONFIG_EXTCON=y CONFIG_TI_AEMIF=y CONFIG_IIO=y CONFIG_AT91_ADC=m +CONFIG_BERLIN2_ADC=y CONFIG_EXYNOS_ADC=m CONFIG_XILINX_XADC=y CONFIG_AK8975=y -- 2.6.1 -- 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 0/4] ARM: berlin: improve multi_v7_defconfig support Antoine Tenart <antoine.tenart@free-electrons.com> - 2015-10-14 12:40 +0200
[PATCH 1/4] ARM: multi_v7_defconfig: enable Berlin SATA PHY Antoine Tenart <antoine.tenart@free-electrons.com> - 2015-10-14 12:40 +0200
[PATCH 4/4] ARM: multi_v7_defconfig: enable the Berlin ADC Antoine Tenart <antoine.tenart@free-electrons.com> - 2015-10-14 12:40 +0200
Re: [PATCH 0/4] ARM: berlin: improve multi_v7_defconfig support Arnd Bergmann <arnd@arndb.de> - 2015-10-14 14:40 +0200
Re: [PATCH 0/4] ARM: berlin: improve multi_v7_defconfig support Antoine Tenart <antoine.tenart@free-electrons.com> - 2015-10-14 15:20 +0200
Re: [PATCH 0/4] ARM: berlin: improve multi_v7_defconfig support Arnd Bergmann <arnd@arndb.de> - 2015-10-14 15:30 +0200
csiph-web