From: Jean Delvare <jdelvare@suse.de>
To: linux-kernel@vger.kernel.org
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
Thomas Gleixner <tglx@linutronix.de>,
Jason Cooper <jason@lakedaemon.net>,
Marc Zyngier <marc.zyngier@arm.com>,
Wim Van Sebroeck <wim@iguana.be>,
Guenter Roeck <linux@roeck-us.net>,
Damien Riegel <damien.riegel@savoirfairelinux.com>
Subject: [PATCH 3/3] irqchip/ts4800: Add hardware dependency
Date: Tue, 9 Feb 2016 11:19:20 +0100 [thread overview]
Message-ID: <20160209111920.1ec318bd@endymion> (raw)
In-Reply-To: <20160209111549.7e9b4fbb@endymion>
The Technologic Systems TS-4800 is an i.MX515 board, so its drivers
are useless unless building a SOC_IMX51 kernel, except for build
testing purposes.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Damien Riegel <damien.riegel@savoirfairelinux.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Marc Zyngier <marc.zyngier@arm.com>
---
drivers/irqchip/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- linux-4.5-rc3.orig/drivers/irqchip/Kconfig 2016-02-02 09:02:08.186924622 +0100
+++ linux-4.5-rc3/drivers/irqchip/Kconfig 2016-02-09 09:05:49.524721321 +0100
@@ -160,6 +160,7 @@ config TS4800_IRQ
tristate "TS-4800 IRQ controller"
select IRQ_DOMAIN
depends on HAS_IOMEM
+ depends on SOC_IMX51 || COMPILE_TEST
help
Support for the TS-4800 FPGA IRQ controller
--
Jean Delvare
SUSE L3 Support
next prev parent reply other threads:[~2016-02-09 10:19 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-09 10:15 [PATCH 0/3] Add hardware dependency to TS-4800 board drivers Jean Delvare
2016-02-09 10:17 ` [PATCH 1/3] watchdog: ts4800: add hardware dependency Jean Delvare
2016-02-09 14:28 ` Guenter Roeck
2016-03-04 19:36 ` Wim Van Sebroeck
2016-02-09 10:18 ` [PATCH 2/3] Input: " Jean Delvare
2016-03-04 19:42 ` Dmitry Torokhov
2016-02-09 10:19 ` Jean Delvare [this message]
2016-02-18 1:44 ` [PATCH 3/3] irqchip/ts4800: Add " Jason Cooper
2016-02-09 14:28 ` [PATCH 0/3] Add hardware dependency to TS-4800 board drivers Guenter Roeck
2016-02-09 15:14 ` Jean Delvare
2016-02-09 15:08 ` Damien Riegel
2016-02-09 15:16 ` Guenter Roeck
2016-02-09 15:24 ` Jean Delvare
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=20160209111920.1ec318bd@endymion \
--to=jdelvare@suse.de \
--cc=damien.riegel@savoirfairelinux.com \
--cc=dmitry.torokhov@gmail.com \
--cc=jason@lakedaemon.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=marc.zyngier@arm.com \
--cc=tglx@linutronix.de \
--cc=wim@iguana.be \
/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.