From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/5] ARM: realview: reduce the RealView Kconfig
Date: Wed, 10 Aug 2016 14:52:34 +0200 [thread overview]
Message-ID: <3301256.KAUbhPjxbH@wuerfel> (raw)
In-Reply-To: <1470832830-10274-3-git-send-email-linus.walleij@linaro.org>
On Wednesday, August 10, 2016 2:40:27 PM CEST Linus Walleij wrote:
> -
> -config REALVIEW_EB_ARM1136
> - bool "Support ARM1136J(F)-S Tile"
> - depends on MACH_REALVIEW_EB && ARCH_MULTI_V6
> - select CPU_V6
> - help
> - Enable support for the ARM1136 tile fitted to the
> - Realview(R) Emulation Baseboard platform.
> -
You seem to lose the "select CPU_V6" here, so we end up building
realview_defconfig for ARMv6K or higher, and that won't work
on ARM1136r0 (it will work on ARM1136r1 and all other v6 based
cores).
I actually liked the idea of having per-CPU options for Realview-EB
here, but if we can find another way to select CPU_V6 when needed,
I won't complain about the removal as it does simplify things
quite a bit.
Arnd
next prev parent reply other threads:[~2016-08-10 12:52 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-10 12:40 [PATCH 0/5] RealView boardfile removal Linus Walleij
2016-08-10 12:40 ` [PATCH 2/5] ARM: realview: reduce the RealView Kconfig Linus Walleij
2016-08-10 12:52 ` Arnd Bergmann [this message]
2016-08-12 12:56 ` Linus Walleij
2016-08-10 12:40 ` [PATCH 3/5] ARM: realview: cut board options from defconfig Linus Walleij
2016-08-10 12:40 ` [PATCH 4/5] ARM: realview: no need to select SMP_ON_UP explicitly Linus Walleij
2016-08-10 12:40 ` [PATCH 5/5] ARM: realview: imply device tree boot Linus Walleij
2016-08-10 12:45 ` 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=3301256.KAUbhPjxbH@wuerfel \
--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.