kconfig: syntax cleanup - drop support for "depends/requires/def_boolean"
[safe/jmp/linux-2.6] / kernel / sysctl.c
index 53a456e..c7314f9 100644 (file)
@@ -1221,7 +1221,7 @@ static ctl_table fs_table[] = {
 };
 
 static ctl_table debug_table[] = {
-#ifdef CONFIG_X86
+#if defined(CONFIG_X86) || defined(CONFIG_PPC)
        {
                .ctl_name       = CTL_UNNUMBERED,
                .procname       = "exception-trace",