From: Adrian Bunk Date: Fri, 3 Feb 2006 11:04:00 +0000 (-0800) Subject: [PATCH] don't allow users to set CONFIG_BROKEN=y X-Git-Tag: v2.6.16-rc3~275 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3636641bb2c7a806c1099ca092ec8cd180063f9b;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed