Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
fork
Configure Feed
Select the types of activity you want to include in your feed.
1# SPDX-License-Identifier: GPL-2.0
2config PPC_MAPLE
3 depends on PPC64 && PPC_BOOK3S && CPU_BIG_ENDIAN
4 bool "Maple 970FX Evaluation Board"
5 select FORCE_PCI
6 select MPIC
7 select U3_DART
8 select MPIC_U3_HT_IRQS
9 select GENERIC_TBSYNC
10 select PPC_UDBG_16550
11 select PPC_970_NAP
12 select PPC_64S_HASH_MMU
13 select PPC_HASH_MMU_NATIVE
14 select PPC_RTAS
15 select MMIO_NVRAM
16 select ATA_NONSTANDARD if ATA
17 help
18 This option enables support for the Maple 970FX Evaluation Board.
19 For more information, refer to <http://www.970eval.com>