1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00

reset: ti-sci: Allow building under COMPILE_TEST

Since commit 043cfff99a ("firmware: ti_sci: Fix compilation failure
when CONFIG_TI_SCI_PROTOCOL is not defined") it is possible to build
reset-ti-sci under CONFIG_COMPILE_TEST.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20220404094500.2708816-1-p.zabel@pengutronix.de
This commit is contained in:
Philipp Zabel 2022-04-04 11:45:00 +02:00 committed by Nishanth Menon
parent ba56291e29
commit a6af504184

View file

@ -240,7 +240,7 @@ config RESET_SUNXI
config RESET_TI_SCI config RESET_TI_SCI
tristate "TI System Control Interface (TI-SCI) reset driver" tristate "TI System Control Interface (TI-SCI) reset driver"
depends on TI_SCI_PROTOCOL depends on TI_SCI_PROTOCOL || COMPILE_TEST
help help
This enables the reset driver support over TI System Control Interface This enables the reset driver support over TI System Control Interface
available on some new TI's SoCs. If you wish to use reset resources available on some new TI's SoCs. If you wish to use reset resources