The config option GPIO_PWR provides the "gpio-pwr" type which is currently only used by the ARM virt machine. Remove this unused dependency from config VMAPPLE.
Signed-off-by: Bernhard Beschow <[email protected]> --- hw/vmapple/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/vmapple/Kconfig b/hw/vmapple/Kconfig index 2382b29767..b8aa7d8eb0 100644 --- a/hw/vmapple/Kconfig +++ b/hw/vmapple/Kconfig @@ -25,7 +25,6 @@ config VMAPPLE select PL011 # UART select PL031 # RTC select PL061 # GPIO - select GPIO_PWR select PVPANIC_MMIO select VMAPPLE_AES select VMAPPLE_BDIF -- 2.55.0
