projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'mv-merge'
[linux-2.6]
/
arch
/
powerpc
/
platforms
/
85xx
/
Kconfig
1
menu "Platform support"
2
depends on PPC_85xx
3
4
choice
5
prompt "Machine Type"
6
default MPC8540_ADS
7
8
config MPC8540_ADS
9
bool "Freescale MPC8540 ADS"
10
select DEFAULT_UIMAGE
11
help
12
This option enables support for the MPC 8540 ADS board
13
14
endchoice
15
16
config MPC8540
17
bool
18
select PPC_UDBG_16550
19
select PPC_INDIRECT_PCI
20
default y if MPC8540_ADS
21
22
config PPC_INDIRECT_PCI_BE
23
bool
24
depends on PPC_85xx
25
default y
26
27
config MPIC
28
bool
29
default y
30
31
endmenu