diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 2031a2846865..e4545f85ee9f 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -141,6 +141,7 @@ config PPC | |||
141 | select GENERIC_ATOMIC64 if PPC32 | 141 | select GENERIC_ATOMIC64 if PPC32 |
142 | select HAVE_PERF_EVENTS | 142 | select HAVE_PERF_EVENTS |
143 | select HAVE_REGS_AND_STACK_ACCESS_API | 143 | select HAVE_REGS_AND_STACK_ACCESS_API |
144 | select HAVE_HW_BREAKPOINT if PERF_EVENTS && PPC_BOOK3S_64 | ||
144 | 145 | ||
145 | config EARLY_PRINTK | 146 | config EARLY_PRINTK |
146 | bool | 147 | bool |
@@ -218,7 +219,7 @@ config ARCH_HIBERNATION_POSSIBLE | |||
218 | config ARCH_SUSPEND_POSSIBLE | 219 | config ARCH_SUSPEND_POSSIBLE |
219 | def_bool y | 220 | def_bool y |
220 | depends on ADB_PMU || PPC_EFIKA || PPC_LITE5200 || PPC_83xx || \ | 221 | depends on ADB_PMU || PPC_EFIKA || PPC_LITE5200 || PPC_83xx || \ |
221 | PPC_85xx || PPC_86xx | 222 | PPC_85xx || PPC_86xx || PPC_PSERIES |
222 | 223 | ||
223 | config PPC_DCR_NATIVE | 224 | config PPC_DCR_NATIVE |
224 | bool | 225 | bool |
@@ -351,7 +352,7 @@ config ARCH_ENABLE_MEMORY_HOTREMOVE | |||
351 | 352 | ||
352 | config KEXEC | 353 | config KEXEC |
353 | bool "kexec system call (EXPERIMENTAL)" | 354 | bool "kexec system call (EXPERIMENTAL)" |
354 | depends on (PPC_BOOK3S || (FSL_BOOKE && !SMP)) && EXPERIMENTAL | 355 | depends on (PPC_BOOK3S || FSL_BOOKE) && EXPERIMENTAL |
355 | help | 356 | help |
356 | kexec is a system call that implements the ability to shutdown your | 357 | kexec is a system call that implements the ability to shutdown your |
357 | current kernel, and to start another kernel. It is like a reboot | 358 | current kernel, and to start another kernel. It is like a reboot |
@@ -368,8 +369,8 @@ config KEXEC | |||
368 | 369 | ||
369 | config CRASH_DUMP | 370 | config CRASH_DUMP |
370 | bool "Build a kdump crash kernel" | 371 | bool "Build a kdump crash kernel" |
371 | depends on PPC64 || 6xx | 372 | depends on PPC64 || 6xx || FSL_BOOKE |
372 | select RELOCATABLE if PPC64 | 373 | select RELOCATABLE if PPC64 || FSL_BOOKE |
373 | help | 374 | help |
374 | Build a kernel suitable for use as a kdump capture kernel. | 375 | Build a kernel suitable for use as a kdump capture kernel. |
375 | The same kernel binary can be used as production kernel and dump | 376 | The same kernel binary can be used as production kernel and dump |
@@ -668,7 +669,7 @@ config NEED_SG_DMA_LENGTH | |||
668 | 669 | ||
669 | config GENERIC_ISA_DMA | 670 | config GENERIC_ISA_DMA |
670 | bool | 671 | bool |
671 | depends on PPC64 || POWER4 || 6xx && !CPM2 | 672 | depends on ISA_DMA_API |
672 | default y | 673 | default y |
673 | 674 | ||
674 | config PPC_INDIRECT_PCI | 675 | config PPC_INDIRECT_PCI |
@@ -897,7 +898,7 @@ config KERNEL_START_BOOL | |||
897 | config KERNEL_START | 898 | config KERNEL_START |
898 | hex "Virtual address of kernel base" if KERNEL_START_BOOL | 899 | hex "Virtual address of kernel base" if KERNEL_START_BOOL |
899 | default PAGE_OFFSET if PAGE_OFFSET_BOOL | 900 | default PAGE_OFFSET if PAGE_OFFSET_BOOL |
900 | default "0xc2000000" if CRASH_DUMP | 901 | default "0xc2000000" if CRASH_DUMP && !RELOCATABLE |
901 | default "0xc0000000" | 902 | default "0xc0000000" |
902 | 903 | ||
903 | config PHYSICAL_START_BOOL | 904 | config PHYSICAL_START_BOOL |
@@ -910,7 +911,7 @@ config PHYSICAL_START_BOOL | |||
910 | 911 | ||
911 | config PHYSICAL_START | 912 | config PHYSICAL_START |
912 | hex "Physical address where the kernel is loaded" if PHYSICAL_START_BOOL | 913 | hex "Physical address where the kernel is loaded" if PHYSICAL_START_BOOL |
913 | default "0x02000000" if PPC_STD_MMU && CRASH_DUMP | 914 | default "0x02000000" if PPC_STD_MMU && CRASH_DUMP && !RELOCATABLE |
914 | default "0x00000000" | 915 | default "0x00000000" |
915 | 916 | ||
916 | config PHYSICAL_ALIGN | 917 | config PHYSICAL_ALIGN |