[PATCH] don't allow users to set CONFIG_BROKEN=y
authorAdrian Bunk <bunk@stusta.de>
Fri, 3 Feb 2006 11:04:00 +0000 (03:04 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 3 Feb 2006 16:32:03 +0000 (08:32 -0800)
commit3636641bb2c7a806c1099ca092ec8cd180063f9b
treecea6933f946da514169009e5e3b02c48de60aab1
parent145046d31ecf9f4f1ba80c8d21225158f6d1738c
[PATCH] don't allow users to set CONFIG_BROKEN=y

Do not allow people to create configurations with CONFIG_BROKEN=y.

The sole reason for CONFIG_BROKEN=y would be if you are working on fixing a
broken driver, but in this case editing the Kconfig file is trivial.

Never ever should a user enable CONFIG_BROKEN.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
init/Kconfig