aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 2f88d8d97701..33614669a9a0 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1897,6 +1897,16 @@ config DEPRECATED_PARAM_STRUCT
1897 This was deprecated in 2001 and announced to live on for 5 years. 1897 This was deprecated in 2001 and announced to live on for 5 years.
1898 Some old boot loaders still use this way. 1898 Some old boot loaders still use this way.
1899 1899
1900config XEN_DOM0
1901 def_bool y
1902 depends on XEN
1903
1904config XEN
1905 bool "Xen guest support on ARM (EXPERIMENTAL)"
1906 depends on EXPERIMENTAL && ARM && OF
1907 help
1908 Say Y if you want to run Linux in a Virtual Machine on Xen on ARM.
1909
1900endmenu 1910endmenu
1901 1911
1902menu "Boot options" 1912menu "Boot options"