2005-09-09 20:56:47

by a.othieno

[permalink] [raw]
Subject: [PATCH] i386: Kill off CONFIG_PC

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 <[email protected]>


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