2.6.6-mm1: a different CONFIG_STANDALONE approach

From: Adrian Bunk
Date: Mon May 10 2004 - 07:47:12 EST


On Mon, May 10, 2004 at 02:45:06AM -0700, Andrew Morton wrote:
>...
> All 391 patches:
>...
> CONFIG_STANDALONE-default-to-n.patch
> Make CONFIG_STANDALONE default to N
>...

I'd prefer to solve this issue with the following patch, that makes it
still possible to select CONFIG_STANDALONE with EXPERIMENTAL=n:


--- init/Kconfig.old 2004-05-10 14:41:42.000000000 +0200
+++ init/Kconfig 2004-05-10 14:42:08.000000000 +0200
@@ -42,7 +42,7 @@
If unsure, say Y

config STANDALONE
- bool "Select only drivers that don't need compile-time external firmware" if EXPERIMENTAL
+ bool "Select only drivers that don't need compile-time external firmware"
default y
help
Select this option if you don't have magic firmware for drivers that


cu
Adrian

--

"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/