Re: [ofa-general] [PATCH 6/6] [RFC]mlx4 build system stuff

2007-04-25 Thread Steve Wise
On Fri, 2007-04-20 at 15:32 -0700, Roland Dreier wrote: Hook up mlx4_core and mlx4_ib drivers to Kconfig and Makefiles. Signed-off-by: Roland Dreier [EMAIL PROTECTED] --- infiniband/Kconfig |2 ++ infiniband/Makefile |1 + infiniband/hw/mlx4/Kconfig |9

Re: [ofa-general] [PATCH 6/6] [RFC]mlx4 build system stuff

2007-04-25 Thread Roland Dreier
+config MLX4_CORE + tristate + depends on PCI + default n + No help menu for the core module? It's an invisible option. You get it if you enable anything that uses it (mlx4_ib or mlx4_eth), and you never even have to know about the option. - R.

[ofa-general] [PATCH 6/6] [RFC]mlx4 build system stuff

2007-04-20 Thread Roland Dreier
Hook up mlx4_core and mlx4_ib drivers to Kconfig and Makefiles. Signed-off-by: Roland Dreier [EMAIL PROTECTED] --- infiniband/Kconfig |2 ++ infiniband/Makefile |1 + infiniband/hw/mlx4/Kconfig |9 + infiniband/hw/mlx4/Makefile |3 +++ net/Kconfig