projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge tag 'jg-20061012-00' of git://electric-eye.fr.zoreil.com/home/romieu/linux...
[linux-2.6]
/
arch
/
powerpc
/
platforms
/
82xx
/
Kconfig
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