summaryrefslogtreecommitdiffstats
path: root/arch/i386
diff options
context:
space:
mode:
authorArthur Othieno2005-10-31 05:04:05 +0100
committerLinus Torvalds2005-10-31 18:20:54 +0100
commitf2c84c0e84bfa637a7161eac10157cf3b05b4a73 (patch)
treef3335cb8234bf5248a4932cd39ad53044c980b47 /arch/i386
parent[PATCH] noop-iosched: avoid corrupted request merging (diff)
downloadkernel-qcow2-linux-f2c84c0e84bfa637a7161eac10157cf3b05b4a73.tar.gz
kernel-qcow2-linux-f2c84c0e84bfa637a7161eac10157cf3b05b4a73.tar.xz
kernel-qcow2-linux-f2c84c0e84bfa637a7161eac10157cf3b05b4a73.zip
[PATCH] i386: CONFIG_PC removal
CONFIG_PC is left-over cruft after the introduction of CONFIG_X86_PC with the subarch split. Remove it, and fixup the remaining users to depend on CONFIG_X86_PC instead. Signed-off-by: Arthur Othieno <a.othieno@bluewin.ch> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/i386')
-rw-r--r--arch/i386/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig
index 5383e5e2d9b7..bac0da731ee3 100644
--- a/arch/i386/Kconfig
+++ b/arch/i386/Kconfig
@@ -1042,8 +1042,3 @@ config X86_TRAMPOLINE
bool
depends on X86_SMP || (X86_VOYAGER && SMP)
default y
-
-config PC
- bool
- depends on X86 && !EMBEDDED
- default y