Kconfig (dc3a9efb5ee89493a42c3365d219e339e4720c2b) Kconfig (8ad200d7b7c8fac77cf705831e90e889360d7030)
1# For a description of the syntax of this configuration file,
2# see Documentation/kbuild/kconfig-language.txt.
3#
4
5mainmenu "Linux/PowerPC Kernel Configuration"
6
7config PPC64
8 bool "64-bit kernel"

--- 286 unchanged lines hidden (view full) ---

295 select PPC_INDIRECT_PCI if PPC32
296 select PPC_MPC106 if PPC32
297 default y
298
299config PPC_PMAC64
300 bool
301 depends on PPC_PMAC && POWER4
302 select U3_DART
1# For a description of the syntax of this configuration file,
2# see Documentation/kbuild/kconfig-language.txt.
3#
4
5mainmenu "Linux/PowerPC Kernel Configuration"
6
7config PPC64
8 bool "64-bit kernel"

--- 286 unchanged lines hidden (view full) ---

295 select PPC_INDIRECT_PCI if PPC32
296 select PPC_MPC106 if PPC32
297 default y
298
299config PPC_PMAC64
300 bool
301 depends on PPC_PMAC && POWER4
302 select U3_DART
303 select GENERIC_TBSYNC
303 default y
304
305config PPC_PREP
306 bool " PowerPC Reference Platform (PReP) based machines"
307 depends on PPC_MULTIPLATFORM && PPC32
308 select PPC_I8259
309 select PPC_INDIRECT_PCI
310 default y
311
312config PPC_MAPLE
313 depends on PPC_MULTIPLATFORM && PPC64
314 bool " Maple 970FX Evaluation Board"
315 select U3_DART
316 select MPIC_BROKEN_U3
304 default y
305
306config PPC_PREP
307 bool " PowerPC Reference Platform (PReP) based machines"
308 depends on PPC_MULTIPLATFORM && PPC32
309 select PPC_I8259
310 select PPC_INDIRECT_PCI
311 default y
312
313config PPC_MAPLE
314 depends on PPC_MULTIPLATFORM && PPC64
315 bool " Maple 970FX Evaluation Board"
316 select U3_DART
317 select MPIC_BROKEN_U3
318 select GENERIC_TBSYNC
317 default n
318 help
319 This option enables support for the Maple 970FX Evaluation Board.
320 For more informations, refer to <http://www.970eval.com>
321
322config PPC_CELL
323 bool " Cell Broadband Processor Architecture"
324 depends on PPC_MULTIPLATFORM && PPC64

--- 56 unchanged lines hidden (view full) ---

381 depends on PPC_PSERIES || PPC_ISERIES
382 bool
383 default y
384
385config PPC_MPC106
386 bool
387 default n
388
319 default n
320 help
321 This option enables support for the Maple 970FX Evaluation Board.
322 For more informations, refer to <http://www.970eval.com>
323
324config PPC_CELL
325 bool " Cell Broadband Processor Architecture"
326 depends on PPC_MULTIPLATFORM && PPC64

--- 56 unchanged lines hidden (view full) ---

383 depends on PPC_PSERIES || PPC_ISERIES
384 bool
385 default y
386
387config PPC_MPC106
388 bool
389 default n
390
391config GENERIC_TBSYNC
392 bool
393 default y if CONFIG_PPC32 && CONFIG_SMP
394 default n
395
389source "drivers/cpufreq/Kconfig"
390
391config CPU_FREQ_PMAC
392 bool "Support for Apple PowerBooks"
393 depends on CPU_FREQ && ADB_PMU && PPC32
394 select CPU_FREQ_TABLE
395 help
396 This adds support for frequency switching on Apple PowerBooks,

--- 518 unchanged lines hidden ---
396source "drivers/cpufreq/Kconfig"
397
398config CPU_FREQ_PMAC
399 bool "Support for Apple PowerBooks"
400 depends on CPU_FREQ && ADB_PMU && PPC32
401 select CPU_FREQ_TABLE
402 help
403 This adds support for frequency switching on Apple PowerBooks,

--- 518 unchanged lines hidden ---