From: William Breathitt Gray <vilhelm.gray-Re5JQEeQqe8AvxtiuMwx3w@public•gmane.org>
To: gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public•gmane.org,
akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public•gmane.org
Cc: x86-DgEjT+Ai2ygdnm+yROfE0A@public•gmane.org,
linux-next-u79uwXL29TY76Z2rM5mHXA@public•gmane.org,
linux-gpio-u79uwXL29TY76Z2rM5mHXA@public•gmane.org,
linux-iio-u79uwXL29TY76Z2rM5mHXA@public•gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public•gmane.org,
linux-watchdog-u79uwXL29TY76Z2rM5mHXA@public•gmane.org,
William Breathitt Gray
<vilhelm.gray-Re5JQEeQqe8AvxtiuMwx3w@public•gmane.org>,
Hartmut Knaack <knaack.h-Mmb7MZpHnFY@public•gmane.org>,
Lars-Peter Clausen <lars-Qo5EllUWu/uELgA04lAiVw@public•gmane.org>,
Peter Meerwald-Stadler
<pmeerw-jW+XmwGofnusTnJN9+BGXg@public•gmane.org>,
Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public•gmane.org>
Subject: [PATCH 3/4] iio: stx104: Allow build for X86_64
Date: Mon, 23 May 2016 10:59:14 -0400 [thread overview]
Message-ID: <0eb3910735c1532287b40f65aeab05912cf3bab6.1464014576.git.vilhelm.gray@gmail.com> (raw)
In-Reply-To: <cover.1464014576.git.vilhelm.gray-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
With the introduction of the ISA_BUS_API Kconfig option, ISA-style
drivers may be built for X86_64 architectures. This patch changes the
ISA Kconfig option dependency of the Apex Embedded Systems STX104 DAC
driver to ISA_BUS_API, thus allowing it to build for X86_64 as it is
expected to.
Cc: Hartmut Knaack <knaack.h-Mmb7MZpHnFY@public•gmane.org>
Cc: Lars-Peter Clausen <lars-Qo5EllUWu/uELgA04lAiVw@public•gmane.org>
Cc: Peter Meerwald-Stadler <pmeerw-jW+XmwGofnusTnJN9+BGXg@public•gmane.org>
Cc: Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public•gmane.org>
Signed-off-by: William Breathitt Gray <vilhelm.gray-Re5JQEeQqe8AvxtiuMwx3w@public•gmane.org>
---
drivers/iio/dac/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/iio/dac/Kconfig b/drivers/iio/dac/Kconfig
index e63b957..315442f 100644
--- a/drivers/iio/dac/Kconfig
+++ b/drivers/iio/dac/Kconfig
@@ -247,7 +247,7 @@ config MCP4922
config STX104
tristate "Apex Embedded Systems STX104 DAC driver"
- depends on X86 && ISA
+ depends on ISA_BUS_API
help
Say yes here to build support for the 2-channel DAC on the Apex
Embedded Systems STX104 integrated analog PC/104 card. The base port
--
2.7.3
--
To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public•gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2016-05-23 14:59 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-23 14:58 [PATCH 0/4] Allow ISA-style drivers on modern systems William Breathitt Gray
2016-05-23 14:58 ` [PATCH 1/4] isa: " William Breathitt Gray
2016-05-23 17:21 ` Guenter Roeck
2016-05-23 17:43 ` William Breathitt Gray
2016-05-23 18:03 ` Linus Torvalds
2016-05-23 14:58 ` [PATCH 2/4] gpio: Allow PC/104 devices on X86_64 William Breathitt Gray
[not found] ` <cover.1464014576.git.vilhelm.gray-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-05-23 14:59 ` William Breathitt Gray [this message]
2016-05-23 14:59 ` [PATCH 4/4] watchdog: ebc-c384_wdt: Allow build for X86_64 William Breathitt Gray
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=0eb3910735c1532287b40f65aeab05912cf3bab6.1464014576.git.vilhelm.gray@gmail.com \
--to=vilhelm.gray-re5jqeeqqe8avxtiumwx3w@public$(echo .)gmane.org \
--cc=akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public$(echo .)gmane.org \
--cc=gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public$(echo .)gmane.org \
--cc=jic23-DgEjT+Ai2ygdnm+yROfE0A@public$(echo .)gmane.org \
--cc=knaack.h-Mmb7MZpHnFY@public$(echo .)gmane.org \
--cc=lars-Qo5EllUWu/uELgA04lAiVw@public$(echo .)gmane.org \
--cc=linux-gpio-u79uwXL29TY76Z2rM5mHXA@public$(echo .)gmane.org \
--cc=linux-iio-u79uwXL29TY76Z2rM5mHXA@public$(echo .)gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public$(echo .)gmane.org \
--cc=linux-next-u79uwXL29TY76Z2rM5mHXA@public$(echo .)gmane.org \
--cc=linux-watchdog-u79uwXL29TY76Z2rM5mHXA@public$(echo .)gmane.org \
--cc=pmeerw-jW+XmwGofnusTnJN9+BGXg@public$(echo .)gmane.org \
--cc=x86-DgEjT+Ai2ygdnm+yROfE0A@public$(echo .)gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox