From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Breathitt Gray Subject: Re: [PATCH v2 1/4] isa: Allow ISA-style drivers on modern systems Date: Mon, 23 May 2016 18:35:10 -0400 Message-ID: <20160523223455.GA1490@sophia> References: <69b27a61a2dbaabdef53efccbabf5dda5687bf4c.1464029828.git.vilhelm.gray@gmail.com> <20160524082912.258a5405@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from mail-yw0-f193.google.com ([209.85.161.193]:32924 "EHLO mail-yw0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751669AbcEWWfT (ORCPT ); Mon, 23 May 2016 18:35:19 -0400 Content-Disposition: inline In-Reply-To: <20160524082912.258a5405@canb.auug.org.au> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Stephen Rothwell Cc: gregkh@linuxfoundation.org, akpm@linux-foundation.org, 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, Linus Torvalds On Tue, May 24, 2016 at 08:29:12AM +1000, Stephen Rothwell wrote: >Hi William, > >Just a small question ... > >On Mon, 23 May 2016 17:20:01 -0400 William Breathitt Gray wrote: >> >> diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig >> index 0a7b885..6601912 100644 >> --- a/arch/x86/Kconfig >> +++ b/arch/x86/Kconfig >> @@ -2439,6 +2439,16 @@ config PCI_CNB20LE_QUIRK >> >> source "drivers/pci/Kconfig" >> >> +config ISA_BUS >> + bool "ISA-style bus support on modern systems" if (X86 && EXPERT) > ^^^ >Is CONFIG_X86 not always true when processing this file? > >-- >Cheers, >Stephen Rothwell Yes, I believe you are correct. I'll remove the explicit X86 dependency as it is redundant inside the arch/x86/Kconfig file. William Breathitt Gray