mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
firmware: rockchip: add compile option for rockchip sip
Change-Id: I996a90b3f6cb471f255566dfab0059a55da8866d Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
parent
8f8663b6ed
commit
2f03855b44
|
|
@ -268,6 +268,13 @@ config QCOM_SCM_DOWNLOAD_MODE_DEFAULT
|
|||
|
||||
Say Y here to enable "download mode" by default.
|
||||
|
||||
config ROCKCHIP_SIP
|
||||
bool "Rockchip SIP interface"
|
||||
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.
|
||||
|
||||
config TI_SCI_PROTOCOL
|
||||
tristate "TI System Control Interface (TISCI) Message Protocol"
|
||||
depends on TI_MESSAGE_MANAGER
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ obj-$(CONFIG_ISCSI_IBFT_FIND) += iscsi_ibft_find.o
|
|||
obj-$(CONFIG_ISCSI_IBFT) += iscsi_ibft.o
|
||||
obj-$(CONFIG_FIRMWARE_MEMMAP) += memmap.o
|
||||
obj-$(CONFIG_RASPBERRYPI_FIRMWARE) += raspberrypi.o
|
||||
obj-$(CONFIG_ROCKCHIP_SIP) += rockchip_sip.o
|
||||
obj-$(CONFIG_FW_CFG_SYSFS) += qemu_fw_cfg.o
|
||||
obj-$(CONFIG_QCOM_SCM) += qcom_scm.o
|
||||
obj-$(CONFIG_QCOM_SCM_64) += qcom_scm-64.o
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user