> if [ "$CONFIG_VISWS" != "y" ]; then
> bool 'MCA support' CONFIG_MCA
> if [ "$CONFIG_MCA" = "y" ]; then
> bool ' Support for the NCR Voyager Architecture' CONFIG_VOYAGER
>
> How MCA and NCR Voyager support related to SGI Visual Workstations support
> (CONFIG_VISWS) ?
It is kinda horrible. What I parsed it as is VISWS and Voyager
are mutually exclusive, both have MCA available, but Voyager
is a 'must have' case.
icky.
-- | Dave Jones. http://www.codemonkey.org.uk | SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/