diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig index 1067fe907d9b..4fafa0b2662e 100644 --- a/drivers/firmware/Kconfig +++ b/drivers/firmware/Kconfig @@ -178,7 +178,7 @@ config HAVE_ARM_SMCCC config ROCKCHIP_SIP bool "Rockchip SIP interface" - depends on ARM64 && ARM_PSCI_FW + depends on HAVE_ARM_SMCCC && ARCH_ROCKCHIP help Say Y here if you want to enable SIP callbacks for Rockchip platforms This option enables support for communicating with the ATF.