aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/mips.cfg1
-rw-r--r--arch/mips/mips.scc6
2 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/mips.cfg b/arch/mips/mips.cfg
new file mode 100644
index 00000000..ab7b7774
--- /dev/null
+++ b/arch/mips/mips.cfg
@@ -0,0 +1 @@
+# Placeholder for MIPS specific settings that are not already in a cfg/*.cfg
diff --git a/arch/mips/mips.scc b/arch/mips/mips.scc
index d72cc4dc..fbcf0f3d 100644
--- a/arch/mips/mips.scc
+++ b/arch/mips/mips.scc
@@ -1,3 +1,9 @@
+# patches are for everyone, but the kconfig data is just for MIPS builds.
+if [ "$KARCH" = "mips" ]; then
+ kconf hardware mips.cfg
+ include cfg/hz_100.scc
+fi
+
patch malta-uhci-quirks-make-allowance-for-slow-4k-e-c.patch
patch 4kc-cache-tlb-hazard-tlbp-cache-coherency.patch
patch mips-support-preemptible-kernel.patch