diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-05-05 17:18:16 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-05-05 17:18:16 +1000 |
| commit | b3b99ea8db98d08df65971ec5d8a3e3af17067ad (patch) | |
| tree | 7a7fb150651bbcd9c7453c945cfca56f6bfb08ef /recipes-kernel | |
| parent | 43b199df68fe75c15ec5c431c629c79c39dda9ed (diff) | |
| download | meta-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.cfg | 55 | ||||
| -rw-r--r-- | recipes-kernel/linux/config/xilinx-common/features/xen/xen.scc | 4 |
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 | ||
| 3 | CONFIG_PARAVIRT_GUEST=y | ||
| 4 | ### | ||
| 5 | |||
| 6 | ### | ||
| 7 | # linux 3.10 | ||
| 8 | CONFIG_HYPERVISOR_GUEST=y | ||
| 9 | ### | ||
| 10 | |||
| 11 | CONFIG_PARAVIRT=y | ||
| 12 | CONFIG_XEN=y | ||
| 13 | CONFIG_XEN_DOM0=y | ||
| 14 | CONFIG_XEN_PRIVILEGED_GUEST=y | ||
| 15 | CONFIG_XEN_PVHVM=y | ||
| 16 | CONFIG_XEN_MAX_DOMAIN_MEMORY=500 | ||
| 17 | CONFIG_XEN_SAVE_RESTORE=y | ||
| 18 | CONFIG_PARAVIRT_CLOCK=y | ||
| 19 | CONFIG_HIBERNATE_CALLBACKS=y | ||
| 20 | CONFIG_PCI_XEN=y | ||
| 21 | CONFIG_XEN_PCIDEV_FRONTEND=y | ||
| 22 | CONFIG_SYS_HYPERVISOR=y | ||
| 23 | CONFIG_XEN_BLKDEV_FRONTEND=y | ||
| 24 | CONFIG_XEN_BLKDEV_BACKEND=m | ||
| 25 | CONFIG_XEN_NETDEV_FRONTEND=y | ||
| 26 | CONFIG_XEN_NETDEV_BACKEND=m | ||
| 27 | CONFIG_INPUT_MISC=y | ||
| 28 | CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y | ||
| 29 | CONFIG_HVC_IRQ=y | ||
| 30 | CONFIG_HVC_XEN=y | ||
| 31 | CONFIG_HVC_XEN_FRONTEND=y | ||
| 32 | CONFIG_WATCHDOG=y | ||
| 33 | CONFIG_XEN_WDT=m | ||
| 34 | CONFIG_FB_SYS_FILLRECT=y | ||
| 35 | CONFIG_FB_SYS_COPYAREA=y | ||
| 36 | CONFIG_FB_SYS_IMAGEBLIT=y | ||
| 37 | CONFIG_FB_SYS_FOPS=y | ||
| 38 | CONFIG_FB_DEFERRED_IO=y | ||
| 39 | CONFIG_XEN_FBDEV_FRONTEND=y | ||
| 40 | CONFIG_XEN_BALLOON=y | ||
| 41 | CONFIG_XEN_SCRUB_PAGES=y | ||
| 42 | CONFIG_XEN_DEV_EVTCHN=y | ||
| 43 | CONFIG_XEN_BACKEND=y | ||
| 44 | CONFIG_XENFS=y | ||
| 45 | CONFIG_XEN_COMPAT_XENFS=y | ||
| 46 | CONFIG_XEN_SYS_HYPERVISOR=y | ||
| 47 | CONFIG_XEN_XENBUS_FRONTEND=y | ||
| 48 | CONFIG_XEN_GNTDEV=m | ||
| 49 | CONFIG_XEN_GRANT_DEV_ALLOC=m | ||
| 50 | CONFIG_SWIOTLB_XEN=y | ||
| 51 | CONFIG_XEN_PCIDEV_BACKEND=m | ||
| 52 | CONFIG_XEN_PRIVCMD=y | ||
| 53 | CONFIG_XEN_ACPI_PROCESSOR=m | ||
| 54 | CONFIG_XEN_MCE_LOG=y | ||
| 55 | CONFIG_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 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "Xen Kernel Support" | ||
| 2 | define KFEATURE_COMPATIBILITY arch | ||
| 3 | |||
| 4 | kconf non-hardware xen.cfg | ||
