]> git.hungrycats.org Git - linux/commitdiff
[PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL 2 (5_7)
authorGreg Banks <gnb@alphalink.com.au>
Mon, 15 Jul 2002 05:54:50 +0000 (22:54 -0700)
committerJames Morris <jmorris@intercode.com.au>
Mon, 15 Jul 2002 05:54:50 +0000 (22:54 -0700)
  Symbol CONFIG_NUMA for alpha port depends on CONFIG_EXPERIMENTAL but does
  not say so in its banner.

arch/alpha/config.in

index 478a8f15939a3b9cd1b6a165b8241c1981eabe26..b12f8b7b38ede94868aaaca3b36cea0f5c917dbc 100644 (file)
@@ -235,9 +235,9 @@ if [ "$CONFIG_SMP" = "y" ]; then
 fi
 
 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
-   bool 'Discontiguous Memory Support' CONFIG_DISCONTIGMEM
+   bool 'Discontiguous Memory Support (EXPERIMENTAL)' CONFIG_DISCONTIGMEM
    if [ "$CONFIG_DISCONTIGMEM" = "y" ]; then
-      bool ' NUMA Support' CONFIG_NUMA
+      bool ' NUMA Support (EXPERIMENTAL)' CONFIG_NUMA
    fi
 fi