Skip to content

Commit af19f19

Browse files
committed
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 parent 18d1909 commit af19f19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/reset/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if RESET_CONTROLLER
1717

1818
config RESET_A10SR
1919
tristate "Altera Arria10 System Resource Reset"
20-
depends on MFD_ALTERA_A10SR
20+
depends on MFD_ALTERA_A10SR || COMPILE_TEST
2121
help
2222
This option enables support for the external reset functions for
2323
peripheral PHYs on the Altera Arria10 System Resource Chip.

0 commit comments

Comments
 (0)