repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
arch
/
powerpc
/
platforms
/
chrp
/
Kconfig
blob
9b5c5505718a337b69346bbe59ada414b7aab564
1
# SPDX-License-Identifier: GPL-2.0
2
config PPC_CHRP
3
bool "Common Hardware Reference Platform (CHRP) based machines"
4
depends on PPC_BOOK3S_32
5
select HAVE_PCSPKR_PLATFORM
6
select MPIC
7
select PPC_I8259
8
select PPC_INDIRECT_PCI
9
select PPC_RTAS
10
select PPC_RTAS_DAEMON
11
select RTAS_ERROR_LOGGING
12
select PPC_MPC106
13
select PPC_UDBG_16550
14
select PPC_NATIVE
15
select FORCE_PCI
16
default y