That is normal with xconfig, it displays all possible options and greys
out the ones that you cannot select. Trivial patch to make it more
obvious what is going on, against 2.4.9-ac15.
Index: 9.42/drivers/char/Config.in
--- 9.42/drivers/char/Config.in Sat, 22 Sep 2001 14:41:20 +1000 kaos (linux-2.4/b/c/3_Config.in 1.2.1.1.4.3.1.5 644)
+++ 9.42(w)/drivers/char/Config.in Thu, 27 Sep 2001 12:11:54 +1000 kaos (linux-2.4/b/c/3_Config.in 1.2.1.1.4.3.1.5 644)
@@ -219,8 +219,10 @@ bool 'Direct Rendering Manager (XFree86
if [ "$CONFIG_DRM" = "y" ]; then
bool ' Build drivers for new (XFree 4.1) DRM' CONFIG_DRM_NEW
if [ "$CONFIG_DRM_NEW" = "y" ]; then
+ comment 'DRM 4.1 drivers'
source drivers/char/drm/Config.in
else
+ comment 'DRM 4.0 drivers'
define_bool CONFIG_DRM_OLD y
source drivers/char/drm-4.0/Config.in
fi
-
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/