From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266175AbUHBAUW (ORCPT ); Sun, 1 Aug 2004 20:20:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266207AbUHBAUW (ORCPT ); Sun, 1 Aug 2004 20:20:22 -0400 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:13512 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id S266175AbUHBAUU (ORCPT ); Sun, 1 Aug 2004 20:20:20 -0400 Date: Sun, 1 Aug 2004 21:12:01 -0300 From: Marcelo Tosatti To: Meelis Roos Cc: Linux Kernel list Subject: Re: [2.4 PATCH] problems with modular and nonmodular ide mix Message-ID: <20040802001201.GA14589@logos.cnet> References: <20040731150214.GG6497@logos.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.5.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Aug 01, 2004 at 02:09:02PM +0300, Meelis Roos wrote: > > The thing is cmd640 can't be compiled as a module - just dont > > use IDE modular if you need cmd640. > > OK, but should CONFIG_BLK_DEV_CMD640 then depend on CONFIG_BLK_DEV_IDE=y > and show a comment otherwise? Yep, that sounds good. But that was not what your patch was trying to do, was it? Thanks!