diff options
Diffstat (limited to 'arch/ppc64/Kconfig')
-rw-r--r-- | arch/ppc64/Kconfig | 78 |
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 | ||
47 | config 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 | ||
305 | config MSCHUNKS | ||
306 | bool | ||
307 | depends on PPC_ISERIES | ||
308 | default y | ||
309 | |||
310 | |||
311 | config PPC_RTAS | 309 | config 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 | ||
351 | source "fs/Kconfig.binfmt" | ||
352 | |||
353 | config 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 | |||
362 | config 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 | |||
370 | config CMDLINE_BOOL | ||
371 | bool "Default bootloader kernel arguments" | ||
372 | depends on !PPC_ISERIES | ||
373 | |||
374 | config 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 | |||
353 | endmenu | 384 | endmenu |
354 | 385 | ||
355 | config ISA_DMA_API | 386 | config ISA_DMA_API |
356 | bool | 387 | bool |
357 | default y | 388 | default y |
358 | 389 | ||
359 | menu "General setup" | 390 | menu "Bus Options" |
360 | 391 | ||
361 | config ISA | 392 | config ISA |
362 | bool | 393 | bool |
@@ -389,45 +420,12 @@ config PCI_DOMAINS | |||
389 | bool | 420 | bool |
390 | default PCI | 421 | default PCI |
391 | 422 | ||
392 | source "fs/Kconfig.binfmt" | ||
393 | |||
394 | source "drivers/pci/Kconfig" | 423 | source "drivers/pci/Kconfig" |
395 | 424 | ||
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" | 425 | source "drivers/pcmcia/Kconfig" |
406 | 426 | ||
407 | source "drivers/pci/hotplug/Kconfig" | 427 | source "drivers/pci/hotplug/Kconfig" |
408 | 428 | ||
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 | 429 | endmenu |
432 | 430 | ||
433 | source "net/Kconfig" | 431 | source "net/Kconfig" |