diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/ppc64/Kconfig | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/arch/ppc64/Kconfig b/arch/ppc64/Kconfig index 2ce87836c671..4d4f81c65012 100644 --- a/arch/ppc64/Kconfig +++ b/arch/ppc64/Kconfig | |||
@@ -350,13 +350,46 @@ config SECCOMP | |||
350 | 350 | ||
351 | If unsure, say Y. Only embedded should say N here. | 351 | If unsure, say Y. Only embedded should say N here. |
352 | 352 | ||
353 | source "fs/Kconfig.binfmt" | ||
354 | |||
355 | config HOTPLUG_CPU | ||
356 | bool "Support for hot-pluggable CPUs" | ||
357 | depends on SMP && EXPERIMENTAL && (PPC_PSERIES || PPC_PMAC) | ||
358 | select HOTPLUG | ||
359 | ---help--- | ||
360 | Say Y here to be able to turn CPUs off and on. | ||
361 | |||
362 | Say N if you are unsure. | ||
363 | |||
364 | config PROC_DEVICETREE | ||
365 | bool "Support for Open Firmware device tree in /proc" | ||
366 | depends on !PPC_ISERIES | ||
367 | help | ||
368 | This option adds a device-tree directory under /proc which contains | ||
369 | an image of the device tree that the kernel copies from Open | ||
370 | Firmware. If unsure, say Y here. | ||
371 | |||
372 | config CMDLINE_BOOL | ||
373 | bool "Default bootloader kernel arguments" | ||
374 | depends on !PPC_ISERIES | ||
375 | |||
376 | config CMDLINE | ||
377 | string "Initial kernel command string" | ||
378 | depends on CMDLINE_BOOL | ||
379 | default "console=ttyS0,9600 console=tty0 root=/dev/sda2" | ||
380 | help | ||
381 | On some platforms, there is currently no way for the boot loader to | ||
382 | pass arguments to the kernel. For these platforms, you can supply | ||
383 | some command-line options at build time by entering them here. In | ||
384 | most cases you will need to specify the root device here. | ||
385 | |||
353 | endmenu | 386 | endmenu |
354 | 387 | ||
355 | config ISA_DMA_API | 388 | config ISA_DMA_API |
356 | bool | 389 | bool |
357 | default y | 390 | default y |
358 | 391 | ||
359 | menu "General setup" | 392 | menu "Bus Options" |
360 | 393 | ||
361 | config ISA | 394 | config ISA |
362 | bool | 395 | bool |
@@ -389,45 +422,12 @@ config PCI_DOMAINS | |||
389 | bool | 422 | bool |
390 | default PCI | 423 | default PCI |
391 | 424 | ||
392 | source "fs/Kconfig.binfmt" | ||
393 | |||
394 | source "drivers/pci/Kconfig" | 425 | source "drivers/pci/Kconfig" |
395 | 426 | ||
396 | config 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 | |||
405 | source "drivers/pcmcia/Kconfig" | 427 | source "drivers/pcmcia/Kconfig" |
406 | 428 | ||
407 | source "drivers/pci/hotplug/Kconfig" | 429 | source "drivers/pci/hotplug/Kconfig" |
408 | 430 | ||
409 | config 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 | |||
417 | config CMDLINE_BOOL | ||
418 | bool "Default bootloader kernel arguments" | ||
419 | depends on !PPC_ISERIES | ||
420 | |||
421 | config 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 | |||
431 | endmenu | 431 | endmenu |
432 | 432 | ||
433 | source "net/Kconfig" | 433 | source "net/Kconfig" |