> Peter Samuelson wrote:
> > [Andrzej Krzysztofowicz]
> > > Note, that as CONFIG_MCA is defined only for i386 the dependencies on
> > > $CONFIG_MCA are no-op for other architectures (in
> > > Configure/Menuconfig). Either CONFIG_MCA should be defined for all
> > > architectures or there should be if ... fi around these lines.
> >
> > Looks good to me. Anything to remove clutter from config menus....
>
> Patch looks ok to me, applied.
I think the following i386 chunk should be added to the patch:
--- arch/i386/config.in.old Tue Nov 14 23:18:12 2000
+++ arch/i386/config.in Tue Nov 14 23:19:10 2000
@@ -198,6 +198,8 @@
if [ "$CONFIG_VISWS" != "y" ]; then
bool 'MCA support' CONFIG_MCA
+else
+ define_bool CONFIG_MCA n
fi
bool 'Support for hot-pluggable devices' CONFIG_HOTPLUG
-- ======================================================================= Andrzej M. Krzysztofowicz ankry@mif.pg.gda.pl phone (48)(58) 347 14 61 Faculty of Applied Phys. & Math., Technical University of Gdansk - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Thu Nov 23 2000 - 21:00:10 EST