mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
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:
parent
14a8620d9b
commit
45568625fe
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user