linux-stable-rt/arch/x86
Harvey Harrison 3c2362e629 x86: use def_bool where possible
Change occurances of:
	bool
	default X

to:
	def_bool X

Change ocurances of:
	bool "Foo"
	default X

to:
	def_bool X
	prompt "Foo"

Shows no difference in generated config for allmodconfig/allyesconfig.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2008-01-30 13:31:03 +01:00
..
boot x86 vDSO: absolute relocs 2008-01-30 13:30:42 +01:00
configs x86: 64-bit, make sparsemem vmemmap the only memory model 2008-01-30 13:30:47 +01:00
crypto
ia32 x86: x86 ptrace merge removals 2008-01-30 13:31:02 +01:00
kernel x86: 32-bit IOAPIC: de-fang IRQ compression 2008-01-30 13:31:02 +01:00
lguest x86: use generic register name in the thread and tss structures 2008-01-30 13:31:02 +01:00
lib
mach-default
mach-es7000
mach-generic
mach-visws
mach-voyager x86: rename the struct pt_regs members for 32/64-bit consistency 2008-01-30 13:30:56 +01:00
math-emu
mm x86: use __PAGE_KERNEL* instead of _KERNPG_TABLE 2008-01-30 13:31:02 +01:00
oprofile x86: rename the struct pt_regs members for 32/64-bit consistency 2008-01-30 13:30:56 +01:00
pci
power x86: x86-32 thread_struct.debugreg 2008-01-30 13:30:59 +01:00
vdso x86: use generic register name in the thread and tss structures 2008-01-30 13:31:02 +01:00
video
xen x86: use generic register name in the thread and tss structures 2008-01-30 13:31:02 +01:00
Kconfig x86: use def_bool where possible 2008-01-30 13:31:03 +01:00
Kconfig.cpu x86: debugctlmsr kconfig 2008-01-30 13:30:54 +01:00
Kconfig.debug
Makefile
Makefile_32 x86 vDSO: i386 vdso32 install 2008-01-30 13:30:42 +01:00
Makefile_32.cpu
Makefile_64 x86 vDSO: ia32 vsyscall removal 2008-01-30 13:30:44 +01:00