aboutsummaryrefslogtreecommitdiffstats
path: root/features/xen/xen.scc
diff options
context:
space:
mode:
Diffstat (limited to 'features/xen/xen.scc')
-rw-r--r--features/xen/xen.scc8
1 files changed, 8 insertions, 0 deletions
diff --git a/features/xen/xen.scc b/features/xen/xen.scc
new file mode 100644
index 00000000..e7c85a1b
--- /dev/null
+++ b/features/xen/xen.scc
@@ -0,0 +1,8 @@
+define KFEATURE_DESCRIPTION "Xen Kernel Support"
+define KFEATURE_COMPATIBILITY arch
+
+kconf non-hardware xen.cfg
+
+if [ "$KARCH" = "x86_64" ] || [ "$KARCH" = "i386" ]; then
+ kconf non-hardware xen-x86.cfg
+fi