diff options
Diffstat (limited to 'arch/ppc/Kconfig')
-rw-r--r-- | arch/ppc/Kconfig | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig index c3d941345e3d..6e6377a69d5b 100644 --- a/arch/ppc/Kconfig +++ b/arch/ppc/Kconfig | |||
@@ -43,6 +43,10 @@ config GENERIC_NVRAM | |||
43 | bool | 43 | bool |
44 | default y | 44 | default y |
45 | 45 | ||
46 | config SCHED_NO_NO_OMIT_FRAME_POINTER | ||
47 | bool | ||
48 | default y | ||
49 | |||
46 | source "init/Kconfig" | 50 | source "init/Kconfig" |
47 | 51 | ||
48 | menu "Processor" | 52 | menu "Processor" |
@@ -73,9 +77,11 @@ config 44x | |||
73 | bool "44x" | 77 | bool "44x" |
74 | 78 | ||
75 | config POWER3 | 79 | config POWER3 |
80 | select PPC_FPU | ||
76 | bool "POWER3" | 81 | bool "POWER3" |
77 | 82 | ||
78 | config POWER4 | 83 | config POWER4 |
84 | select PPC_FPU | ||
79 | bool "POWER4 and 970 (G5)" | 85 | bool "POWER4 and 970 (G5)" |
80 | 86 | ||
81 | config 8xx | 87 | config 8xx |
@@ -1079,6 +1085,10 @@ source kernel/power/Kconfig | |||
1079 | 1085 | ||
1080 | endmenu | 1086 | endmenu |
1081 | 1087 | ||
1088 | config ISA_DMA_API | ||
1089 | bool | ||
1090 | default y | ||
1091 | |||
1082 | menu "Bus options" | 1092 | menu "Bus options" |
1083 | 1093 | ||
1084 | config ISA | 1094 | config ISA |
@@ -1133,12 +1143,12 @@ config PCI_QSPAN | |||
1133 | 1143 | ||
1134 | config PCI_8260 | 1144 | config PCI_8260 |
1135 | bool | 1145 | bool |
1136 | depends on PCI && 8260 && !8272 | 1146 | depends on PCI && 8260 |
1137 | default y | 1147 | default y |
1138 | 1148 | ||
1139 | config 8260_PCI9 | 1149 | config 8260_PCI9 |
1140 | bool " Enable workaround for MPC826x erratum PCI 9" | 1150 | bool " Enable workaround for MPC826x erratum PCI 9" |
1141 | depends on PCI_8260 | 1151 | depends on PCI_8260 && !ADS8272 |
1142 | default y | 1152 | default y |
1143 | 1153 | ||
1144 | choice | 1154 | choice |