From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753032AbdCFJMb (ORCPT ); Mon, 6 Mar 2017 04:12:31 -0500 Received: from mx2.suse.de ([195.135.220.15]:37157 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752728AbdCFJMW (ORCPT ); Mon, 6 Mar 2017 04:12:22 -0500 From: Jiri Slaby To: stable@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Jan Beulich , Jan Beulich , Ingo Molnar , Jiri Slaby Subject: [PATCH 3.12 001/113] x86/Kconfig: Simplify X86_IO_APIC dependencies Date: Mon, 6 Mar 2017 10:10:25 +0100 Message-Id: X-Mailer: git-send-email 2.12.0 In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Jan Beulich 3.12-stable review patch. If anyone has any objections, please let me know. =============== commit b1da1e715d4faf01468b7f45f7098922bc85ea8e upstream. Since dependencies are transitive, we don't really need to repeat those of X86_UP_IOAPIC. Furthermore avoid the symbol getting entered into .config when it is off by having the default simply Y and the dependencies solely handled via the intended for that purpose "depends on". Signed-off-by: Jan Beulich Link: http://lkml.kernel.org/r/54D39BC9020000780005D688@mail.emea.novell.com Signed-off-by: Ingo Molnar Signed-off-by: Jiri Slaby --- arch/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 0cda30450825..7255e3dee799 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -894,7 +894,7 @@ config X86_LOCAL_APIC config X86_IO_APIC def_bool y - depends on X86_64 || SMP || X86_32_NON_STANDARD || X86_UP_IOAPIC || PCI_MSI + depends on X86_LOCAL_APIC || X86_UP_IOAPIC config X86_VISWS_APIC def_bool y -- 2.12.0