* [PATCH] ARM: multiplatform: Add a defconfig for multi_v5
@ 2012-10-17 8:10 Tony Prisk
2012-10-17 12:57 ` Arnd Bergmann
0 siblings, 1 reply; 2+ messages in thread
From: Tony Prisk @ 2012-10-17 8:10 UTC (permalink / raw)
To: linux-arm-kernel
This patch adds a simple multi_v5_defconfig for arch-vt8500
multiplatform.
Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
---
I expect there will be a bit of comment regarding this as others will
need to add their requirements as well, and it seems overly basic.
arch/arm/configs/multi_v5_defconfig | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
create mode 100644 arch/arm/configs/multi_v5_defconfig
diff --git a/arch/arm/configs/multi_v5_defconfig b/arch/arm/configs/multi_v5_defconfig
new file mode 100644
index 0000000..b4a36a7
--- /dev/null
+++ b/arch/arm/configs/multi_v5_defconfig
@@ -0,0 +1,24 @@
+CONFIG_ARCH_MULTI_V7=n
+CONFIG_ARCH_MULTI_V5=y
+CONFIG_EXPERIMENTAL=y
+CONFIG_HIGH_RES_TIMERS=y
+CONFIG_ARCH_VT8500=y
+CONFIG_ARM_ARCH_TIMER=y
+CONFIG_AEABI=y
+CONFIG_ARM_APPENDED_DTB=y
+CONFIG_VFP=y
+CONFIG_NET=y
+CONFIG_SERIAL_VT8500=y
+CONFIG_SERIAL_VT8500_CONSOLE=y
+CONFIG_GPIOLIB=y
+CONFIG_GPIO_VT8500=y
+CONFIG_FB=y
+CONFIG_FRAMEBUFFER_CONSOLE=y
+CONFIG_FB_VT8500=y
+CONFIG_FB_WM8505=y
+CONFIG_USB=y
+CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_UHCI_HCD=y
+CONFIG_USB_UHCI_PLATFORM=y
+CONFIG_PWM_VT8500=y
+CONFIG_RTC_DRV_VT8500=y
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: multiplatform: Add a defconfig for multi_v5
2012-10-17 8:10 [PATCH] ARM: multiplatform: Add a defconfig for multi_v5 Tony Prisk
@ 2012-10-17 12:57 ` Arnd Bergmann
0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2012-10-17 12:57 UTC (permalink / raw)
To: linux-arm-kernel
On Wednesday 17 October 2012, Tony Prisk wrote:
> This patch adds a simple multi_v5_defconfig for arch-vt8500
> multiplatform.
>
> Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
> ---
>
> I expect there will be a bit of comment regarding this as others will
> need to add their requirements as well, and it seems overly basic.
Right now, I think we only need to add imx1 and imx2, basically
taking everything from arch/arm/configs/imx_v4_v5_defconfig.
Shawn and Sascha, let us know if you have other preferences here.
Arnd
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-17 12:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-17 8:10 [PATCH] ARM: multiplatform: Add a defconfig for multi_v5 Tony Prisk
2012-10-17 12:57 ` Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).