1359fc272b
The STIH407 reset driver can be compiled without ARCH_STI being enabled. Allow it to be built under COMPILE_TEST. Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com> Link: https://lore.kernel.org/r/20240621-reset-compile-sti-v1-1-b7a66ce29911@pengutronix.de Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
8 lines
142 B
Plaintext
8 lines
142 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
if ARCH_STI || COMPILE_TEST
|
|
|
|
config STIH407_RESET
|
|
bool "STIH407 Reset Driver" if COMPILE_TEST
|
|
|
|
endif
|