From patchwork Thu Apr 7 14:47:25 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: William Breathitt Gray X-Patchwork-Id: 607423 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3qgls36j08z9t3t for ; Fri, 8 Apr 2016 00:51:03 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=paLQC0bX; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756076AbcDGOsa (ORCPT ); Thu, 7 Apr 2016 10:48:30 -0400 Received: from mail-io0-f195.google.com ([209.85.223.195]:34510 "EHLO mail-io0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756334AbcDGOs1 (ORCPT ); Thu, 7 Apr 2016 10:48:27 -0400 Received: by mail-io0-f195.google.com with SMTP id z133so12279228iod.1; Thu, 07 Apr 2016 07:48:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=l0g6lZ2iiG+UzR01lYEeOW8+cecYrrjvL4fXBn+jhsk=; b=paLQC0bXtz4QNRxHryVt2h/xmyhV7mspLYa43ZzVqn0czU134KCXatmWGDhl6cTm7q tWQi1W9qe2g/P/enSrsnoQL9Jo8b0p0TdaVz0k9gxMuHtZL7I8aUo93B0rAf8mJ396nh PpErSxBsBXeZ7PFEctebRZmLG4K24GeepaG7MEzL/bFKOCeAcrUHdD9ZMQ4Zd3u6rsJa NePGSrGZkn0f5eS4o5al7+cfsC8rduQPoai5lhWdL6yIYfZQoLZSGf84nMBd/wc4gEWs aziFqb3xGawEdns45tRgDRA6ULRXoMigjsGiNM7vdadMcFsQ9UULPx/OT0gGzrc4U5bX a3bA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=l0g6lZ2iiG+UzR01lYEeOW8+cecYrrjvL4fXBn+jhsk=; b=Q1m5wCJBunQmnFzjERk9DFBlKkd+U/SlW+Fkbg5IF1dwdJLHWVpx3jVdQvXHz1/3Pw OCWJ6GlPbT3rzFvoglKaPvbzWRVdfXHGRTYKnoco3Mn8lnw95Xoyi3SsIy76D05rFABh nH4V1Xfgp0Ej2e9cFniJPgxQ0xlpgsZMXYKyJVZDQlyMYLa94yaqPyUQY0necl+aGOyv ZAJOUDcCvDf+2cglQKXn3YeyNn0Anzsdr92DULaMB59n3NqIpm5mQhmJvS93r7/tni7H Pg7MXG3Ux7ZevIThH9cEIcZO8ahotRnMvqu96JauFNgFETcKUEDjZp+IPUMUELX6G90p eVVg== X-Gm-Message-State: AD7BkJJwQgRk0azvZXmiiVkJyroxlmdIS/xQY729F5w/Hp/Da7o8/tTee35YciR5VSv7Yg== X-Received: by 10.107.155.206 with SMTP id d197mr3671138ioe.135.1460040506504; Thu, 07 Apr 2016 07:48:26 -0700 (PDT) Received: from localhost (71-47-58-73.res.bhn.net. [71.47.58.73]) by smtp.gmail.com with ESMTPSA id cl4sm3706716igb.4.2016.04.07.07.48.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 Apr 2016 07:48:26 -0700 (PDT) From: William Breathitt Gray To: gregkh@linuxfoundation.org, tglx@linutronix.de, jic23@kernel.org, knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net, wim@iguana.be, linux@roeck-us.net, linus.walleij@linaro.org, gnurou@gmail.com Cc: linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, linux-watchdog@vger.kernel.org, linux-gpio@vger.kernel.org, William Breathitt Gray Subject: [PATCH 04/10] iio: stx104: Change STX104 dependency to ISA_BUS Date: Thu, 7 Apr 2016 10:47:25 -0400 Message-Id: <783be62acf68b35f3fe4785a2cedfe017624688b.1460040201.git.vilhelm.gray@gmail.com> X-Mailer: git-send-email 2.7.3 In-Reply-To: References: In-Reply-To: References: Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org The Apex Embedded Systems STX104 may be used on 64-bit X86 systems. This patch allows the Apex Embedded Systems STX104 DAC driver to be compiled for both 32-bit and 64-bit X86 systems. Signed-off-by: William Breathitt Gray --- 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 a995139..df4b55d 100644 --- a/drivers/iio/dac/Kconfig +++ b/drivers/iio/dac/Kconfig @@ -210,7 +210,7 @@ config MCP4922 config STX104 tristate "Apex Embedded Systems STX104 DAC driver" - depends on ISA + depends on X86 && ISA_BUS 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