From patchwork Fri May 27 22:09:27 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: 627371 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 3rGgDL4xYRz9s5M for ; Sat, 28 May 2016 08:09:54 +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=UULBRAOO; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756878AbcE0WJj (ORCPT ); Fri, 27 May 2016 18:09:39 -0400 Received: from mail-yw0-f195.google.com ([209.85.161.195]:34344 "EHLO mail-yw0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753979AbcE0WJg (ORCPT ); Fri, 27 May 2016 18:09:36 -0400 Received: by mail-yw0-f195.google.com with SMTP id j74so8029642ywg.1; Fri, 27 May 2016 15:09:35 -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=A+Q56Xvl2XwSiWrPIREJtHIjf10l74bVDeBvGhVNZWM=; b=UULBRAOOqPyT+taTZfQqeVfEtkQwHTvMf68rdQBQjvxrSqxBOKPL/ZAYofT7SGWpw9 ohEEAPNSQb1yWlTyY5hjfm4Vt9lEifldUfxeGB6qZFp/1WEcSoeGVQjlWnodwt1nw+6H dLj/RMQbK+b827zDRKUNANn1oaYdvkWWIqTPyzltDKuyv7zuwC8qeCRkmVq4YRCfNrZY OpfUwZuJXvg/ENXBYsA6nxIU4lgLMebI7LLa4w4m2aaPv8Uc5qvF1+UiM6fVbQiiUPpV hkR3t9JMFvDu4tAZK89eWJ2EXXuBHQvsdjc1Uyq1xHeKYzF7QJqJDyGaPlNyI3jXWDaJ rEKg== 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=A+Q56Xvl2XwSiWrPIREJtHIjf10l74bVDeBvGhVNZWM=; b=VP4wIub5mp2D7yv8alcqC9tyUzDUiBUQ6wI5qi9HEhtWFmaLu03U+QNofmMZvbaSL3 uTE/j/DhcXo6odrdobnkL6zViFkynhapo2cbgc0LaIGx8b2VGDodMgeBjOyZJTTNj8DE XoNy0JvtARFwgcOmnpqcwWIaFKllgg9WPCznZpaeedD7Tcq1S+Ge+g9qiwRwHnslvpv5 siWIjCC7ZMgdDD7F+O2qMdxutqdBKNm6Iq6EqvzDF3Ijge+ZPy55+enPaDAr8+0sp5rF 0rgwym7DyvwK5EShxaDJbrkiBR2YVEpvwXSHc78MaQ0rYw5mXHOj3tYSgEWITwwQ1hMr E4kQ== X-Gm-Message-State: ALyK8tL+R/73PZwCtev4znI2AyoxHQ8HvPClCicBe3/Hk2tvJZwkZwPM6673xNsSgYDsgA== X-Received: by 10.13.196.132 with SMTP id g126mr10169616ywd.95.1464386974966; Fri, 27 May 2016 15:09:34 -0700 (PDT) Received: from localhost (71-47-58-73.res.bhn.net. [71.47.58.73]) by smtp.gmail.com with ESMTPSA id y2sm1982162ywc.55.2016.05.27.15.09.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 May 2016 15:09:34 -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, sfr@canb.auug.org.au, linux@roeck-us.net, William Breathitt Gray , Wim Van Sebroeck Subject: [PATCH v5 4/4] watchdog: ebc-c384_wdt: Allow build for X86_64 Date: Fri, 27 May 2016 18:09:27 -0400 Message-Id: <383c17191c8261b578f057a969277fbbe918ef01.1464380034.git.vilhelm.gray@gmail.com> 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 WinSystems EBC-C384 watchdog timer driver to ISA_BUS_API, thus allowing it to build for X86_64 as it is expected to. Cc: Wim Van Sebroeck Reviewed-by: Guenter Roeck Signed-off-by: William Breathitt Gray --- drivers/watchdog/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index b54f26c..b4b3e25 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -746,7 +746,7 @@ config ALIM7101_WDT config EBC_C384_WDT tristate "WinSystems EBC-C384 Watchdog Timer" - depends on X86 && ISA + depends on X86 && ISA_BUS_API select WATCHDOG_CORE help Enables watchdog timer support for the watchdog timer on the