xref: /linux/drivers/net/ethernet/mellanox/Kconfig (revision 5a2cc190eb3fe58fe519795c509b01b25795992e)
1*5a2cc190SJeff Kirsher#
2*5a2cc190SJeff Kirsher# Mellanox driver configuration
3*5a2cc190SJeff Kirsher#
4*5a2cc190SJeff Kirsher
5*5a2cc190SJeff Kirsherconfig NET_VENDOR_MELLANOX
6*5a2cc190SJeff Kirsher	bool "Mellanox devices"
7*5a2cc190SJeff Kirsher	depends on PCI && INET
8*5a2cc190SJeff Kirsher	---help---
9*5a2cc190SJeff Kirsher	  If you have a network (Ethernet) card belonging to this class, say Y
10*5a2cc190SJeff Kirsher	  and read the Ethernet-HOWTO, available from
11*5a2cc190SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
12*5a2cc190SJeff Kirsher
13*5a2cc190SJeff Kirsher	  Note that the answer to this question doesn't directly affect the
14*5a2cc190SJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
15*5a2cc190SJeff Kirsher	  the questions about Mellanox cards. If you say Y, you will be asked
16*5a2cc190SJeff Kirsher	  for your specific card in the following questions.
17*5a2cc190SJeff Kirsher
18*5a2cc190SJeff Kirsherif NET_VENDOR_MELLANOX
19*5a2cc190SJeff Kirsher
20*5a2cc190SJeff Kirshersource "drivers/net/ethernet/mellanox/mlx4/Kconfig"
21*5a2cc190SJeff Kirsher
22*5a2cc190SJeff Kirsherendif # NET_VENDOR_MELLANOX
23