mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00

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>
7 lines
142 B
Text
7 lines
142 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
if ARCH_STI || COMPILE_TEST
|
|
|
|
config STIH407_RESET
|
|
bool "STIH407 Reset Driver" if COMPILE_TEST
|
|
|
|
endif
|