All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: realview: select apropriate targets in defconfig
@ 2015-12-18 13:19 Linus Walleij
  2015-12-18 13:28 ` Arnd Bergmann
  0 siblings, 1 reply; 3+ messages in thread
From: Linus Walleij @ 2015-12-18 13:19 UTC (permalink / raw)
  To: linux-arm-kernel

After adding multiplatform support for the RealView, we need
to add the apropriate targets to the defconfig so we get the
full range of supported devices. This amends both the defconfig
files for this.

Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 arch/arm/configs/realview-smp_defconfig | 6 ++++++
 arch/arm/configs/realview_defconfig     | 5 +++++
 2 files changed, 11 insertions(+)

diff --git a/arch/arm/configs/realview-smp_defconfig b/arch/arm/configs/realview-smp_defconfig
index 1da5d9e48224..b10949545e76 100644
--- a/arch/arm/configs/realview-smp_defconfig
+++ b/arch/arm/configs/realview-smp_defconfig
@@ -9,9 +9,15 @@ CONFIG_MODULE_UNLOAD=y
 # CONFIG_BLK_DEV_BSG is not set
 # CONFIG_IOSCHED_CFQ is not set
 CONFIG_ARCH_REALVIEW=y
+CONFIG_REALVIEW_DT=y
 CONFIG_MACH_REALVIEW_EB=y
+CONFIG_REALVIEW_EB_A9MP=y
 CONFIG_REALVIEW_EB_ARM11MP=y
+CONFIG_REALVIEW_EB_ARM11MP_REVB=y
 CONFIG_MACH_REALVIEW_PB11MP=y
+CONFIG_MACH_REALVIEW_PB1176=y
+CONFIG_MACH_REALVIEW_PBA8=y
+CONFIG_MACH_REALVIEW_PBX=y
 CONFIG_SMP=y
 CONFIG_HOTPLUG_CPU=y
 CONFIG_AEABI=y
diff --git a/arch/arm/configs/realview_defconfig b/arch/arm/configs/realview_defconfig
index d02e9d911bb7..8ba19ea592cf 100644
--- a/arch/arm/configs/realview_defconfig
+++ b/arch/arm/configs/realview_defconfig
@@ -9,10 +9,15 @@ CONFIG_MODULE_UNLOAD=y
 # CONFIG_BLK_DEV_BSG is not set
 # CONFIG_IOSCHED_CFQ is not set
 CONFIG_ARCH_REALVIEW=y
+CONFIG_REALVIEW_DT=y
 CONFIG_MACH_REALVIEW_EB=y
+CONFIG_REALVIEW_EB_A9MP=y
 CONFIG_REALVIEW_EB_ARM11MP=y
+CONFIG_REALVIEW_EB_ARM11MP_REVB=y
 CONFIG_MACH_REALVIEW_PB11MP=y
 CONFIG_MACH_REALVIEW_PB1176=y
+CONFIG_MACH_REALVIEW_PBA8=y
+CONFIG_MACH_REALVIEW_PBX=y
 CONFIG_AEABI=y
 CONFIG_ZBOOT_ROM_TEXT=0x0
 CONFIG_ZBOOT_ROM_BSS=0x0
-- 
2.4.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] ARM: realview: select apropriate targets in defconfig
  2015-12-18 13:19 [PATCH] ARM: realview: select apropriate targets in defconfig Linus Walleij
@ 2015-12-18 13:28 ` Arnd Bergmann
  2015-12-18 16:24   ` Linus Walleij
  0 siblings, 1 reply; 3+ messages in thread
From: Arnd Bergmann @ 2015-12-18 13:28 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday 18 December 2015 14:19:54 Linus Walleij wrote:
> After adding multiplatform support for the RealView, we need
> to add the apropriate targets to the defconfig so we get the
> full range of supported devices. This amends both the defconfig
> files for this.
> 
> Cc: Arnd Bergmann <arnd@arndb.de>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> 

Looks good to me. Should we also add PBX to multi_v7_defconfig?

	Arnd

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] ARM: realview: select apropriate targets in defconfig
  2015-12-18 13:28 ` Arnd Bergmann
@ 2015-12-18 16:24   ` Linus Walleij
  0 siblings, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2015-12-18 16:24 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Dec 18, 2015 at 2:28 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Friday 18 December 2015 14:19:54 Linus Walleij wrote:
>> After adding multiplatform support for the RealView, we need
>> to add the apropriate targets to the defconfig so we get the
>> full range of supported devices. This amends both the defconfig
>> files for this.
>>
>> Cc: Arnd Bergmann <arnd@arndb.de>
>> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
>>
>
> Looks good to me. Should we also add PBX to multi_v7_defconfig?

Sure, I just haven't tested that. I just wanted to make sure we had
no regressions at this point :)

I will send a separate patch when I have made a boot test for it.

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-12-18 16:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-18 13:19 [PATCH] ARM: realview: select apropriate targets in defconfig Linus Walleij
2015-12-18 13:28 ` Arnd Bergmann
2015-12-18 16:24   ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.