[PATCH] i386: Kill off CONFIG_PC

From: Arthur Othieno
Date: Fri Sep 09 2005 - 15:57:08 EST


Hi,

CONFIG_PC is defined but isn't actually used anywhere:

apgo@krypton:~/devel/kernel/b$ grep -rw CONFIG_PC *
arch/i386/defconfig:CONFIG_PC=y
apgo@krypton:~/devel/kernel/b$

My impression is that this is left-over cruft after the introduction
of CONFIG_X86_PC with the subarch split..

Signed-off-by: Arthur Othieno <a.othieno@xxxxxxxxxx>


arch/i386/Kconfig | 5 -----
1 file changed, 5 deletions(-)

--- a/arch/i386/Kconfig 2005-08-29 16:49:22.000000000 -0400
+++ b/arch/i386/Kconfig 2005-09-09 16:44:39.000000000 -0400
@@ -1332,8 +1332,3 @@ config X86_TRAMPOLINE
bool
depends on X86_SMP || (X86_VOYAGER && SMP)
default y
-
-config PC
- bool
- depends on X86 && !EMBEDDED
- default y
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/