Skip to content
Snippets Groups Projects
Commit a6ba8ca4 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Frieder Schrempf
Browse files

platform: cznic: CZNIC_PLATFORMS should depend on ARCH_MVEBU


[ Upstream commit dd0f05b98925111f4530d7dab774398cdb32e9e3 ]

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: 992f1a3d ("platform: cznic: Add preliminary support for Turris Omnia MCU")
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 1e552393
No related branches found
No related tags found
1 merge request!192🤖 Sync Bot: Update v6.12-ktn to Latest Stable Kernel (v6.12.17)
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
menuconfig CZNIC_PLATFORMS menuconfig CZNIC_PLATFORMS
bool "Platform support for CZ.NIC's Turris hardware" bool "Platform support for CZ.NIC's Turris hardware"
depends on ARCH_MVEBU || COMPILE_TEST
help help
Say Y here to be able to choose driver support for CZ.NIC's Turris 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. devices. This option alone does not add any kernel code.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment