~ubuntu-branches/debian/wheezy/linux-2.6/wheezy

« back to all changes in this revision

Viewing changes to arch/powerpc/platforms/44x/Kconfig

  • Committer: Bazaar Package Importer
  • Author(s): Ben Hutchings, Ben Hutchings, Aurelien Jarno, Martin Michlmayr
  • Date: 2011-04-06 13:53:30 UTC
  • mfrom: (43.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20110406135330-wjufxhd0tvn3zx4z
Tags: 2.6.38-3
[ Ben Hutchings ]
* [ppc64] Add to linux-tools package architectures (Closes: #620124)
* [amd64] Save cr4 to mmu_cr4_features at boot time (Closes: #620284)
* appletalk: Fix bugs introduced when removing use of BKL
* ALSA: Fix yet another race in disconnection
* cciss: Fix lost command issue
* ath9k: Fix kernel panic in AR2427
* ses: Avoid kernel panic when lun 0 is not mapped
* PCI/ACPI: Report ASPM support to BIOS if not disabled from command line

[ Aurelien Jarno ]
* rtlwifi: fix build when PCI is not enabled.

[ Martin Michlmayr ]
* rtlwifi: Eliminate udelay calls with too large values (Closes: #620204)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
config PPC_47x
 
2
        bool "Support for 47x variant"
 
3
        depends on 44x
 
4
        default n
 
5
        select MPIC
 
6
        help
 
7
          This option enables support for the 47x family of processors and is
 
8
          not currently compatible with other 44x or 46x varients
 
9
 
1
10
config BAMBOO
2
11
        bool "Bamboo"
3
12
        depends on 44x
8
17
        help
9
18
          This option enables support for the IBM PPC440EP evaluation board.
10
19
 
 
20
config BLUESTONE
 
21
        bool "Bluestone"
 
22
        depends on 44x
 
23
        default n
 
24
        select PPC44x_SIMPLE
 
25
        select APM821xx
 
26
        select IBM_NEW_EMAC_RGMII
 
27
        help
 
28
          This option enables support for the APM APM821xx Evaluation board.
 
29
 
11
30
config EBONY
12
31
        bool "Ebony"
13
32
        depends on 44x
151
170
        help
152
171
          This option enables support for the AMCC PPC440EP evaluation board.
153
172
 
 
173
config ISS4xx
 
174
        bool "ISS 4xx Simulator"
 
175
        depends on (44x || 40x)
 
176
        default n
 
177
        select 405GP if 40x
 
178
        select 440GP if 44x && !PPC_47x
 
179
        select PPC_FPU
 
180
        select OF_RTC
 
181
        help
 
182
          This option enables support for the IBM ISS simulation environment
 
183
 
 
184
config ICON
 
185
        bool "Icon"
 
186
        depends on 44x
 
187
        default n
 
188
        select PPC44x_SIMPLE
 
189
        select 440SPe
 
190
        select PCI
 
191
        select PPC4xx_PCI_EXPRESS
 
192
        help
 
193
          This option enables support for the AMCC PPC440SPe evaluation board.
 
194
 
154
195
#config LUAN
155
196
#       bool "Luan"
156
197
#       depends on 44x
262
303
        select IBM_NEW_EMAC_ZMII
263
304
        select IBM_NEW_EMAC_TAH
264
305
 
 
306
config APM821xx
 
307
        bool
 
308
        select PPC_FPU
 
309
        select IBM_NEW_EMAC_EMAC4
 
310
        select IBM_NEW_EMAC_TAH
 
311
 
265
312
# 44x errata/workaround config symbols, selected by the CPU models above
266
313
config IBM440EP_ERR42
267
314
        bool