[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0610210233530.29022@twin.jikos.cz>
Date: Sat, 21 Oct 2006 02:37:40 +0200 (CEST)
From: Jiri Kosina <jikos@...os.cz>
To: "J.A. Magallón" <jamagallon@....com>
cc: linux-kernel@...r.kernel.org
Subject: Re: 2.6.19-rc2-mm2
On Sat, 21 Oct 2006, J.A. Magallón wrote:
> Stupid question: how can I build sunrpc as a module ? I have digged
> through menuconfig and gconfig and am not able to set SUNRPC=m, it just
> gets autoselected y/n by other options.
CONFIG_SUNRPC is set to the value to which you set CONFIG_NFS_FS - look at
option NFS_FS in fs/Kconfig:
config NFS_FS
tristate "NFS file system support"
depends on INET
select LOCKD
select SUNRPC
select NFS_ACL_SUPPORT if NFS_V3_ACL
So if you want sunrpc to be built as module, set CONFIG_NFS_FS "NFS
filesystem support" to M. It just works(tm).
--
Jiri Kosina
Powered by blists - more mailing lists