From patchwork Mon May 23 21:20:12 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: 625408 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 3rDBKJ5m5Cz9sdQ for ; Tue, 24 May 2016 07:20:36 +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=CVRpwgtr; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752539AbcEWVU0 (ORCPT ); Mon, 23 May 2016 17:20:26 -0400 Received: from mail-yw0-f194.google.com ([209.85.161.194]:36524 "EHLO mail-yw0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751124AbcEWVUY (ORCPT ); Mon, 23 May 2016 17:20:24 -0400 Received: by mail-yw0-f194.google.com with SMTP id l126so566154ywe.3; Mon, 23 May 2016 14:20:19 -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; bh=79ROrAaPiJwiuLebqBHuk4zcoBFdXR9WrhHxneGG8gM=; b=CVRpwgtrYGHTiDpsYiNln+S6f866+iR/ysFCc5fX9G83ac5MZJjfG813XTSsIZOj6S yCXhaR0EmF/F3Nwhu0a1mBX5I7PLfubuWm5sclA41LIRzZGFqttIfUztC0UWz9sDnQ/x Btzv38AzmcrWM8t5oKIukXX85aBbKvS4TBFfNj1KiFaC653mjpgID/rtKQabvsKL1NWs 7BiUrK9iUtzD17BnK2Phnr6VKUGjzlr4KY51BZ1gh+K1NHPnq4QqYIzK56FMJj7DoSLl RC4zmUHSXMy38yz7rdkHLB3Gl2hdtbydYAD098Xyowr1GCY/IXg2CSO0pNng0ObRbAbv Oq1w== 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; bh=79ROrAaPiJwiuLebqBHuk4zcoBFdXR9WrhHxneGG8gM=; b=RD4XyAFnX4za0HD9ou9sCblPXOPEphNGb0gGfSAjNpZPJ4uEq0fo/eEmP9x8YCSkcN mDwEqik8pVTuA3CdSuHQqDoac5pnoP/CGUSFKmmtenqXK0uV4J0FqS7AbFipFX/kviTE bMngpNeDIWFg2ifqROEwqxMU00eLVDwxTSlEJwZgZojDxk+W7lLHnZbXA8ow5NV3dYr9 aeAQ2OTDhYr4mdmZyET6CNhZIL2cLkytRSWNq0cCw7/CjS+iQ0tBXTz56oGB7JzN6EGl 8OowucBRYGuA21X6z1eP1Q6VWODoMvpkGL1SsuBtk+l9v9y1jw3SIdNeVlgMFfePNRA3 Oy0g== X-Gm-Message-State: ALyK8tLWLxS7rGhfi7DM8fYKUpct9HPWHJrpxn9IEHkhFzZfKnFD2krdhS+UjQqW1O7Fwg== X-Received: by 10.37.99.130 with SMTP id x124mr575941ybb.31.1464038418531; Mon, 23 May 2016 14:20:18 -0700 (PDT) Received: from localhost (71-47-58-73.res.bhn.net. [71.47.58.73]) by smtp.gmail.com with ESMTPSA id j7sm3854466ywg.31.2016.05.23.14.20.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 May 2016 14:20:18 -0700 (PDT) From: William Breathitt Gray To: gregkh@linuxfoundation.org, akpm@linux-foundation.org Cc: x86@kernel.org, linux-next@vger.kernel.org, linux-gpio@vger.kernel.org, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-watchdog@vger.kernel.org, William Breathitt Gray , Guenter Roeck , Linus Walleij Subject: [PATCH v2 2/4] gpio: Allow PC/104 devices on X86_64 Date: Mon, 23 May 2016 17:20:12 -0400 Message-Id: X-Mailer: git-send-email 2.7.3 In-Reply-To: References: Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.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 PC/104 drivers to ISA_BUS_API, thus allowing them to build for X86_64 as they are expected to. Cc: Guenter Roeck Cc: Linus Walleij Signed-off-by: William Breathitt Gray --- drivers/gpio/Kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 48da857..dc6da77 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -530,7 +530,7 @@ menu "Port-mapped I/O GPIO drivers" config GPIO_104_DIO_48E tristate "ACCES 104-DIO-48E GPIO support" - depends on ISA + depends on ISA_BUS_API select GPIOLIB_IRQCHIP help Enables GPIO support for the ACCES 104-DIO-48E series (104-DIO-48E, @@ -540,7 +540,7 @@ config GPIO_104_DIO_48E config GPIO_104_IDIO_16 tristate "ACCES 104-IDIO-16 GPIO support" - depends on ISA + depends on ISA_BUS_API select GPIOLIB_IRQCHIP help Enables GPIO support for the ACCES 104-IDIO-16 family (104-IDIO-16, @@ -551,7 +551,7 @@ config GPIO_104_IDIO_16 config GPIO_104_IDI_48 tristate "ACCES 104-IDI-48 GPIO support" - depends on ISA + depends on ISA_BUS_API select GPIOLIB_IRQCHIP help Enables GPIO support for the ACCES 104-IDI-48 family (104-IDI-48A, @@ -627,7 +627,7 @@ config GPIO_TS5500 config GPIO_WS16C48 tristate "WinSystems WS16C48 GPIO support" - depends on ISA + depends on ISA_BUS_API select GPIOLIB_IRQCHIP help Enables GPIO support for the WinSystems WS16C48. The base port