aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/Kconfig
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@xenotime.net>2007-10-24 18:50:43 -0400
committerSam Ravnborg <sam@ravnborg.org>2007-10-25 16:35:10 -0400
commitd013a27cb79a01b324f93adb275162c244cca2de (patch)
treeb4e32698382f62d05072cb2743f4ceaa6cb398c6 /arch/i386/Kconfig
parent2266cfd50de3872e877eeca3dd4a6f940f22ba60 (diff)
x86: unification of i386 and x86_64 Kconfig.debug
Adding proper dependencies so the two Kconfig.debug files are now identical and move the result file to x86. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'arch/i386/Kconfig')
-rw-r--r--arch/i386/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig
index b4437ce0f973..d24e3e207ea5 100644
--- a/arch/i386/Kconfig
+++ b/arch/i386/Kconfig
@@ -1272,7 +1272,7 @@ source "fs/Kconfig"
1272 1272
1273source "kernel/Kconfig.instrumentation" 1273source "kernel/Kconfig.instrumentation"
1274 1274
1275source "arch/i386/Kconfig.debug" 1275source "arch/x86/Kconfig.debug"
1276 1276
1277source "security/Kconfig" 1277source "security/Kconfig"
1278 1278