From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S268097AbUHKQqe (ORCPT ); Wed, 11 Aug 2004 12:46:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S268128AbUHKQqY (ORCPT ); Wed, 11 Aug 2004 12:46:24 -0400 Received: from imladris.demon.co.uk ([193.237.130.41]:49422 "EHLO phoenix.infradead.org") by vger.kernel.org with ESMTP id S268113AbUHKQpx (ORCPT ); Wed, 11 Aug 2004 12:45:53 -0400 Date: Wed, 11 Aug 2004 17:45:23 +0100 From: Christoph Hellwig To: Arnd Bergmann Cc: Geert Uytterhoeven , Adrian Bunk , Christoph Hellwig , wli@holomorphy.com, "David S. Miller" , schwidefsky@de.ibm.com, linux390@de.ibm.com, sparclinux@vger.kernel.org, Linux/m68k , Linux Kernel Development Subject: Re: architectures with their own "config PCMCIA" Message-ID: <20040811174523.A30087@infradead.org> Mail-Followup-To: Christoph Hellwig , Arnd Bergmann , Geert Uytterhoeven , Adrian Bunk , wli@holomorphy.com, "David S. Miller" , schwidefsky@de.ibm.com, linux390@de.ibm.com, sparclinux@vger.kernel.org, Linux/m68k , Linux Kernel Development References: <20040807170122.GM17708@fs.tum.de> <200408072013.01168.arnd@arndb.de> <200408072341.17721.arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200408072341.17721.arnd@arndb.de>; from arnd@arndb.de on Sat, Aug 07, 2004 at 11:41:17PM +0200 X-SRS-Rewrite: SMTP reverse-path rewritten from by phoenix.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Aug 07, 2004 at 11:41:17PM +0200, Arnd Bergmann wrote: > However, I just tried and found that out of the 23 driver submenus, only > "Generic Driver Options", "Block devices", "SCSI device support", > "Multi-device support", "Networking support" and "Character devices" > make any sense at all. All others depend on some hardware that has > never been attached to an s390 box. > > We could of course build some subsystems like MTD, ISDN or FB, but > there is still little point without any low-level drivers. That gives this type of code additional build coverage, which is a good thing. Just allow it in the menues, no need to add it to your defconfigs :)