From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H. Peter Anvin" Date: Wed, 17 May 2006 22:36:21 +0000 Subject: Re: klibc and SPARC Message-Id: <446BA565.7070608@zytor.com> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: sparclinux@vger.kernel.org David S. Miller wrote: >> Does it make sense to say that these prom configurations are only >> recognized by kinit if openpromfs is available (without which it will >> simply behave as on any other platform), or should I go through the >> additional trouble of supporting both methods? > > You need to enable a particular driver either way, > either CONFIG_SUN_OPENPROMFS or CONFIG_SUN_OPENPROMIO. > > The NFS configuration bits you are moving into klibc > are going to be expected to work even if both of those > config options are disabled, it's expected to always > be available and work. Sounds like you're saying I should force one of those drivers enabled, is that right? I'm fine with that. The other alternative is of course to put an ad hoc thing for this thing; that seems unnecessarily ugly to me but if necessary I can do that as well. If I should force one of the drivers enabled, which one should it be (I'm assuming CONFIG_SUN_OPENPROMFS?) -hpa