From: swarren@wwwdotorg.org (Stephen Warren)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH] ARM: initial multiplatform support
Date: Fri, 24 Aug 2012 14:01:32 -0600 [thread overview]
Message-ID: <5037DD9C.2090403@wwwdotorg.org> (raw)
In-Reply-To: <1345837852-10277-1-git-send-email-robherring2@gmail.com>
On 08/24/2012 01:50 PM, Rob Herring wrote:
> From: Arnd Bergmann <arnd@arndb.de>
>
> This lets us build a multiplatform kernel for experimental purposes.
> However, it will not be useful for any real work, because it relies
> on a number of useful things to be disabled for now:
...
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> +config ARCH_SOCFPGA_CHOICE
> + bool "Altera SOCFPGA family"
> + select ARCH_SOCFPGA
> -config ARCH_VEXPRESS
> +config ARCH_VEXPRESS_CHOICE
...
> + select ARCH_VEXPRESS
> -config ARCH_HIGHBANK
> +config ARCH_HIGHBANK_CHOICE
...
> help
Doesn't that need "select ARCH_HIGHBANK" too?
I see Tegra doesn't work with SPARSE_IRQ:-( I'll have to look into
what's required to make that work...
next prev parent reply other threads:[~2012-08-24 20:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-24 19:50 [RFC PATCH] ARM: initial multiplatform support Rob Herring
2012-08-24 20:01 ` Stephen Warren [this message]
2012-08-24 21:27 ` Olof Johansson
2012-08-24 21:50 ` Rob Herring
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=5037DD9C.2090403@wwwdotorg.org \
--to=swarren@wwwdotorg.org \
--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 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.