]> xenbits.xensource.com Git - xen.git/commitdiff
arm: make it possible to disable HAS_GICV3
authorStefano Stabellini <sstabellini@kernel.org>
Tue, 31 Jul 2018 15:15:01 +0000 (08:15 -0700)
committerJulien Grall <julien.grall@arm.com>
Thu, 2 Aug 2018 11:23:42 +0000 (12:23 +0100)
Today it is a silent option. This patch adds a one line description and
makes it optional.

Signed-off-by: Stefano Stabellini <sstabellini@kernel.org>
Acked-by: Julien Grall <julien.grall@arm.com>
CC: George.Dunlap@eu.citrix.com
CC: Ian.Jackson@eu.citrix.com
CC: jbeulich@suse.com
CC: andrew.cooper3@citrix.com
---
Changes in v3:
- remove any changes to MEM_ACCESS
- update commit message

Changes in v2:
- make HAS_GICv3 depend on ARM_64
- remove modifications to ARM_HDLCD kconfig, it has been removed

xen/arch/arm/Kconfig

index 06ba4a4d6eb87f6d3675f4c3e7f5ec9d718f804d..ce83490ca8867a4869344a40e63ae7f3a6afbc58 100644 (file)
@@ -12,7 +12,6 @@ config ARM_32
 config ARM_64
        def_bool y
        depends on 64BIT
-       select HAS_GICV3
 
 config ARM
        def_bool y
@@ -41,7 +40,13 @@ config ACPI
          an alternative to device tree on ARM64.
 
 config HAS_GICV3
-       bool
+       bool "GICv3 driver"
+       depends on ARM_64
+       default y
+       ---help---
+
+         Driver for the ARM Generic Interrupt Controller v3.
+         If unsure, say Y
 
 config HAS_ITS
         bool