Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758443AbcJTJtN (ORCPT ); Thu, 20 Oct 2016 05:49:13 -0400 Received: from terminus.zytor.com ([198.137.202.10]:38112 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753253AbcJTJtM (ORCPT ); Thu, 20 Oct 2016 05:49:12 -0400 Date: Thu, 20 Oct 2016 02:48:58 -0700 From: tip-bot for Rich Felker Message-ID: Cc: marc.zyngier@arm.com, mingo@kernel.org, dalias@libc.org, hpa@zytor.com, jason@lakedaemon.net, linux-kernel@vger.kernel.org, tglx@linutronix.de Reply-To: tglx@linutronix.de, jason@lakedaemon.net, linux-kernel@vger.kernel.org, marc.zyngier@arm.com, hpa@zytor.com, dalias@libc.org, mingo@kernel.org In-Reply-To: <883a3d17084003e3cf21bab73ec12828fe4ff6c6.1476899495.git.dalias@libc.org> References: <883a3d17084003e3cf21bab73ec12828fe4ff6c6.1476899495.git.dalias@libc.org> To: linux-tip-commits@vger.kernel.org Subject: [tip:irq/urgent] irqchip/jcore: Don't show Kconfig menu item for driver Git-Commit-ID: 3602ffdee9afa727320d33bda57a6957d72b1df2 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1389 Lines: 39 Commit-ID: 3602ffdee9afa727320d33bda57a6957d72b1df2 Gitweb: http://git.kernel.org/tip/3602ffdee9afa727320d33bda57a6957d72b1df2 Author: Rich Felker AuthorDate: Wed, 19 Oct 2016 17:53:52 +0000 Committer: Thomas Gleixner CommitDate: Thu, 20 Oct 2016 11:43:58 +0200 irqchip/jcore: Don't show Kconfig menu item for driver Core drivers for J-Core SoCs will be selected implicitly via CONFIG_SH_JCORE_SOC instead. Based on a corresponding change to the clocksource/timer driver requested by Daniel Lezcano. Signed-off-by: Rich Felker Cc: Marc Zyngier Cc: Jason Cooper Cc: linux-sh@vger.kernel.org Link: http://lkml.kernel.org/r/883a3d17084003e3cf21bab73ec12828fe4ff6c6.1476899495.git.dalias@libc.org Signed-off-by: Thomas Gleixner --- drivers/irqchip/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index 82b0b5d..bc0af33 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig @@ -158,8 +158,8 @@ config PIC32_EVIC select IRQ_DOMAIN config JCORE_AIC - bool "J-Core integrated AIC" - depends on OF && (SUPERH || COMPILE_TEST) + bool "J-Core integrated AIC" if COMPILE_TEST + depends on OF select IRQ_DOMAIN help Support for the J-Core integrated AIC.