diff options
author | Paul Mackerras <paulus@samba.org> | 2007-04-23 18:42:11 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-04-23 18:42:11 -0400 |
commit | 445c9b5507b9d09a2e9b0b4dbb16517708aa40e6 (patch) | |
tree | d985e54552bebdf8ec1a7e4a0ed4cd289d9428ac /arch/powerpc/platforms/82xx | |
parent | 390cbb56a731546edc0f35fbc4c5045676467581 (diff) | |
parent | 98750261fbf6348517ef517f617014de8238475f (diff) |
Merge branch 'kconfig' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into for-2.6.22
Diffstat (limited to 'arch/powerpc/platforms/82xx')
-rw-r--r-- | arch/powerpc/platforms/82xx/Kconfig | 50 |
1 files changed, 15 insertions, 35 deletions
diff --git a/arch/powerpc/platforms/82xx/Kconfig b/arch/powerpc/platforms/82xx/Kconfig index 411071686f20..de7fce9cb6eb 100644 --- a/arch/powerpc/platforms/82xx/Kconfig +++ b/arch/powerpc/platforms/82xx/Kconfig | |||
@@ -1,56 +1,36 @@ | |||
1 | menu "Platform support" | ||
2 | depends on PPC_82xx | ||
3 | |||
4 | choice | 1 | choice |
5 | prompt "Machine Type" | 2 | prompt "Machine Type" |
6 | default MPC82xx_ADS | 3 | depends on PPC_82xx |
4 | default MPC82xx_ADS | ||
7 | 5 | ||
8 | config MPC82xx_ADS | 6 | config MPC82xx_ADS |
9 | bool "Freescale MPC82xx ADS" | 7 | bool "Freescale MPC82xx ADS" |
10 | select DEFAULT_UIMAGE | 8 | select DEFAULT_UIMAGE |
11 | select PQ2ADS | 9 | select PQ2ADS |
12 | select 8272 | 10 | select 8272 |
13 | select 8260 | 11 | select 8260 |
14 | select CPM2 | 12 | select FSL_SOC |
15 | select FSL_SOC | 13 | help |
16 | help | 14 | This option enables support for the MPC8272 ADS board |
17 | This option enables support for the MPC8272 ADS board | ||
18 | 15 | ||
19 | endchoice | 16 | endchoice |
20 | 17 | ||
21 | config PQ2ADS | 18 | config PQ2ADS |
22 | bool | 19 | bool |
23 | depends on ADS8272 | 20 | default n |
24 | default y | ||
25 | |||
26 | config ADS8272 | ||
27 | bool | ||
28 | 21 | ||
29 | config 8260 | 22 | config 8260 |
30 | bool "CPM2 Support" if WILLOW | 23 | bool |
31 | depends on 6xx | 24 | depends on 6xx |
32 | default y if PQ2FADS | 25 | select CPM2 |
33 | help | 26 | help |
34 | The MPC8260 is a typical embedded CPU made by Motorola. Selecting | 27 | The MPC8260 is a typical embedded CPU made by Freescale. Selecting |
35 | this option means that you wish to build a kernel for a machine with | 28 | this option means that you wish to build a kernel for a machine with |
36 | an 8260 class CPU. | 29 | an 8260 class CPU. |
37 | 30 | ||
38 | config 8272 | 31 | config 8272 |
39 | bool | 32 | bool |
40 | depends on 6xx | ||
41 | default y if ADS8272 | ||
42 | select 8260 | 33 | select 8260 |
43 | help | 34 | help |
44 | The MPC8272 CPM has a different internal dpram setup than other CPM2 | 35 | The MPC8272 CPM has a different internal dpram setup than other CPM2 |
45 | devices | 36 | devices |
46 | |||
47 | config CPM2 | ||
48 | bool | ||
49 | depends on 8260 || MPC8560 || MPC8555 | ||
50 | default y | ||
51 | help | ||
52 | The CPM2 (Communications Processor Module) is a coprocessor on | ||
53 | embedded CPUs made by Motorola. Selecting this option means that | ||
54 | you wish to build a kernel for a machine with a CPM2 coprocessor | ||
55 | on it (826x, 827x, 8560). | ||
56 | endmenu | ||