mirror of
https://github.com/torvalds/linux.git
synced 2025-01-01 07:42:07 +00:00
31284f703d
Microwatt implements a subset of ISA v3.0 (which is equivalent to the POWER9_CPU option). It is radix-only, so does not require hash MMU support. This saves 20kB compressed dtbImage and 56kB vmlinux size. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20211201144153.2456614-19-npiggin@gmail.com
13 lines
314 B
Plaintext
13 lines
314 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
config PPC_MICROWATT
|
|
depends on PPC_BOOK3S_64 && !SMP
|
|
bool "Microwatt SoC platform"
|
|
select PPC_XICS
|
|
select PPC_ICS_NATIVE
|
|
select PPC_ICP_NATIVE
|
|
select PPC_UDBG_16550
|
|
select ARCH_RANDOM
|
|
help
|
|
This option enables support for FPGA-based Microwatt implementations.
|
|
|