Re: [PATCH] intel-x86 model config cleanup

Albert D. Cahalan (acahalan@cs.uml.edu)
Wed, 29 May 2002 18:05:40 -0400 (EDT)


Jeff Garzik writes:

> +choice 'Processor vendor' \
> + "AMD CONFIG_VENDOR_AMD \
> + Cyrix CONFIG_VENDOR_CYRIX \
> + Generic CONFIG_VENDOR_GENERIC \
> + IDT CONFIG_VENDOR_IDT \
> + Intel CONFIG_VENDOR_INTEL \
> + NationalSemiconductor CONFIG_VENDOR_NATSEMI \
> + RiSE CONFIG_VENDOR_RISE \
> + Transmeta CONFIG_VENDOR_TRANSMETA \
> + VIA CONFIG_VENDOR_VIA" Generic
> +
> +if [ "$CONFIG_VENDOR_AMD" = "y" ]; then
> + choice 'Processor family' \
> + "386 CONFIG_M386 \
> + 486 CONFIG_M486 \
> + K5/5x86 CONFIG_M586 \
> + K6/K6-II/K6-III CONFIG_MK6 \
> + Athlon/Duron CONFIG_MK7" Athlon
> +fi

This is still a mess. It's better to have one boolean
per processor, and order the processors by the year
in which they were most commonly sold.
-
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/