net/mlx5_en: Add missing check for memory allocation failure
[deliverable/linux.git] / drivers / net / ethernet / mellanox / mlx5 / core / Kconfig
1 #
2 # Mellanox driver configuration
3 #
4
5 config MLX5_CORE
6 tristate "Mellanox Technologies ConnectX-4 and Connect-IB core driver"
7 depends on PCI
8 default n
9 ---help---
10 Core driver for low level functionality of the ConnectX-4 and
11 Connect-IB cards by Mellanox Technologies.
12
13 config MLX5_CORE_EN
14 bool "Mellanox Technologies ConnectX-4 Ethernet support"
15 depends on MLX5_INFINIBAND=n && NETDEVICES && ETHERNET && PCI && MLX5_CORE
16 default n
17 ---help---
18 Ethernet support in Mellanox Technologies ConnectX-4 NIC.
19 Ethernet and Infiniband support in ConnectX-4 are currently mutually
20 exclusive.
This page took 0.037143 seconds and 5 git commands to generate.