Commit 3e6d6dc2 authored by Greg Banks's avatar Greg Banks Committed by James Morris

[PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL 2 (5_7)

  Symbol CONFIG_NUMA for alpha port depends on CONFIG_EXPERIMENTAL but does
  not say so in its banner.
parent ab4c2862
......@@ -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
......
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