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

reset: a10sr: allow building under COMPILE_TEST

This driver can be built under COMPILE_TEST. Allow it.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Link: https://lore.kernel.org/r/20220711130624.1217599-1-p.zabel@pengutronix.de

+1 -1
+1 -1
drivers/reset/Kconfig
··· 17 17 18 18 config RESET_A10SR 19 19 tristate "Altera Arria10 System Resource Reset" 20 - depends on MFD_ALTERA_A10SR 20 + depends on MFD_ALTERA_A10SR || COMPILE_TEST 21 21 help 22 22 This option enables support for the external reset functions for 23 23 peripheral PHYs on the Altera Arria10 System Resource Chip.