diff options
Diffstat (limited to 'arch/powerpc/platforms/85xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/85xx/Kconfig | 87 |
1 files changed, 67 insertions, 20 deletions
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig index 7748a3a426db..7e76ddbd5821 100644 --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig | |||
@@ -1,7 +1,14 @@ | |||
1 | choice | 1 | menuconfig MPC85xx |
2 | prompt "Machine Type" | 2 | bool "Machine Type" |
3 | depends on PPC_85xx | 3 | depends on PPC_85xx |
4 | default MPC8540_ADS | 4 | select PPC_UDBG_16550 |
5 | select PPC_INDIRECT_PCI if PCI | ||
6 | select MPIC | ||
7 | select FSL_PCI if PCI | ||
8 | select SERIAL_8250_SHARE_IRQ if SERIAL_8250 | ||
9 | default y | ||
10 | |||
11 | if MPC85xx | ||
5 | 12 | ||
6 | config MPC8540_ADS | 13 | config MPC8540_ADS |
7 | bool "Freescale MPC8540 ADS" | 14 | bool "Freescale MPC8540 ADS" |
@@ -13,6 +20,7 @@ config MPC8560_ADS | |||
13 | bool "Freescale MPC8560 ADS" | 20 | bool "Freescale MPC8560 ADS" |
14 | select DEFAULT_UIMAGE | 21 | select DEFAULT_UIMAGE |
15 | select PPC_CPM_NEW_BINDING | 22 | select PPC_CPM_NEW_BINDING |
23 | select CPM2 | ||
16 | help | 24 | help |
17 | This option enables support for the MPC 8560 ADS board | 25 | This option enables support for the MPC 8560 ADS board |
18 | 26 | ||
@@ -38,25 +46,64 @@ config MPC85xx_DS | |||
38 | help | 46 | help |
39 | This option enables support for the MPC85xx DS (MPC8544 DS) board | 47 | This option enables support for the MPC85xx DS (MPC8544 DS) board |
40 | 48 | ||
41 | endchoice | 49 | config STX_GP3 |
50 | bool "Silicon Turnkey Express GP3" | ||
51 | help | ||
52 | This option enables support for the Silicon Turnkey Express GP3 | ||
53 | board. | ||
54 | select CPM2 | ||
55 | select DEFAULT_UIMAGE | ||
56 | select PPC_CPM_NEW_BINDING | ||
42 | 57 | ||
43 | config MPC8540 | 58 | config TQM8540 |
44 | bool | 59 | bool "TQ Components TQM8540" |
45 | select PPC_UDBG_16550 | 60 | help |
46 | select PPC_INDIRECT_PCI | 61 | This option enables support for the TQ Components TQM8540 board. |
47 | default y if MPC8540_ADS || MPC85xx_CDS | 62 | select DEFAULT_UIMAGE |
63 | select PPC_CPM_NEW_BINDING | ||
64 | select TQM85xx | ||
48 | 65 | ||
49 | config MPC8560 | 66 | config TQM8541 |
50 | bool | 67 | bool "TQ Components TQM8541" |
68 | help | ||
69 | This option enables support for the TQ Components TQM8541 board. | ||
70 | select DEFAULT_UIMAGE | ||
71 | select PPC_CPM_NEW_BINDING | ||
72 | select TQM85xx | ||
73 | select CPM2 | ||
74 | |||
75 | config TQM8555 | ||
76 | bool "TQ Components TQM8555" | ||
77 | help | ||
78 | This option enables support for the TQ Components TQM8555 board. | ||
79 | select DEFAULT_UIMAGE | ||
80 | select PPC_CPM_NEW_BINDING | ||
81 | select TQM85xx | ||
51 | select CPM2 | 82 | select CPM2 |
52 | default y if MPC8560_ADS | ||
53 | 83 | ||
54 | config MPC85xx | 84 | config TQM8560 |
85 | bool "TQ Components TQM8560" | ||
86 | help | ||
87 | This option enables support for the TQ Components TQM8560 board. | ||
88 | select DEFAULT_UIMAGE | ||
89 | select PPC_CPM_NEW_BINDING | ||
90 | select TQM85xx | ||
91 | select CPM2 | ||
92 | |||
93 | config SBC8548 | ||
94 | bool "Wind River SBC8548" | ||
95 | select DEFAULT_UIMAGE | ||
96 | help | ||
97 | This option enables support for the Wind River SBC8548 board | ||
98 | |||
99 | config SBC8560 | ||
100 | bool "Wind River SBC8560" | ||
101 | select DEFAULT_UIMAGE | ||
102 | select PPC_CPM_NEW_BINDING if CPM2 | ||
103 | help | ||
104 | This option enables support for the Wind River SBC8560 board | ||
105 | |||
106 | endif # MPC85xx | ||
107 | |||
108 | config TQM85xx | ||
55 | bool | 109 | bool |
56 | select PPC_UDBG_16550 | ||
57 | select PPC_INDIRECT_PCI if PCI | ||
58 | select MPIC | ||
59 | select FSL_PCI if PCI | ||
60 | select SERIAL_8250_SHARE_IRQ if SERIAL_8250 | ||
61 | default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS \ | ||
62 | || MPC85xx_MDS || MPC85xx_DS | ||