linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: linux@prisktech.co.nz (Tony Prisk)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: multiplatform: Add a defconfig for multi_v5
Date: Wed, 17 Oct 2012 21:10:44 +1300	[thread overview]
Message-ID: <1350461444-22832-1-git-send-email-linux@prisktech.co.nz> (raw)

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

             reply	other threads:[~2012-10-17  8:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-17  8:10 Tony Prisk [this message]
2012-10-17 12:57 ` [PATCH] ARM: multiplatform: Add a defconfig for multi_v5 Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1350461444-22832-1-git-send-email-linux@prisktech.co.nz \
    --to=linux@prisktech.co.nz \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).