From: tip-bot for Rich Felker <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
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
Subject: [tip:irq/urgent] irqchip/jcore: Don't show Kconfig menu item for driver
Date: Thu, 20 Oct 2016 02:48:58 -0700 [thread overview]
Message-ID: <tip-3602ffdee9afa727320d33bda57a6957d72b1df2@git.kernel.org> (raw)
In-Reply-To: <883a3d17084003e3cf21bab73ec12828fe4ff6c6.1476899495.git.dalias@libc.org>
Commit-ID: 3602ffdee9afa727320d33bda57a6957d72b1df2
Gitweb: http://git.kernel.org/tip/3602ffdee9afa727320d33bda57a6957d72b1df2
Author: Rich Felker <dalias@libc.org>
AuthorDate: Wed, 19 Oct 2016 17:53:52 +0000
Committer: Thomas Gleixner <tglx@linutronix.de>
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 <dalias@libc.org>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: linux-sh@vger.kernel.org
Link: http://lkml.kernel.org/r/883a3d17084003e3cf21bab73ec12828fe4ff6c6.1476899495.git.dalias@libc.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
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.
prev parent reply other threads:[~2016-10-20 9:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-19 17:53 [PATCH] irqchip/jcore: don't show Kconfig menu item for driver Rich Felker
2016-10-20 9:48 ` tip-bot for Rich Felker [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tip-3602ffdee9afa727320d33bda57a6957d72b1df2@git.kernel.org \
--to=tipbot@zytor.com \
--cc=dalias@libc.org \
--cc=hpa@zytor.com \
--cc=jason@lakedaemon.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=marc.zyngier@arm.com \
--cc=mingo@kernel.org \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.