Kconfig (5b9ff027859868efd63cdbbff5d30182d4cca50a) | Kconfig (70839d207792aa348f013c733e8853c1bd3bc4f0) |
---|---|
1source "arch/powerpc/platforms/Kconfig.cputype" 2 3config PPC32 4 bool 5 default y if !PPC64 6 7config 32BIT 8 bool --- 465 unchanged lines hidden (view full) --- 474 kernel. 475 476 Note: If CONFIG_RELOCATABLE=y, then the kernel runs from the address 477 it has been loaded at and the compile time physical addresses 478 CONFIG_PHYSICAL_START is ignored. However CONFIG_PHYSICAL_START 479 setting can still be useful to bootwrappers that need to know the 480 load address of the kernel (eg. u-boot/mkimage). 481 | 1source "arch/powerpc/platforms/Kconfig.cputype" 2 3config PPC32 4 bool 5 default y if !PPC64 6 7config 32BIT 8 bool --- 465 unchanged lines hidden (view full) --- 474 kernel. 475 476 Note: If CONFIG_RELOCATABLE=y, then the kernel runs from the address 477 it has been loaded at and the compile time physical addresses 478 CONFIG_PHYSICAL_START is ignored. However CONFIG_PHYSICAL_START 479 setting can still be useful to bootwrappers that need to know the 480 load address of the kernel (eg. u-boot/mkimage). 481 |
482config RELOCATABLE_TEST 483 bool "Test relocatable kernel" 484 depends on (PPC64 && RELOCATABLE) 485 default n 486 help 487 This runs the relocatable kernel at the address it was initially 488 loaded at, which tends to be non-zero and therefore test the 489 relocation code. 490 |
|
482config CRASH_DUMP 483 bool "Build a kdump crash kernel" 484 depends on PPC64 || 6xx || FSL_BOOKE || (44x && !SMP) 485 select RELOCATABLE if (PPC64 && !COMPILE_TEST) || 44x || FSL_BOOKE 486 help 487 Build a kernel suitable for use as a kdump capture kernel. 488 The same kernel binary can be used as production kernel and dump 489 capture kernel. --- 614 unchanged lines hidden --- | 491config CRASH_DUMP 492 bool "Build a kdump crash kernel" 493 depends on PPC64 || 6xx || FSL_BOOKE || (44x && !SMP) 494 select RELOCATABLE if (PPC64 && !COMPILE_TEST) || 44x || FSL_BOOKE 495 help 496 Build a kernel suitable for use as a kdump capture kernel. 497 The same kernel binary can be used as production kernel and dump 498 capture kernel. --- 614 unchanged lines hidden --- |