Skip to content

Commit dd0f05b

Browse files
geertuarndb
authored andcommitted
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: 992f1a3 ("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>
1 parent be6686b commit dd0f05b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/platform/cznic/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
menuconfig CZNIC_PLATFORMS
88
bool "Platform support for CZ.NIC's Turris hardware"
9+
depends on ARCH_MVEBU || COMPILE_TEST
910
help
1011
Say Y here to be able to choose driver support for CZ.NIC's Turris
1112
devices. This option alone does not add any kernel code.

0 commit comments

Comments
 (0)