mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
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>
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
obj-y += core.o
|
obj-y += core.o
|
||||||
obj-y += hisilicon/
|
obj-y += hisilicon/
|
||||||
obj-y += starfive/
|
obj-y += starfive/
|
||||||
obj-$(CONFIG_ARCH_STI) += sti/
|
obj-y += sti/
|
||||||
obj-$(CONFIG_ARCH_TEGRA) += tegra/
|
obj-$(CONFIG_ARCH_TEGRA) += tegra/
|
||||||
obj-$(CONFIG_RESET_A10SR) += reset-a10sr.o
|
obj-$(CONFIG_RESET_A10SR) += reset-a10sr.o
|
||||||
obj-$(CONFIG_RESET_ATH79) += reset-ath79.o
|
obj-$(CONFIG_RESET_ATH79) += reset-ath79.o
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
if ARCH_STI
|
if ARCH_STI || COMPILE_TEST
|
||||||
|
|
||||||
config STIH407_RESET
|
config STIH407_RESET
|
||||||
bool
|
bool "STIH407 Reset Driver" if COMPILE_TEST
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user