On Thu, 08 Jun 2006 11:56:05 +0200 Jan-Bernd Themann wrote: > Signed-off-by: Jan-Bernd Themann <[EMAIL PROTECTED]> > > > drivers/net/ehea/Kconfig | 6 ++++++ > drivers/net/ehea/Makefile | 7 +++++++ > 2 files changed, 13 insertions(+) > > > > --- linux-2.6.16-rc5-orig/drivers/net/ehea/Makefile 1969-12-31 > 16:00:00.000000000 -0800 > +++ kernel/drivers/net/ehea/Makefile 2006-06-08 01:58:28.839212488 -0700 > @@ -0,0 +1,7 @@ > +# > +# Makefile for the eHEA ethernet device driver for IBM eServer System p > +# > + > +ehea_mod-objs = ehea_main.o ehea_phyp.o ehea_qmr.o ehea_ethtool.o ehea_phyp.o > +obj-$(CONFIG_EHEA) += ehea_mod.o > + > --- linux-2.6.16-rc5-orig/drivers/net/ehea/Kconfig 1969-12-31 > 16:00:00.000000000 -0800 > +++ kernel/drivers/net/ehea/Kconfig 2006-06-08 01:58:28.842212032 -0700 > @@ -0,0 +1,6 @@ > +config EHEA > + tristate "eHEA Ethernet support" > + depends on IBMEBUS > + ---help--- > + This driver supports the IBM pSeries ethernet adapter > +
Hi, Will you be modifying drivers/net/Makefile and drivers/net/Kconfig to use these files? And "help" text is normally indented (convention is 2 spaces) since (from Documentation/kbuild/kconfig-language.txt): The end of the help text is determined by the indentation level, this means it ends at the first line which has a smaller indentation than the first line of the help text. --- ~Randy - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
