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 7source "arch/powerpc/platforms/Kconfig.cputype" 8 9config PPC32 10 bool 11 default y if !PPC64 12 13config 64BIT 14 bool 15 default y if PPC64 16 17config WORD_SIZE 18 int 19 default 64 if PPC64 20 default 32 if !PPC64 21 22config ARCH_PHYS_ADDR_T_64BIT 23 def_bool PPC64 || PHYS_64BIT 24 25config MMU 26 bool 27 default y 28 29config GENERIC_CMOS_UPDATE 30 def_bool y 31 32config GENERIC_TIME 33 def_bool y 34 35config GENERIC_TIME_VSYSCALL 36 def_bool y 37 38config GENERIC_CLOCKEVENTS 39 def_bool y 40 41config GENERIC_HARDIRQS 42 bool 43 default y 44 45config GENERIC_HARDIRQS_NO__DO_IRQ 46 bool 47 default y 48 49config HAVE_SETUP_PER_CPU_AREA 50 def_bool PPC64 51 52config NEED_PER_CPU_EMBED_FIRST_CHUNK 53 def_bool PPC64 54 55config IRQ_PER_CPU 56 bool 57 default y 58 59config NR_IRQS 60 int "Number of virtual interrupt numbers" 61 range 32 512 62 default "512" 63 help 64 This defines the number of virtual interrupt numbers the kernel 65 can manage. Virtual interrupt numbers are what you see in 66 /proc/interrupts. If you configure your system to have too few, 67 drivers will fail to load or worse - handle with care. 68 69config STACKTRACE_SUPPORT 70 bool 71 default y 72 73config HAVE_LATENCYTOP_SUPPORT 74 def_bool y 75 76config TRACE_IRQFLAGS_SUPPORT 77 bool 78 default y 79 80config LOCKDEP_SUPPORT 81 bool 82 default y 83 84config RWSEM_GENERIC_SPINLOCK 85 bool 86 87config RWSEM_XCHGADD_ALGORITHM 88 bool 89 default y 90 91config GENERIC_LOCKBREAK 92 bool 93 default y 94 depends on SMP && PREEMPT 95 96config ARCH_HAS_ILOG2_U32 97 bool 98 default y 99 100config ARCH_HAS_ILOG2_U64 101 bool 102 default y if 64BIT 103 104config GENERIC_HWEIGHT 105 bool 106 default y 107 108config GENERIC_FIND_NEXT_BIT 109 bool 110 default y 111 112config GENERIC_GPIO 113 bool 114 help 115 Generic GPIO API support 116 117config ARCH_NO_VIRT_TO_BUS 118 def_bool PPC64 119 120config PPC 121 bool 122 default y 123 select HAVE_FTRACE_MCOUNT_RECORD 124 select HAVE_DYNAMIC_FTRACE 125 select HAVE_FUNCTION_TRACER 126 select HAVE_FUNCTION_GRAPH_TRACER 127 select ARCH_WANT_OPTIONAL_GPIOLIB 128 select HAVE_IDE 129 select HAVE_IOREMAP_PROT 130 select HAVE_EFFICIENT_UNALIGNED_ACCESS 131 select HAVE_KPROBES 132 select HAVE_ARCH_KGDB 133 select HAVE_KRETPROBES 134 select HAVE_ARCH_TRACEHOOK 135 select HAVE_LMB 136 select HAVE_DMA_ATTRS 137 select HAVE_DMA_API_DEBUG 138 select USE_GENERIC_SMP_HELPERS if SMP 139 select HAVE_OPROFILE 140 select HAVE_SYSCALL_WRAPPERS if PPC64 141 select GENERIC_ATOMIC64 if PPC32 142 select HAVE_PERF_EVENTS 143 144config EARLY_PRINTK 145 bool 146 default y 147 148config COMPAT 149 bool 150 default y if PPC64 151 select COMPAT_BINFMT_ELF 152 153config SYSVIPC_COMPAT 154 bool 155 depends on COMPAT && SYSVIPC 156 default y 157 158# All PPC32s use generic nvram driver through ppc_md 159config GENERIC_NVRAM 160 bool 161 default y if PPC32 162 163config SCHED_OMIT_FRAME_POINTER 164 bool 165 default y 166 167config ARCH_MAY_HAVE_PC_FDC 168 bool 169 default !PPC_PSERIES || PCI 170 171config PPC_OF 172 def_bool y 173 174config OF 175 def_bool y 176 select OF_FLATTREE 177 178config PPC_UDBG_16550 179 bool 180 default n 181 182config GENERIC_TBSYNC 183 bool 184 default y if PPC32 && SMP 185 default n 186 187config AUDIT_ARCH 188 bool 189 default y 190 191config GENERIC_BUG 192 bool 193 default y 194 depends on BUG 195 196config SYS_SUPPORTS_APM_EMULATION 197 default y if PMAC_APM_EMU 198 bool 199 200config DTC 201 bool 202 default y 203 204config DEFAULT_UIMAGE 205 bool 206 help 207 Used to allow a board to specify it wants a uImage built by default 208 default n 209 210config REDBOOT 211 bool 212 213config ARCH_HIBERNATION_POSSIBLE 214 bool 215 default y 216 217config ARCH_SUSPEND_POSSIBLE 218 def_bool y 219 depends on ADB_PMU || PPC_EFIKA || PPC_LITE5200 || PPC_83xx || \ 220 PPC_85xx || PPC_86xx 221 222config PPC_DCR_NATIVE 223 bool 224 default n 225 226config PPC_DCR_MMIO 227 bool 228 default n 229 230config PPC_DCR 231 bool 232 depends on PPC_DCR_NATIVE || PPC_DCR_MMIO 233 default y 234 235config PPC_OF_PLATFORM_PCI 236 bool 237 depends on PCI 238 depends on PPC64 # not supported on 32 bits yet 239 default n 240 241config ARCH_SUPPORTS_DEBUG_PAGEALLOC 242 def_bool y 243 244source "init/Kconfig" 245 246source "kernel/Kconfig.freezer" 247 248source "arch/powerpc/sysdev/Kconfig" 249source "arch/powerpc/platforms/Kconfig" 250 251menu "Kernel options" 252 253config HIGHMEM 254 bool "High memory support" 255 depends on PPC32 256 257source kernel/time/Kconfig 258source kernel/Kconfig.hz 259source kernel/Kconfig.preempt 260source "fs/Kconfig.binfmt" 261 262config HUGETLB_PAGE_SIZE_VARIABLE 263 bool 264 depends on HUGETLB_PAGE 265 default y 266 267config MATH_EMULATION 268 bool "Math emulation" 269 depends on 4xx || 8xx || E200 || PPC_MPC832x || E500 270 ---help--- 271 Some PowerPC chips designed for embedded applications do not have 272 a floating-point unit and therefore do not implement the 273 floating-point instructions in the PowerPC instruction set. If you 274 say Y here, the kernel will include code to emulate a floating-point 275 unit, which will allow programs that use floating-point 276 instructions to run. 277 278config 8XX_MINIMAL_FPEMU 279 bool "Minimal math emulation for 8xx" 280 depends on 8xx && !MATH_EMULATION 281 help 282 Older arch/ppc kernels still emulated a few floating point 283 instructions such as load and store, even when full math 284 emulation is disabled. Say "Y" here if you want to preserve 285 this behavior. 286 287 It is recommended that you build a soft-float userspace instead. 288 289config IOMMU_VMERGE 290 bool "Enable IOMMU virtual merging" 291 depends on PPC64 292 default y 293 help 294 Cause IO segments sent to a device for DMA to be merged virtually 295 by the IOMMU when they happen to have been allocated contiguously. 296 This doesn't add pressure to the IOMMU allocator. However, some 297 drivers don't support getting large merged segments coming back 298 from *_map_sg(). 299 300 Most drivers don't have this problem; it is safe to say Y here. 301 302config IOMMU_HELPER 303 def_bool PPC64 304 305config SWIOTLB 306 bool "SWIOTLB support" 307 default n 308 select IOMMU_HELPER 309 ---help--- 310 Support for IO bounce buffering for systems without an IOMMU. 311 This allows us to DMA to the full physical address space on 312 platforms where the size of a physical address is larger 313 than the bus address. Not all platforms support this. 314 315config HOTPLUG_CPU 316 bool "Support for enabling/disabling CPUs" 317 depends on SMP && HOTPLUG && EXPERIMENTAL && (PPC_PSERIES || PPC_PMAC) 318 ---help--- 319 Say Y here to be able to disable and re-enable individual 320 CPUs at runtime on SMP machines. 321 322 Say N if you are unsure. 323 324config ARCH_CPU_PROBE_RELEASE 325 def_bool y 326 depends on HOTPLUG_CPU 327 328config ARCH_ENABLE_MEMORY_HOTPLUG 329 def_bool y 330 331config ARCH_HAS_WALK_MEMORY 332 def_bool y 333 334config ARCH_ENABLE_MEMORY_HOTREMOVE 335 def_bool y 336 337config KEXEC 338 bool "kexec system call (EXPERIMENTAL)" 339 depends on PPC_BOOK3S && EXPERIMENTAL 340 help 341 kexec is a system call that implements the ability to shutdown your 342 current kernel, and to start another kernel. It is like a reboot 343 but it is independent of the system firmware. And like a reboot 344 you can start any kernel with it, not just Linux. 345 346 The name comes from the similarity to the exec system call. 347 348 It is an ongoing process to be certain the hardware in a machine 349 is properly shutdown, so do not be surprised if this code does not 350 initially work for you. It may help to enable device hotplugging 351 support. As of this writing the exact hardware interface is 352 strongly in flux, so no good recommendation can be made. 353 354config CRASH_DUMP 355 bool "Build a kdump crash kernel" 356 depends on PPC64 || 6xx 357 select RELOCATABLE if PPC64 358 help 359 Build a kernel suitable for use as a kdump capture kernel. 360 The same kernel binary can be used as production kernel and dump 361 capture kernel. 362 363config PHYP_DUMP 364 bool "Hypervisor-assisted dump (EXPERIMENTAL)" 365 depends on PPC_PSERIES && EXPERIMENTAL 366 help 367 Hypervisor-assisted dump is meant to be a kdump replacement 368 offering robustness and speed not possible without system 369 hypervisor assistance. 370 371 If unsure, say "N" 372 373config PPCBUG_NVRAM 374 bool "Enable reading PPCBUG NVRAM during boot" if PPLUS || LOPEC 375 default y if PPC_PREP 376 377config IRQ_ALL_CPUS 378 bool "Distribute interrupts on all CPUs by default" 379 depends on SMP && !MV64360 380 help 381 This option gives the kernel permission to distribute IRQs across 382 multiple CPUs. Saying N here will route all IRQs to the first 383 CPU. Generally saying Y is safe, although some problems have been 384 reported with SMP Power Macintoshes with this option enabled. 385 386config SPARSE_IRQ 387 bool "Support sparse irq numbering" 388 default y 389 help 390 This enables support for sparse irqs. This is useful for distro 391 kernels that want to define a high CONFIG_NR_CPUS value but still 392 want to have low kernel memory footprint on smaller machines. 393 394 ( Sparse IRQs can also be beneficial on NUMA boxes, as they spread 395 out the irq_desc[] array in a more NUMA-friendly way. ) 396 397 If you don't know what to do here, say Y. 398 399config NUMA 400 bool "NUMA support" 401 depends on PPC64 402 default y if SMP && PPC_PSERIES 403 404config NODES_SHIFT 405 int 406 default "8" if PPC64 407 default "4" 408 depends on NEED_MULTIPLE_NODES 409 410config MAX_ACTIVE_REGIONS 411 int 412 default "256" if PPC64 413 default "32" 414 415config ARCH_SELECT_MEMORY_MODEL 416 def_bool y 417 depends on PPC64 418 419config ARCH_FLATMEM_ENABLE 420 def_bool y 421 depends on (PPC64 && !NUMA) || PPC32 422 423config ARCH_SPARSEMEM_ENABLE 424 def_bool y 425 depends on PPC64 426 select SPARSEMEM_VMEMMAP_ENABLE 427 428config ARCH_SPARSEMEM_DEFAULT 429 def_bool y 430 depends on (SMP && PPC_PSERIES) || PPC_PS3 431 432config ARCH_POPULATES_NODE_MAP 433 def_bool y 434 435config SYS_SUPPORTS_HUGETLBFS 436 def_bool y 437 depends on PPC_BOOK3S_64 438 439source "mm/Kconfig" 440 441config ARCH_MEMORY_PROBE 442 def_bool y 443 depends on MEMORY_HOTPLUG 444 445# Some NUMA nodes have memory ranges that span 446# other nodes. Even though a pfn is valid and 447# between a node's start and end pfns, it may not 448# reside on that node. See memmap_init_zone() 449# for details. 450config NODES_SPAN_OTHER_NODES 451 def_bool y 452 depends on NEED_MULTIPLE_NODES 453 454config PPC_HAS_HASH_64K 455 bool 456 depends on PPC64 457 default n 458 459config STDBINUTILS 460 bool "Using standard binutils settings" 461 depends on 44x 462 default y 463 help 464 Turning this option off allows you to select 256KB PAGE_SIZE on 44x. 465 Note, that kernel will be able to run only those applications, 466 which had been compiled using binutils later than 2.17.50.0.3 with 467 '-zmax-page-size' set to 256K (the default is 64K). Or, if using 468 the older binutils, you can patch them with a trivial patch, which 469 changes the ELF_MAXPAGESIZE definition from 0x10000 to 0x40000. 470 471choice 472 prompt "Page size" 473 default PPC_4K_PAGES 474 help 475 Select the kernel logical page size. Increasing the page size 476 will reduce software overhead at each page boundary, allow 477 hardware prefetch mechanisms to be more effective, and allow 478 larger dma transfers increasing IO efficiency and reducing 479 overhead. However the utilization of memory will increase. 480 For example, each cached file will using a multiple of the 481 page size to hold its contents and the difference between the 482 end of file and the end of page is wasted. 483 484 Some dedicated systems, such as software raid serving with 485 accelerated calculations, have shown significant increases. 486 487 If you configure a 64 bit kernel for 64k pages but the 488 processor does not support them, then the kernel will simulate 489 them with 4k pages, loading them on demand, but with the 490 reduced software overhead and larger internal fragmentation. 491 For the 32 bit kernel, a large page option will not be offered 492 unless it is supported by the configured processor. 493 494 If unsure, choose 4K_PAGES. 495 496config PPC_4K_PAGES 497 bool "4k page size" 498 499config PPC_16K_PAGES 500 bool "16k page size" if 44x 501 502config PPC_64K_PAGES 503 bool "64k page size" if 44x || PPC_STD_MMU_64 || PPC_BOOK3E_64 504 select PPC_HAS_HASH_64K if PPC_STD_MMU_64 505 506config PPC_256K_PAGES 507 bool "256k page size" if 44x 508 depends on !STDBINUTILS 509 help 510 Make the page size 256k. 511 512 As the ELF standard only requires alignment to support page 513 sizes up to 64k, you will need to compile all of your user 514 space applications with a non-standard binutils settings 515 (see the STDBINUTILS description for details). 516 517 Say N unless you know what you are doing. 518 519endchoice 520 521config FORCE_MAX_ZONEORDER 522 int "Maximum zone order" 523 range 9 64 if PPC64 && PPC_64K_PAGES 524 default "9" if PPC64 && PPC_64K_PAGES 525 range 13 64 if PPC64 && !PPC_64K_PAGES 526 default "13" if PPC64 && !PPC_64K_PAGES 527 range 9 64 if PPC32 && PPC_16K_PAGES 528 default "9" if PPC32 && PPC_16K_PAGES 529 range 7 64 if PPC32 && PPC_64K_PAGES 530 default "7" if PPC32 && PPC_64K_PAGES 531 range 5 64 if PPC32 && PPC_256K_PAGES 532 default "5" if PPC32 && PPC_256K_PAGES 533 range 11 64 534 default "11" 535 help 536 The kernel memory allocator divides physically contiguous memory 537 blocks into "zones", where each zone is a power of two number of 538 pages. This option selects the largest power of two that the kernel 539 keeps in the memory allocator. If you need to allocate very large 540 blocks of physically contiguous memory, then you may need to 541 increase this value. 542 543 This config option is actually maximum order plus one. For example, 544 a value of 11 means that the largest free memory block is 2^10 pages. 545 546 The page size is not necessarily 4KB. For example, on 64-bit 547 systems, 64KB pages can be enabled via CONFIG_PPC_64K_PAGES. Keep 548 this in mind when choosing a value for this option. 549 550config PPC_SUBPAGE_PROT 551 bool "Support setting protections for 4k subpages" 552 depends on PPC_STD_MMU_64 && PPC_64K_PAGES 553 help 554 This option adds support for a system call to allow user programs 555 to set access permissions (read/write, readonly, or no access) 556 on the 4k subpages of each 64k page. 557 558config SCHED_SMT 559 bool "SMT (Hyperthreading) scheduler support" 560 depends on PPC64 && SMP 561 help 562 SMT scheduler support improves the CPU scheduler's decision making 563 when dealing with POWER5 cpus at a cost of slightly increased 564 overhead in some places. If unsure say N here. 565 566config PROC_DEVICETREE 567 bool "Support for device tree in /proc" 568 depends on PROC_FS 569 help 570 This option adds a device-tree directory under /proc which contains 571 an image of the device tree that the kernel copies from Open 572 Firmware or other boot firmware. If unsure, say Y here. 573 574config CMDLINE_BOOL 575 bool "Default bootloader kernel arguments" 576 577config CMDLINE 578 string "Initial kernel command string" 579 depends on CMDLINE_BOOL 580 default "console=ttyS0,9600 console=tty0 root=/dev/sda2" 581 help 582 On some platforms, there is currently no way for the boot loader to 583 pass arguments to the kernel. For these platforms, you can supply 584 some command-line options at build time by entering them here. In 585 most cases you will need to specify the root device here. 586 587config EXTRA_TARGETS 588 string "Additional default image types" 589 help 590 List additional targets to be built by the bootwrapper here (separated 591 by spaces). This is useful for targets that depend of device tree 592 files in the .dts directory. 593 594 Targets in this list will be build as part of the default build 595 target, or when the user does a 'make zImage' or a 596 'make zImage.initrd'. 597 598 If unsure, leave blank 599 600if !44x || BROKEN 601config ARCH_WANTS_FREEZER_CONTROL 602 def_bool y 603 depends on ADB_PMU 604 605source kernel/power/Kconfig 606endif 607 608config SECCOMP 609 bool "Enable seccomp to safely compute untrusted bytecode" 610 depends on PROC_FS 611 default y 612 help 613 This kernel feature is useful for number crunching applications 614 that may need to compute untrusted bytecode during their 615 execution. By using pipes or other transports made available to 616 the process as file descriptors supporting the read/write 617 syscalls, it's possible to isolate those applications in 618 their own address space using seccomp. Once seccomp is 619 enabled via /proc/<pid>/seccomp, it cannot be disabled 620 and the task is only allowed to execute a few safe syscalls 621 defined by each seccomp mode. 622 623 If unsure, say Y. Only embedded should say N here. 624 625endmenu 626 627config ISA_DMA_API 628 bool 629 default !PPC_ISERIES || PCI 630 631menu "Bus options" 632 633config ISA 634 bool "Support for ISA-bus hardware" 635 depends on PPC_PREP || PPC_CHRP 636 select PPC_I8259 637 help 638 Find out whether you have ISA slots on your motherboard. ISA is the 639 name of a bus system, i.e. the way the CPU talks to the other stuff 640 inside your box. If you have an Apple machine, say N here; if you 641 have an IBM RS/6000 or pSeries machine or a PReP machine, say Y. If 642 you have an embedded board, consult your board documentation. 643 644config ZONE_DMA 645 bool 646 default y 647 648config GENERIC_ISA_DMA 649 bool 650 depends on PPC64 || POWER4 || 6xx && !CPM2 651 default y 652 653config PPC_INDIRECT_PCI 654 bool 655 depends on PCI 656 default y if 40x || 44x 657 default n 658 659config EISA 660 bool 661 662config SBUS 663 bool 664 665config FSL_SOC 666 bool 667 668config FSL_PCI 669 bool 670 select PPC_INDIRECT_PCI 671 select PCI_QUIRKS 672 673config FSL_PMC 674 bool 675 default y 676 depends on SUSPEND && (PPC_85xx || PPC_86xx) 677 help 678 Freescale MPC85xx/MPC86xx power management controller support 679 (suspend/resume). For MPC83xx see platforms/83xx/suspend.c 680 681config 4xx_SOC 682 bool 683 684config FSL_LBC 685 bool 686 help 687 Freescale Localbus support 688 689config FSL_GTM 690 bool 691 depends on PPC_83xx || QUICC_ENGINE || CPM2 692 help 693 Freescale General-purpose Timers support 694 695# Yes MCA RS/6000s exist but Linux-PPC does not currently support any 696config MCA 697 bool 698 699# Platforms that what PCI turned unconditionally just do select PCI 700# in their config node. Platforms that want to choose at config 701# time should select PPC_PCI_CHOICE 702config PPC_PCI_CHOICE 703 bool 704 705config PCI 706 bool "PCI support" if PPC_PCI_CHOICE 707 default y if !40x && !CPM2 && !8xx && !PPC_83xx \ 708 && !PPC_85xx && !PPC_86xx && !GAMECUBE_COMMON 709 default PCI_PERMEDIA if !4xx && !CPM2 && !8xx 710 default PCI_QSPAN if !4xx && !CPM2 && 8xx 711 select ARCH_SUPPORTS_MSI 712 help 713 Find out whether your system includes a PCI bus. PCI is the name of 714 a bus system, i.e. the way the CPU talks to the other stuff inside 715 your box. If you say Y here, the kernel will include drivers and 716 infrastructure code to support PCI bus devices. 717 718config PCI_DOMAINS 719 def_bool PCI 720 721config PCI_SYSCALL 722 def_bool PCI 723 724config PCI_QSPAN 725 bool "QSpan PCI" 726 depends on !4xx && !CPM2 && 8xx 727 select PPC_I8259 728 help 729 Say Y here if you have a system based on a Motorola 8xx-series 730 embedded processor with a QSPAN PCI interface, otherwise say N. 731 732config PCI_8260 733 bool 734 depends on PCI && 8260 735 select PPC_INDIRECT_PCI 736 default y 737 738config 8260_PCI9 739 bool "Enable workaround for MPC826x erratum PCI 9" 740 depends on PCI_8260 && !8272 741 default y 742 743choice 744 prompt "IDMA channel for PCI 9 workaround" 745 depends on 8260_PCI9 746 747config 8260_PCI9_IDMA1 748 bool "IDMA1" 749 750config 8260_PCI9_IDMA2 751 bool "IDMA2" 752 753config 8260_PCI9_IDMA3 754 bool "IDMA3" 755 756config 8260_PCI9_IDMA4 757 bool "IDMA4" 758 759endchoice 760 761source "drivers/pci/pcie/Kconfig" 762 763source "drivers/pci/Kconfig" 764 765source "drivers/pcmcia/Kconfig" 766 767source "drivers/pci/hotplug/Kconfig" 768 769config HAS_RAPIDIO 770 bool 771 default n 772 773config RAPIDIO 774 bool "RapidIO support" 775 depends on HAS_RAPIDIO 776 help 777 If you say Y here, the kernel will include drivers and 778 infrastructure code to support RapidIO interconnect devices. 779 780source "drivers/rapidio/Kconfig" 781 782endmenu 783 784menu "Advanced setup" 785 depends on PPC32 786 787config ADVANCED_OPTIONS 788 bool "Prompt for advanced kernel configuration options" 789 help 790 This option will enable prompting for a variety of advanced kernel 791 configuration options. These options can cause the kernel to not 792 work if they are set incorrectly, but can be used to optimize certain 793 aspects of kernel memory management. 794 795 Unless you know what you are doing, say N here. 796 797comment "Default settings for advanced configuration options are used" 798 depends on !ADVANCED_OPTIONS 799 800config LOWMEM_SIZE_BOOL 801 bool "Set maximum low memory" 802 depends on ADVANCED_OPTIONS 803 help 804 This option allows you to set the maximum amount of memory which 805 will be used as "low memory", that is, memory which the kernel can 806 access directly, without having to set up a kernel virtual mapping. 807 This can be useful in optimizing the layout of kernel virtual 808 memory. 809 810 Say N here unless you know what you are doing. 811 812config LOWMEM_SIZE 813 hex "Maximum low memory size (in bytes)" if LOWMEM_SIZE_BOOL 814 default "0x30000000" 815 816config LOWMEM_CAM_NUM_BOOL 817 bool "Set number of CAMs to use to map low memory" 818 depends on ADVANCED_OPTIONS && FSL_BOOKE 819 help 820 This option allows you to set the maximum number of CAM slots that 821 will be used to map low memory. There are a limited number of slots 822 available and even more limited number that will fit in the L1 MMU. 823 However, using more entries will allow mapping more low memory. This 824 can be useful in optimizing the layout of kernel virtual memory. 825 826 Say N here unless you know what you are doing. 827 828config LOWMEM_CAM_NUM 829 depends on FSL_BOOKE 830 int "Number of CAMs to use to map low memory" if LOWMEM_CAM_NUM_BOOL 831 default 3 832 833config RELOCATABLE 834 bool "Build a relocatable kernel (EXPERIMENTAL)" 835 depends on EXPERIMENTAL && ADVANCED_OPTIONS && FLATMEM && FSL_BOOKE 836 help 837 This builds a kernel image that is capable of running at the 838 location the kernel is loaded at (some alignment restrictions may 839 exist). 840 841 One use is for the kexec on panic case where the recovery kernel 842 must live at a different physical address than the primary 843 kernel. 844 845 Note: If CONFIG_RELOCATABLE=y, then the kernel runs from the address 846 it has been loaded at and the compile time physical addresses 847 CONFIG_PHYSICAL_START is ignored. However CONFIG_PHYSICAL_START 848 setting can still be useful to bootwrappers that need to know the 849 load location of the kernel (eg. u-boot/mkimage). 850 851config PAGE_OFFSET_BOOL 852 bool "Set custom page offset address" 853 depends on ADVANCED_OPTIONS 854 help 855 This option allows you to set the kernel virtual address at which 856 the kernel will map low memory. This can be useful in optimizing 857 the virtual memory layout of the system. 858 859 Say N here unless you know what you are doing. 860 861config PAGE_OFFSET 862 hex "Virtual address of memory base" if PAGE_OFFSET_BOOL 863 default "0xc0000000" 864 865config KERNEL_START_BOOL 866 bool "Set custom kernel base address" 867 depends on ADVANCED_OPTIONS 868 help 869 This option allows you to set the kernel virtual address at which 870 the kernel will be loaded. Normally this should match PAGE_OFFSET 871 however there are times (like kdump) that one might not want them 872 to be the same. 873 874 Say N here unless you know what you are doing. 875 876config KERNEL_START 877 hex "Virtual address of kernel base" if KERNEL_START_BOOL 878 default PAGE_OFFSET if PAGE_OFFSET_BOOL 879 default "0xc2000000" if CRASH_DUMP 880 default "0xc0000000" 881 882config PHYSICAL_START_BOOL 883 bool "Set physical address where the kernel is loaded" 884 depends on ADVANCED_OPTIONS && FLATMEM && FSL_BOOKE 885 help 886 This gives the physical address where the kernel is loaded. 887 888 Say N here unless you know what you are doing. 889 890config PHYSICAL_START 891 hex "Physical address where the kernel is loaded" if PHYSICAL_START_BOOL 892 default "0x02000000" if PPC_STD_MMU && CRASH_DUMP 893 default "0x00000000" 894 895config PHYSICAL_ALIGN 896 hex 897 default "0x04000000" if FSL_BOOKE 898 help 899 This value puts the alignment restrictions on physical address 900 where kernel is loaded and run from. Kernel is compiled for an 901 address which meets above alignment restriction. 902 903config TASK_SIZE_BOOL 904 bool "Set custom user task size" 905 depends on ADVANCED_OPTIONS 906 help 907 This option allows you to set the amount of virtual address space 908 allocated to user tasks. This can be useful in optimizing the 909 virtual memory layout of the system. 910 911 Say N here unless you know what you are doing. 912 913config TASK_SIZE 914 hex "Size of user task space" if TASK_SIZE_BOOL 915 default "0x80000000" if PPC_PREP || PPC_8xx 916 default "0xc0000000" 917 918config CONSISTENT_SIZE_BOOL 919 bool "Set custom consistent memory pool size" 920 depends on ADVANCED_OPTIONS && NOT_COHERENT_CACHE 921 help 922 This option allows you to set the size of the 923 consistent memory pool. This pool of virtual memory 924 is used to make consistent memory allocations. 925 926config CONSISTENT_SIZE 927 hex "Size of consistent memory pool" if CONSISTENT_SIZE_BOOL 928 default "0x00200000" if NOT_COHERENT_CACHE 929 930config PIN_TLB 931 bool "Pinned Kernel TLBs (860 ONLY)" 932 depends on ADVANCED_OPTIONS && 8xx 933endmenu 934 935if PPC64 936config RELOCATABLE 937 bool "Build a relocatable kernel" 938 help 939 This builds a kernel image that is capable of running anywhere 940 in the RMA (real memory area) at any 16k-aligned base address. 941 The kernel is linked as a position-independent executable (PIE) 942 and contains dynamic relocations which are processed early 943 in the bootup process. 944 945 One use is for the kexec on panic case where the recovery kernel 946 must live at a different physical address than the primary 947 kernel. 948 949config PAGE_OFFSET 950 hex 951 default "0xc000000000000000" 952config KERNEL_START 953 hex 954 default "0xc000000000000000" 955config PHYSICAL_START 956 hex 957 default "0x00000000" 958endif 959 960source "net/Kconfig" 961 962source "drivers/Kconfig" 963 964source "fs/Kconfig" 965 966source "arch/powerpc/sysdev/qe_lib/Kconfig" 967 968source "lib/Kconfig" 969 970source "arch/powerpc/Kconfig.debug" 971 972source "security/Kconfig" 973 974config KEYS_COMPAT 975 bool 976 depends on COMPAT && KEYS 977 default y 978 979source "crypto/Kconfig" 980 981config PPC_CLOCK 982 bool 983 default n 984 select HAVE_CLK 985 986config PPC_LIB_RHEAP 987 bool 988 989source "arch/powerpc/kvm/Kconfig" 990