1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00

platform: cznic: CZNIC_PLATFORMS should depend on ARCH_MVEBU

CZ.NIC's Turris devices are based on Marvell EBU SoCs.  Hence add a
dependency on ARCH_MVEBU, to prevent asking the user about these drivers
when configuring a kernel that cannot run on an affected CZ.NIC Turris
system.

Fixes: 992f1a3d4e ("platform: cznic: Add preliminary support for Turris Omnia MCU")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Geert Uytterhoeven 2025-02-14 09:31:29 +01:00 committed by Arnd Bergmann
parent be6686b823
commit dd0f05b989

View file

@ -6,6 +6,7 @@
menuconfig CZNIC_PLATFORMS
bool "Platform support for CZ.NIC's Turris hardware"
depends on ARCH_MVEBU || COMPILE_TEST
help
Say Y here to be able to choose driver support for CZ.NIC's Turris
devices. This option alone does not add any kernel code.