Skip to content

Commit 5eaf5c5

Browse files
committed
nvmem: Kconfig: Add COMPILE_TEST to NVMEM_AXI_SYSID
Required to compile without a specific arch symbol. Signed-off-by: Jorge Marques <[email protected]>
1 parent 978a976 commit 5eaf5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/nvmem/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ config NVMEM_APPLE_EFUSES
4242

4343
config NVMEM_AXI_SYSID
4444
tristate "Analog Devices AXI System ID Support"
45-
depends on ARCH_ZYNQMP || ARCH_ZYNQ || MICROBLAZE || ARCH_INTEL_SOCFPGA || NIOS2
45+
depends on ARCH_ZYNQMP || ARCH_ZYNQ || MICROBLAZE || ARCH_INTEL_SOCFPGA || NIOS2 || COMPILE_TEST
4646
depends on HAS_IOMEM
4747
help
4848
Say Y here to include AXI System ID support.

0 commit comments

Comments
 (0)