From e6021d0a1b787d110dd38a471369ef4ab5ad2ede Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Thu, 22 Jan 2004 16:11:38 -0800 Subject: [PATCH] [PATCH] Remove unused CONFIG symbol. Grep of the tree only turned up these two uses. --- arch/i386/Kconfig | 5 ----- arch/i386/defconfig | 1 - 2 files changed, 6 deletions(-) diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index cf4f7f8ae07c..e578b0cd49f5 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -1261,11 +1261,6 @@ config FRAME_POINTER If you don't debug the kernel, you can say N, but we may not be able to solve problems without frame pointers. -config X86_EXTRA_IRQS - bool - depends on X86_LOCAL_APIC || X86_VOYAGER - default y - config X86_FIND_SMP_CONFIG bool depends on X86_LOCAL_APIC || X86_VOYAGER diff --git a/arch/i386/defconfig b/arch/i386/defconfig index c51259a5dbf4..b490262ee20a 100644 --- a/arch/i386/defconfig +++ b/arch/i386/defconfig @@ -1101,7 +1101,6 @@ CONFIG_USB_HIDINPUT=y # CONFIG_DEBUG_KERNEL is not set CONFIG_DEBUG_SPINLOCK_SLEEP=y CONFIG_FRAME_POINTER=y -CONFIG_X86_EXTRA_IRQS=y CONFIG_X86_FIND_SMP_CONFIG=y CONFIG_X86_MPPARSE=y -- 2.39.5