aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bsp/chiefriver/chiefriver.scc1
-rw-r--r--bsp/common-pc-64/common-pc-64.scc1
-rw-r--r--bsp/jasperforest/jasperforest.scc1
-rw-r--r--bsp/romley/romley.scc1
-rw-r--r--bsp/sugarbay/sugarbay.scc1
-rw-r--r--cfg/x86.cfg1
-rw-r--r--cfg/x86.scc1
-rw-r--r--cfg/x86_64.cfg1
-rw-r--r--cfg/x86_64.scc1
9 files changed, 9 insertions, 0 deletions
diff --git a/bsp/chiefriver/chiefriver.scc b/bsp/chiefriver/chiefriver.scc
index fbf41567..e5894d58 100644
--- a/bsp/chiefriver/chiefriver.scc
+++ b/bsp/chiefriver/chiefriver.scc
@@ -1,5 +1,6 @@
kconf hardware chiefriver.cfg
+include cfg/x86_64.scc
include features/i915/i915.scc
include features/serial/8250.scc
include features/power/intel.scc
diff --git a/bsp/common-pc-64/common-pc-64.scc b/bsp/common-pc-64/common-pc-64.scc
index 0100a826..434f708d 100644
--- a/bsp/common-pc-64/common-pc-64.scc
+++ b/bsp/common-pc-64/common-pc-64.scc
@@ -1,6 +1,7 @@
kconf hardware common-pc-64.cfg
kconf hardware common-pc-64-graphics.cfg
+include cfg/x86_64.scc
include features/hpet/hpet.scc
include features/usb/ehci-hcd.scc
include features/usb/uhci-hcd.scc
diff --git a/bsp/jasperforest/jasperforest.scc b/bsp/jasperforest/jasperforest.scc
index f27a473f..96312eae 100644
--- a/bsp/jasperforest/jasperforest.scc
+++ b/bsp/jasperforest/jasperforest.scc
@@ -1,5 +1,6 @@
kconf hardware jasperforest.cfg
include features/serial/8250.scc
+include cfg/x86_64.scc
include cfg/vesafb.scc
include features/power/intel.scc
diff --git a/bsp/romley/romley.scc b/bsp/romley/romley.scc
index ffa249af..16255db5 100644
--- a/bsp/romley/romley.scc
+++ b/bsp/romley/romley.scc
@@ -2,6 +2,7 @@ kconf hardware romley.cfg
include features/i915/i915.scc
include features/serial/8250.scc
+include cfg/x86_64.scc
include features/uio/uio.scc
include features/hugetlb/hugetlb.scc
include features/ixgbe/ixgbe.scc
diff --git a/bsp/sugarbay/sugarbay.scc b/bsp/sugarbay/sugarbay.scc
index 0b895497..40d6c754 100644
--- a/bsp/sugarbay/sugarbay.scc
+++ b/bsp/sugarbay/sugarbay.scc
@@ -1,5 +1,6 @@
kconf hardware sugarbay.cfg
+include cfg/x86_64.scc
include features/i915/i915.scc
include features/serial/8250.scc
include features/power/intel.scc
diff --git a/cfg/x86.cfg b/cfg/x86.cfg
new file mode 100644
index 00000000..81814293
--- /dev/null
+++ b/cfg/x86.cfg
@@ -0,0 +1 @@
+# Config settings specific to x86 and not in an existing cfg/foo.cfg
diff --git a/cfg/x86.scc b/cfg/x86.scc
new file mode 100644
index 00000000..09f4d957
--- /dev/null
+++ b/cfg/x86.scc
@@ -0,0 +1 @@
+kconf hardware x86.cfg
diff --git a/cfg/x86_64.cfg b/cfg/x86_64.cfg
new file mode 100644
index 00000000..e2229d8c
--- /dev/null
+++ b/cfg/x86_64.cfg
@@ -0,0 +1 @@
+# Config settings specific to x86_64 and not in an existing cfg/foo.cfg
diff --git a/cfg/x86_64.scc b/cfg/x86_64.scc
new file mode 100644
index 00000000..5252c053
--- /dev/null
+++ b/cfg/x86_64.scc
@@ -0,0 +1 @@
+kconf hardware x86_64.cfg