Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'socfpga_update_for_v5.13_part2' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into arm/drivers

SoCFPGA updates for v5.13, part 2
- Only build Stratix10 Service Layer and RSU drivers on ARM64

* tag 'socfpga_update_for_v5.13_part2' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux:
firmware: stratix10-svc: build only on 64-bit ARM

Link: https://lore.kernel.org/r/20210405155026.86309-1-dinguyen@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+1 -1
+1 -1
drivers/firmware/Kconfig
··· 206 206 207 207 config INTEL_STRATIX10_SERVICE 208 208 tristate "Intel Stratix10 Service Layer" 209 - depends on ARCH_INTEL_SOCFPGA && HAVE_ARM_SMCCC 209 + depends on ARCH_INTEL_SOCFPGA && ARM64 && HAVE_ARM_SMCCC 210 210 default n 211 211 help 212 212 Intel Stratix10 service layer runs at privileged exception level,