firmware: Kconfig: ROCKCHIP_SIP depends on HAVE_ARM_SMCCC and ARCH_ROCKCHIP

HAVE_ARM_SMCCC is default selected by ARM(if CPU_V7) or ARM64

Change-Id: I4bc64d4c98de5fad3179b3121b0f361d6337732c
Signed-off-by: chenjh <chenjh@rock-chips.com>
This commit is contained in:
chenjh 2017-03-16 10:15:34 +08:00 committed by Huang, Tao
parent 14a8620d9b
commit 45568625fe

View File

@ -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.