[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20100509.184508.257497526.davem@davemloft.net>
Date: Sun, 09 May 2010 18:45:08 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: rgc@...1.inka.de
Cc: netdev@...r.kernel.org
Subject: Re: error in arp.c for Token Ring (IEEE802_TR) and ...
From: Claus Regelmann <rgc@...1.inka.de>
Date: Mon, 10 May 2010 00:39:45 +0200
>
> So the question is why CONFIG_TR is undefined allthought .config says:
> ...
> # CONFIG_NETDEV_1000 is not set
> # CONFIG_NETDEV_10000 is not set
> CONFIG_TR=m
Because when a configuration setting is set to "m" that makes
CONFIG_FOO_MODULE get defined instead of plain CONFIG_FOO.
So these places that test CONFIG_TR need to be changed to instead
test "defined(CONFIG_TR) || defined(CONFIG_TR_MODULE)"
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists