diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 8de5f9ff4ade..67668fdb0292 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -117,6 +117,9 @@ config GENERIC_BUG | |||
117 | default y | 117 | default y |
118 | depends on BUG | 118 | depends on BUG |
119 | 119 | ||
120 | config SYS_SUPPORTS_APM_EMULATION | ||
121 | bool | ||
122 | |||
120 | # | 123 | # |
121 | # Powerpc uses the slab allocator to manage its ptes and the | 124 | # Powerpc uses the slab allocator to manage its ptes and the |
122 | # page structs of ptes are used for splitting the page table | 125 | # page structs of ptes are used for splitting the page table |
@@ -136,6 +139,11 @@ config DEFAULT_UIMAGE | |||
136 | Used to allow a board to specify it wants a uImage built by default | 139 | Used to allow a board to specify it wants a uImage built by default |
137 | default n | 140 | default n |
138 | 141 | ||
142 | config PPC64_SWSUSP | ||
143 | bool | ||
144 | depends on PPC64 && (BROKEN || (PPC_PMAC64 && EXPERIMENTAL)) | ||
145 | default y | ||
146 | |||
139 | menu "Processor support" | 147 | menu "Processor support" |
140 | choice | 148 | choice |
141 | prompt "Processor Type" | 149 | prompt "Processor Type" |
@@ -669,7 +677,7 @@ config MCA | |||
669 | config PCI | 677 | config PCI |
670 | bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_86xx \ | 678 | bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_86xx \ |
671 | || PPC_MPC52xx || (EMBEDDED && (PPC_PSERIES || PPC_ISERIES)) \ | 679 | || PPC_MPC52xx || (EMBEDDED && (PPC_PSERIES || PPC_ISERIES)) \ |
672 | || MPC7448HPC2 || PPC_PS3 | 680 | || MPC7448HPC2 || PPC_PS3 || PPC_HOLLY |
673 | default y if !40x && !CPM2 && !8xx && !APUS && !PPC_83xx \ | 681 | default y if !40x && !CPM2 && !8xx && !APUS && !PPC_83xx \ |
674 | && !PPC_85xx && !PPC_86xx | 682 | && !PPC_85xx && !PPC_86xx |
675 | default PCI_PERMEDIA if !4xx && !CPM2 && !8xx && APUS | 683 | default PCI_PERMEDIA if !4xx && !CPM2 && !8xx && APUS |