aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/Kconfig')
-rw-r--r--arch/ppc/Kconfig14
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
46config SCHED_NO_NO_OMIT_FRAME_POINTER
47 bool
48 default y
49
46source "init/Kconfig" 50source "init/Kconfig"
47 51
48menu "Processor" 52menu "Processor"
@@ -73,9 +77,11 @@ config 44x
73 bool "44x" 77 bool "44x"
74 78
75config POWER3 79config POWER3
80 select PPC_FPU
76 bool "POWER3" 81 bool "POWER3"
77 82
78config POWER4 83config POWER4
84 select PPC_FPU
79 bool "POWER4 and 970 (G5)" 85 bool "POWER4 and 970 (G5)"
80 86
81config 8xx 87config 8xx
@@ -1079,6 +1085,10 @@ source kernel/power/Kconfig
1079 1085
1080endmenu 1086endmenu
1081 1087
1088config ISA_DMA_API
1089 bool
1090 default y
1091
1082menu "Bus options" 1092menu "Bus options"
1083 1093
1084config ISA 1094config ISA
@@ -1133,12 +1143,12 @@ config PCI_QSPAN
1133 1143
1134config PCI_8260 1144config 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
1139config 8260_PCI9 1149config 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
1144choice 1154choice