mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
42f4754a0c
MULTI_V6 should default to V6K as it is more optimal than V6. Any platform which is not V6K should select CPU_V6 which will enable the less optimal code paths. Signed-off-by: Rob Herring <robh@kernel.org> Cc: Anton Vorontsov <anton@enomsg.org> Acked-by: Shawn Guo <shawn.guo@linaro.org> Cc: Sascha Hauer <kernel@pengutronix.de> Cc: Jamie Iles <jamie@jamieiles.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
8 lines
170 B
Plaintext
8 lines
170 B
Plaintext
config ARCH_PICOXCELL
|
|
bool "Picochip PicoXcell" if ARCH_MULTI_V6
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select ARM_VIC
|
|
select DW_APB_TIMER_OF
|
|
select HAVE_TCM
|
|
select NO_IOPORT
|