]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] CONFIG_IA32
authorBrian Gerst <bgerst@didntduck.org>
Sun, 30 Oct 2005 22:59:20 +0000 (14:59 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 31 Oct 2005 01:37:10 +0000 (17:37 -0800)
commit0d078f6f96809c95c69b99d6605a502b0ac63d3d
tree1b4691abab5f96f2aa8a5217a2701f181b41940d
parent4276d32260662d5401a15a0a46e506fb5c8ab563
[PATCH] CONFIG_IA32

Add CONFIG_X86_32 for i386.  This allows selecting options that only apply
to 32-bit systems.

(X86 && !X86_64) becomes X86_32
(X86 ||  X86_64) becomes X86

Signed-off-by: Brian Gerst <bgerst@didntduck.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
15 files changed:
arch/i386/Kconfig
drivers/char/Kconfig
drivers/char/agp/Kconfig
drivers/char/hangcheck-timer.c
drivers/crypto/Kconfig
drivers/firmware/Kconfig
drivers/input/misc/Kconfig
drivers/pci/hotplug/pciehp_pci.c
drivers/pcmcia/rsrc_nonstatic.c
drivers/video/Kconfig
drivers/video/console/Kconfig
fs/Kconfig
fs/Kconfig.binfmt
include/linux/dmi.h
lib/Kconfig.debug