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
Linux 2.6.21
[linux/fpc-iii.git]
/
arch
/
powerpc
/
platforms
/
86xx
/
Kconfig
blob
0c70944d0e37464825b19fe2a68d4dafdc1863e1
1
menu "Platform Support"
2
depends on PPC_86xx
3
4
choice
5
prompt "Machine Type"
6
default MPC8641_HPCN
7
8
config MPC8641_HPCN
9
bool "Freescale MPC8641 HPCN"
10
select PPC_I8259
11
select DEFAULT_UIMAGE
12
help
13
This option enables support for the MPC8641 HPCN board.
14
15
endchoice
16
17
18
config MPC8641
19
bool
20
select PPC_INDIRECT_PCI
21
select PPC_UDBG_16550
22
default y if MPC8641_HPCN
23
24
config MPIC
25
bool
26
default y
27
28
config PPC_INDIRECT_PCI_BE
29
bool
30
depends on PPC_86xx
31
default y
32
33
endmenu