From: Arthur Othieno CONFIG_PC is defined but isn't actually used anywhere. Signed-off-by: Arthur Othieno Signed-off-by: Andrew Morton --- arch/i386/Kconfig | 5 ----- 1 files changed, 5 deletions(-) diff -puN arch/i386/Kconfig~i386-kill-off-config_pc arch/i386/Kconfig --- devel/arch/i386/Kconfig~i386-kill-off-config_pc 2005-09-09 18:43:41.000000000 -0700 +++ devel-akpm/arch/i386/Kconfig 2005-09-09 18:43:41.000000000 -0700 @@ -1345,8 +1345,3 @@ config X86_TRAMPOLINE bool depends on X86_SMP || (X86_VOYAGER && SMP) default y - -config PC - bool - depends on X86 && !EMBEDDED - default y _