summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2015-05-05 17:18:16 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2015-05-05 17:18:16 +1000
commitb3b99ea8db98d08df65971ec5d8a3e3af17067ad (patch)
tree7a7fb150651bbcd9c7453c945cfca56f6bfb08ef /recipes-kernel
parent43b199df68fe75c15ec5c431c629c79c39dda9ed (diff)
downloadmeta-xilinx-b3b99ea8db98d08df65971ec5d8a3e3af17067ad.tar.gz
linux/config: Added config fragment for Xen
* Add config fragment to enable Xen features Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/config/xilinx-common/features/xen/xen.cfg55
-rw-r--r--recipes-kernel/linux/config/xilinx-common/features/xen/xen.scc4
2 files changed, 59 insertions, 0 deletions
diff --git a/recipes-kernel/linux/config/xilinx-common/features/xen/xen.cfg b/recipes-kernel/linux/config/xilinx-common/features/xen/xen.cfg
new file mode 100644
index 00000000..835802e0
--- /dev/null
+++ b/recipes-kernel/linux/config/xilinx-common/features/xen/xen.cfg
@@ -0,0 +1,55 @@
1###
2# linux 3.4, 3.8
3CONFIG_PARAVIRT_GUEST=y
4###
5
6###
7# linux 3.10
8CONFIG_HYPERVISOR_GUEST=y
9###
10
11CONFIG_PARAVIRT=y
12CONFIG_XEN=y
13CONFIG_XEN_DOM0=y
14CONFIG_XEN_PRIVILEGED_GUEST=y
15CONFIG_XEN_PVHVM=y
16CONFIG_XEN_MAX_DOMAIN_MEMORY=500
17CONFIG_XEN_SAVE_RESTORE=y
18CONFIG_PARAVIRT_CLOCK=y
19CONFIG_HIBERNATE_CALLBACKS=y
20CONFIG_PCI_XEN=y
21CONFIG_XEN_PCIDEV_FRONTEND=y
22CONFIG_SYS_HYPERVISOR=y
23CONFIG_XEN_BLKDEV_FRONTEND=y
24CONFIG_XEN_BLKDEV_BACKEND=m
25CONFIG_XEN_NETDEV_FRONTEND=y
26CONFIG_XEN_NETDEV_BACKEND=m
27CONFIG_INPUT_MISC=y
28CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y
29CONFIG_HVC_IRQ=y
30CONFIG_HVC_XEN=y
31CONFIG_HVC_XEN_FRONTEND=y
32CONFIG_WATCHDOG=y
33CONFIG_XEN_WDT=m
34CONFIG_FB_SYS_FILLRECT=y
35CONFIG_FB_SYS_COPYAREA=y
36CONFIG_FB_SYS_IMAGEBLIT=y
37CONFIG_FB_SYS_FOPS=y
38CONFIG_FB_DEFERRED_IO=y
39CONFIG_XEN_FBDEV_FRONTEND=y
40CONFIG_XEN_BALLOON=y
41CONFIG_XEN_SCRUB_PAGES=y
42CONFIG_XEN_DEV_EVTCHN=y
43CONFIG_XEN_BACKEND=y
44CONFIG_XENFS=y
45CONFIG_XEN_COMPAT_XENFS=y
46CONFIG_XEN_SYS_HYPERVISOR=y
47CONFIG_XEN_XENBUS_FRONTEND=y
48CONFIG_XEN_GNTDEV=m
49CONFIG_XEN_GRANT_DEV_ALLOC=m
50CONFIG_SWIOTLB_XEN=y
51CONFIG_XEN_PCIDEV_BACKEND=m
52CONFIG_XEN_PRIVCMD=y
53CONFIG_XEN_ACPI_PROCESSOR=m
54CONFIG_XEN_MCE_LOG=y
55CONFIG_XEN_HAVE_PVMMU=y
diff --git a/recipes-kernel/linux/config/xilinx-common/features/xen/xen.scc b/recipes-kernel/linux/config/xilinx-common/features/xen/xen.scc
new file mode 100644
index 00000000..b588e5df
--- /dev/null
+++ b/recipes-kernel/linux/config/xilinx-common/features/xen/xen.scc
@@ -0,0 +1,4 @@
1define KFEATURE_DESCRIPTION "Xen Kernel Support"
2define KFEATURE_COMPATIBILITY arch
3
4kconf non-hardware xen.cfg