On Tue, Mar 02, 2004 at 07:50:28PM +0900, Yoichi Yuasa wrote: > This patch solves the problem which cannot choose ISA support about CASIO E55, IBM WorkPad, and others. > Please apply this patch to v2.6. I've choosen to fix this a different way. I don't think it's a good idea to require users to know if they need to enable CONFIG_ISA or not because the question isn't equivalent to having ISA slots or not, so there's potencial for missconfiguration. So my alternative patch which I checked now uses reverse dependencies to eleminate the long depends line of the config ISA block and only enable ISA where really necessary. Ralf