Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1342576 > unrolled thread
| Started by | Olof Johansson <olof@lixom.net> |
|---|---|
| First post | 2016-02-25 02:50 +0100 |
| Last post | 2016-02-25 02:50 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v4 12/12] arm64: defconfig: enable Armada 3700 related config Olof Johansson <olof@lixom.net> - 2016-02-25 02:50 +0100
| From | Olof Johansson <olof@lixom.net> |
|---|---|
| Date | 2016-02-25 02:50 +0100 |
| Subject | Re: [PATCH v4 12/12] arm64: defconfig: enable Armada 3700 related config |
| Message-ID | <r5Te2-4Ro-15@gated-at.bofh.it> |
On Tue, Feb 16, 2016 at 07:15:02PM +0100, Gregory CLEMENT wrote: > This patch enables the configuration for the Armada 3700 family and for > the related driver it uses. > > Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> > Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> > --- > arch/arm64/configs/defconfig | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 18ca9fb9e65f..7ca2f0247ec5 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -31,6 +31,7 @@ CONFIG_MODULES=y > CONFIG_MODULE_UNLOAD=y > # CONFIG_BLK_DEV_BSG is not set > # CONFIG_IOSCHED_DEADLINE is not set > +CONFIG_ARCH_MVEBU=y > CONFIG_ARCH_BCM_IPROC=y > CONFIG_ARCH_BERLIN=y > CONFIG_ARCH_EXYNOS7=y How did this end up here? It's in alphabetical order in the Kconfig, and here you're inserting it first. Savedefconfig inserts it at the expected location. I've fixed it up in the merge now, which isn't ideal. Maybe you edited the defconfig by hand? -Olof
Back to top | Article view | linux.kernel
csiph-web