aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc64/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc64/Kconfig')
-rw-r--r--arch/ppc64/Kconfig78
1 files changed, 38 insertions, 40 deletions
diff --git a/arch/ppc64/Kconfig b/arch/ppc64/Kconfig
index 2ce87836c671..deca68ad644a 100644
--- a/arch/ppc64/Kconfig
+++ b/arch/ppc64/Kconfig
@@ -44,6 +44,10 @@ config SCHED_NO_NO_OMIT_FRAME_POINTER
44 bool 44 bool
45 default y 45 default y
46 46
47config ARCH_MAY_HAVE_PC_FDC
48 bool
49 default y
50
47# We optimistically allocate largepages from the VM, so make the limit 51# We optimistically allocate largepages from the VM, so make the limit
48# large enough (16MB). This badly named config option is actually 52# large enough (16MB). This badly named config option is actually
49# max order + 1 53# max order + 1
@@ -302,12 +306,6 @@ config GENERIC_HARDIRQS
302 bool 306 bool
303 default y 307 default y
304 308
305config MSCHUNKS
306 bool
307 depends on PPC_ISERIES
308 default y
309
310
311config PPC_RTAS 309config PPC_RTAS
312 bool 310 bool
313 depends on PPC_PSERIES || PPC_BPA 311 depends on PPC_PSERIES || PPC_BPA
@@ -350,13 +348,46 @@ config SECCOMP
350 348
351 If unsure, say Y. Only embedded should say N here. 349 If unsure, say Y. Only embedded should say N here.
352 350
351source "fs/Kconfig.binfmt"
352
353config HOTPLUG_CPU
354 bool "Support for hot-pluggable CPUs"
355 depends on SMP && EXPERIMENTAL && (PPC_PSERIES || PPC_PMAC)
356 select HOTPLUG
357 ---help---
358 Say Y here to be able to turn CPUs off and on.
359
360 Say N if you are unsure.
361
362config PROC_DEVICETREE
363 bool "Support for Open Firmware device tree in /proc"
364 depends on !PPC_ISERIES
365 help
366 This option adds a device-tree directory under /proc which contains
367 an image of the device tree that the kernel copies from Open
368 Firmware. If unsure, say Y here.
369
370config CMDLINE_BOOL
371 bool "Default bootloader kernel arguments"
372 depends on !PPC_ISERIES
373
374config CMDLINE
375 string "Initial kernel command string"
376 depends on CMDLINE_BOOL
377 default "console=ttyS0,9600 console=tty0 root=/dev/sda2"
378 help
379 On some platforms, there is currently no way for the boot loader to
380 pass arguments to the kernel. For these platforms, you can supply
381 some command-line options at build time by entering them here. In
382 most cases you will need to specify the root device here.
383
353endmenu 384endmenu
354 385
355config ISA_DMA_API 386config ISA_DMA_API
356 bool 387 bool
357 default y 388 default y
358 389
359menu "General setup" 390menu "Bus Options"
360 391
361config ISA 392config ISA
362 bool 393 bool
@@ -389,45 +420,12 @@ config PCI_DOMAINS
389 bool 420 bool
390 default PCI 421 default PCI
391 422
392source "fs/Kconfig.binfmt"
393
394source "drivers/pci/Kconfig" 423source "drivers/pci/Kconfig"
395 424
396config HOTPLUG_CPU
397 bool "Support for hot-pluggable CPUs"
398 depends on SMP && EXPERIMENTAL && (PPC_PSERIES || PPC_PMAC)
399 select HOTPLUG
400 ---help---
401 Say Y here to be able to turn CPUs off and on.
402
403 Say N if you are unsure.
404
405source "drivers/pcmcia/Kconfig" 425source "drivers/pcmcia/Kconfig"
406 426
407source "drivers/pci/hotplug/Kconfig" 427source "drivers/pci/hotplug/Kconfig"
408 428
409config PROC_DEVICETREE
410 bool "Support for Open Firmware device tree in /proc"
411 depends on !PPC_ISERIES
412 help
413 This option adds a device-tree directory under /proc which contains
414 an image of the device tree that the kernel copies from Open
415 Firmware. If unsure, say Y here.
416
417config CMDLINE_BOOL
418 bool "Default bootloader kernel arguments"
419 depends on !PPC_ISERIES
420
421config CMDLINE
422 string "Initial kernel command string"
423 depends on CMDLINE_BOOL
424 default "console=ttyS0,9600 console=tty0 root=/dev/sda2"
425 help
426 On some platforms, there is currently no way for the boot loader to
427 pass arguments to the kernel. For these platforms, you can supply
428 some command-line options at build time by entering them here. In
429 most cases you will need to specify the root device here.
430
431endmenu 429endmenu
432 430
433source "net/Kconfig" 431source "net/Kconfig"