linux/drivers/reset/sti/Kconfig
Philipp Zabel 1359fc272b reset: sti: allow building under COMPILE_TEST
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>
2024-06-24 09:50:31 +02:00

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