Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1405702
| From | William Breathitt Gray <vilhelm.gray@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 1/4] isa: Allow ISA-style drivers on modern systems |
| Date | 2016-05-24 00:40 +0200 |
| Message-ID | <rC6FY-3jc-5@gated-at.bofh.it> (permalink) |
| References | <rC5Ae-2Hk-3@gated-at.bofh.it> <rC5Ae-2Hk-7@gated-at.bofh.it> <rC6wi-3gk-33@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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@gmail.com> 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
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/4] Allow ISA-style drivers on modern systems William Breathitt Gray <vilhelm.gray@gmail.com> - 2016-05-23 23:30 +0200
[PATCH v2 3/4] iio: stx104: Allow build for X86_64 William Breathitt Gray <vilhelm.gray@gmail.com> - 2016-05-23 23:30 +0200
[PATCH v2 2/4] gpio: Allow PC/104 devices on X86_64 William Breathitt Gray <vilhelm.gray@gmail.com> - 2016-05-23 23:30 +0200
[PATCH v2 1/4] isa: Allow ISA-style drivers on modern systems William Breathitt Gray <vilhelm.gray@gmail.com> - 2016-05-23 23:30 +0200
Re: [PATCH v2 1/4] isa: Allow ISA-style drivers on modern systems Stephen Rothwell <sfr@canb.auug.org.au> - 2016-05-24 00:30 +0200
Re: [PATCH v2 1/4] isa: Allow ISA-style drivers on modern systems William Breathitt Gray <vilhelm.gray@gmail.com> - 2016-05-24 00:40 +0200
[PATCH v2 4/4] watchdog: ebc-c384_wdt: Allow build for X86_64 William Breathitt Gray <vilhelm.gray@gmail.com> - 2016-05-23 23:30 +0200
csiph-web