Re: [ewg] [PATCH 13/14] nes: kernel build infrastructure

2007-08-09 Thread Roland Dreier
+config INFINIBAND_NES +tristate NetEffect RNIC Driver +depends on PCI INET INFINIBAND You don't need the dependency on INFINIBAND any more, because the whole drivers/infiniband/Kconfig file is guarded by an if INFINIBAND - R. - To unsubscribe from this list: send the line

[PATCH 13/14] nes: kernel build infrastructure

2007-08-07 Thread ggrundstrom
Kconfig kernel build file. Signed-off-by: Glenn Grundstrom [EMAIL PROTECTED] --- diff -Nurp NULL ofa_kernel-1.2/drivers/infiniband/hw/nes/Kconfig --- NULL1969-12-31 18:00:00.0 -0600 +++ ofa_kernel-1.2/drivers/infiniband/hw/nes/Kconfig2007-08-06 20:09:04.0 -0500 @@