Re: A Kernel Configuration Tale of Woe

Keith Owens (kaos@ocs.com.au)
Wed, 27 Nov 2002 21:55:11 +1100


On Tue, 26 Nov 2002 19:45:50 +0000 (GMT),
John Bradford <john@grabjohn.com> wrote:
>Why don't we introduce a make allworkingmodules config, which compiles
>everything as modules, except for the things that are broken as
>modules, (for example IDE in the current 2.5.x tree would be compiled
>in).

cat > .force_default <<EOF
CONFIG_BLK_DEV_IDE=y
CONFIG_BLK_DEV_IDEDISK=y
EOF
make allmodconfig

That used to work, until 2.5.48. Being able to force selected options
and have the rest of the options default to all Y or all M was
extremely useful. What a pity that Kconfig removed this facility.

-
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/