summaryrefslogtreecommitdiffstats
path: root/package/xvisor/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/xvisor/Config.in')
-rw-r--r--package/xvisor/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/xvisor/Config.in b/package/xvisor/Config.in
index 996d37afbe..1f8fd1ff18 100644
--- a/package/xvisor/Config.in
+++ b/package/xvisor/Config.in
@@ -32,12 +32,12 @@ endchoice
config BR2_PACKAGE_XVISOR_DEFCONFIG
string "Defconfig name"
- depends on BR2_PACKAGE_XVISOR_USE_DEFCONFIG
default "generic-v5" if BR2_ARM_CPU_ARMV5
default "generic-v6" if BR2_ARM_CPU_ARMV6
default "generic-v7" if BR2_ARM_CPU_ARMV7A
default "generic-v8" if BR2_AARCH64
default "x86_64_generic" if BR2_x86_64
+ depends on BR2_PACKAGE_XVISOR_USE_DEFCONFIG
help
Name of the Xvisor defconfig file to use, without the
trailing -defconfig. The defconfig is located in
OpenPOWER on IntegriCloud