Re: [PATCH v2 1/4] isa: Allow ISA-style drivers on modern systems

From: William Breathitt Gray
Date: Mon May 23 2016 - 18:35:26 EST


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 <vilhelm.gray@xxxxxxxxx> 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