Commit | Line | Data |
---|---|---|
91bd6109 | 1 | choice |
b9fd305d | 2 | prompt "82xx Board Type" |
d6071f88 KG |
3 | depends on PPC_82xx |
4 | default MPC82xx_ADS | |
91bd6109 VB |
5 | |
6 | config MPC82xx_ADS | |
d6071f88 KG |
7 | bool "Freescale MPC82xx ADS" |
8 | select DEFAULT_UIMAGE | |
9 | select PQ2ADS | |
10 | select 8272 | |
11 | select 8260 | |
12 | select FSL_SOC | |
13 | help | |
14 | This option enables support for the MPC8272 ADS board | |
91bd6109 VB |
15 | |
16 | endchoice | |
17 | ||
fd42c717 KG |
18 | config PQ2ADS |
19 | bool | |
d6071f88 | 20 | default n |
fd42c717 KG |
21 | |
22 | config 8260 | |
d6071f88 | 23 | bool |
fd42c717 | 24 | depends on 6xx |
d6071f88 | 25 | select CPM2 |
fd42c717 | 26 | help |
d6071f88 | 27 | The MPC8260 is a typical embedded CPU made by Freescale. Selecting |
fd42c717 KG |
28 | this option means that you wish to build a kernel for a machine with |
29 | an 8260 class CPU. | |
30 | ||
31 | config 8272 | |
32 | bool | |
fd42c717 KG |
33 | select 8260 |
34 | help | |
35 | The MPC8272 CPM has a different internal dpram setup than other CPM2 | |
36 | devices |