firmware: firmware: meson-sm: fix compile-test default

[ Upstream commit 0454346d1c ]

Enabling compile testing should not enable every individual driver (we
have "allyesconfig" for that).

Fixes: 4a434abc40 ("firmware: meson-sm: enable build as module")
Signed-off-by: Johan Hovold <johan@kernel.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://lore.kernel.org/r/20250725075429.10056-1-johan@kernel.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
Johan Hovold
2025-07-25 09:54:29 +02:00
committed by Greg Kroah-Hartman
parent f734470970
commit 1f2b0648ae

View File

@@ -5,7 +5,7 @@
config MESON_SM config MESON_SM
tristate "Amlogic Secure Monitor driver" tristate "Amlogic Secure Monitor driver"
depends on ARCH_MESON || COMPILE_TEST depends on ARCH_MESON || COMPILE_TEST
default y default ARCH_MESON
depends on ARM64_4K_PAGES depends on ARM64_4K_PAGES
help help
Say y here to enable the Amlogic secure monitor driver Say y here to enable the Amlogic secure monitor driver