Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.7 15 lines 334 B view raw
1config PPC_CHRP 2 bool "Common Hardware Reference Platform (CHRP) based machines" 3 depends on 6xx 4 select HAVE_PCSPKR_PLATFORM 5 select MPIC 6 select PPC_I8259 7 select PPC_INDIRECT_PCI 8 select PPC_RTAS 9 select PPC_RTAS_DAEMON 10 select RTAS_ERROR_LOGGING 11 select PPC_MPC106 12 select PPC_UDBG_16550 13 select PPC_NATIVE 14 select PCI 15 default y