Commit 966fa771 authored by Greg Banks's avatar Greg Banks Committed by Linus Torvalds

[PATCH] PATCH 2.5: kconfig missing OBSOLETE (3_3)

Symbol CONFIG_SK_G16 depends on CONFIG_OBSOLETE but does
not say so in its banner.
parent 80e90bb2
......@@ -135,7 +135,7 @@ if [ "$CONFIG_NET_ETHERNET" = "y" ]; then
dep_tristate ' SEEQ8005 support (EXPERIMENTAL)' CONFIG_SEEQ8005 $CONFIG_EXPERIMENTAL
fi
if [ "$CONFIG_OBSOLETE" = "y" ]; then
tristate ' SK_G16 support' CONFIG_SK_G16
tristate ' SK_G16 support (OBSOLETE)' CONFIG_SK_G16
fi
fi
if [ "$CONFIG_MCA" = "y" ]; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment