From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH] ARM: vt8500: Convert arch-vt8500 to multiplatform
Date: Thu, 11 Oct 2012 07:47:46 +0000 [thread overview]
Message-ID: <201210110747.46682.arnd@arndb.de> (raw)
In-Reply-To: <CABjd4YzdwXmAeTrULWOGdFBg8xKXK4FN7fGJegjFZYmmxhrP2A@mail.gmail.com>
On Thursday 11 October 2012, Alexey Charkov wrote:
> Does this imply that early printk won't be supported any longer, or am
> I missing something?
You are correct. However, there is work under way to bring it back.
If you want to keep it around in the meantime, you could let the user
enable VT8500 either in MULTIPLATFORM or standalone using some Kconfig
logic like:
choice "Platform selection"
...
config VT8500_SINGLE
bool "Via/Wondermedia VT8500 / WM8505 / WM8650"
...
endchoice
...
config VT8500
bool "Via/Wondermedia VT8500 / WM8505 / WM8650" if ARCH_MULTIPLATFORM
default VT8500_SINGLE
Arnd
next prev parent reply other threads:[~2012-10-11 7:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-11 7:17 [RFC PATCH] ARM: vt8500: Convert arch-vt8500 to multiplatform Tony Prisk
2012-10-11 7:25 ` Alexey Charkov
2012-10-11 7:47 ` Arnd Bergmann [this message]
2012-10-11 18:17 ` Tony Prisk
2012-10-11 20:29 ` Arnd Bergmann
2012-10-11 22:33 ` linux at prisktech.co.nz
2012-10-12 7:52 ` Arnd Bergmann
2012-10-13 4:58 ` Tony Prisk
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=201210110747.46682.arnd@arndb.de \
--to=arnd@arndb.de \
--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.