diff options
author | Eric Auger <eric.auger@redhat.com> | 2022-03-08 19:24:51 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2022-03-18 10:55:15 +0000 |
commit | 16d91e06b37fca0772866e12d4e146a519841b0f (patch) | |
tree | 0e52f2f1a649f65b867b42134e075d81f3cbbcc1 /hw/intc/Kconfig | |
parent | c08796378d59210499441628a8596467dde87b86 (diff) | |
download | qemu-16d91e06b37fca0772866e12d4e146a519841b0f.zip qemu-16d91e06b37fca0772866e12d4e146a519841b0f.tar.gz qemu-16d91e06b37fca0772866e12d4e146a519841b0f.tar.bz2 |
hw/intc: Rename CONFIG_ARM_GIC_TCG into CONFIG_ARM_GICV3_TCG
CONFIG_ARM_GIC_TCG actually guards the compilation of TCG GICv3
specific files. So let's rename it into CONFIG_ARM_GICV3_TCG
Signed-off-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Andrew Jones <drjones@redhat.com>
Message-id: 20220308182452.223473-2-eric.auger@redhat.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/intc/Kconfig')
-rw-r--r-- | hw/intc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/intc/Kconfig b/hw/intc/Kconfig index ec8d4ce..a7cf301 100644 --- a/hw/intc/Kconfig +++ b/hw/intc/Kconfig @@ -25,7 +25,7 @@ config APIC select MSI_NONBROKEN select I8259 -config ARM_GIC_TCG +config ARM_GICV3_TCG bool default y depends on ARM_GIC && TCG |