repo.or.cz
/
hh.org.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sync hh.org
[hh.org.git]
/
arch
/
powerpc
/
platforms
/
82xx
/
Kconfig
blob
47d841ecf2e28767af53edfe6d4ff7278a8433f8
1
menu "Platform support"
2
depends on PPC_82xx
3
4
choice
5
prompt "Machine Type"
6
default MPC82xx_ADS
7
8
config MPC82xx_ADS
9
bool "Freescale MPC82xx ADS"
10
select DEFAULT_UIMAGE
11
select PQ2ADS
12
select 8272
13
select 8260
14
select CPM2
15
select FSL_SOC
16
help
17
This option enables support for the MPC8272 ADS board
18
19
endchoice
20
21
endmenu