All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Change ISA_BUS_API dependency to selection
@ 2017-12-29 20:13 ` William Breathitt Gray
  0 siblings, 0 replies; 25+ messages in thread
From: William Breathitt Gray @ 2017-12-29 20:13 UTC (permalink / raw)
  To: linus.walleij-QSEj5FYQhm4dnm+yROfE0A
  Cc: mail-APzI5cXaD1zVlRWJc41N0YvC60bnQu0Y,
	linux-0h96xk9xTtrk1uMJSBkQmQ, linux-gpio-u79uwXL29TY76Z2rM5mHXA,
	linux-iio-u79uwXL29TY76Z2rM5mHXA,
	linux-watchdog-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, William Breathitt Gray

Changes in v2:
  - Remove select ISA_BUS_API line from ISA_BUS Kconfig option
  - Update ISA_BUS help text to reflect updated use
  - Add explicit EXPERT dependency for PC104 Kconfig option

The ISA_BUS_API Kconfig option enables the compilation of the ISA bus
driver. The ISA bus driver does not perform any hardware interaction,
and is instead just a thin layer of software abstraction to eliminate
boilerplate code common to ISA-style device drivers. Since ISA_BUS_API
has no dependencies and does not jeopardize the integrity of the system
when enabled, drivers should select it when the ISA bus driver
functionality is needed.

Originally, when the ISA_BUS_API Kconfig option was introduced, it
served a dual-purpose of masking drivers ISA-style devices not commonly
found for desktop systems, such as the PC/104 device drivers. This
secondary semantic was inappropriate for the ISA_BUS_API option, and
proper masking of these device drivers is now accomplished via dedicated
Kconfig options such as CONFIG_PC104.

Linus, please pickup this entire patchset through your GPIO subsystem
tree; a recursive dependency error is present if these patches are
cherry-picked (see https://lkml.org/lkml/2017/12/26/235), so they should
be merged together in the same tree.

Maciej, this patchset resolves the recursive dependency issue you
encountered, so now you should be able to submit your Winbond GPIO
driver with the ISA_BUS_API selection as desired.

William Breathitt Gray (5):
  iio: Change ISA_BUS_API dependency to selection
  watchdog: Change ISA_BUS_API dependency to selection
  gpio: Change ISA_BUS_API dependency to selection
  isa: Remove ISA_BUS_API selection for ISA_BUS
  pc104: Add EXPERT dependency for PC104 Kconfig option

 arch/x86/Kconfig            | 10 ++++++----
 drivers/gpio/Kconfig        | 14 +++++++++-----
 drivers/iio/adc/Kconfig     |  3 ++-
 drivers/iio/counter/Kconfig |  3 ++-
 drivers/iio/dac/Kconfig     |  3 ++-
 drivers/watchdog/Kconfig    |  3 ++-
 init/Kconfig                |  2 +-
 7 files changed, 24 insertions(+), 14 deletions(-)

-- 
2.15.1

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2018-02-23 14:09 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-29 20:13 [PATCH v2 0/5] Change ISA_BUS_API dependency to selection William Breathitt Gray
2017-12-29 20:13 ` William Breathitt Gray
2017-12-29 20:13 ` [PATCH v2 1/5] iio: " William Breathitt Gray
     [not found]   ` <84517171cdb142f3f04b45de6ef8daf13442a866.1514578085.git.vilhelm.gray-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2018-01-01  9:55     ` Jonathan Cameron
2018-01-01  9:55       ` Jonathan Cameron
2018-02-22 15:14   ` Linus Walleij
2017-12-29 20:13 ` [PATCH v2 2/5] watchdog: " William Breathitt Gray
2018-02-22 15:15   ` Linus Walleij
2017-12-29 20:13 ` [PATCH v2 3/5] gpio: " William Breathitt Gray
2018-02-22 15:16   ` Linus Walleij
2018-02-22 20:30     ` William Breathitt Gray
2018-02-22 20:44       ` Maciej S. Szmigiero
2018-02-23 13:50         ` Maciej S. Szmigiero
2018-02-23 14:09           ` Linus Walleij
2017-12-29 20:14 ` [PATCH v2 5/5] pc104: Add EXPERT dependency for PC104 Kconfig option William Breathitt Gray
2018-02-22 15:20   ` Linus Walleij
2018-02-22 20:45     ` William Breathitt Gray
     [not found] ` <cover.1514578085.git.vilhelm.gray-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-12-29 20:14   ` [PATCH v2 4/5] isa: Remove ISA_BUS_API selection for ISA_BUS William Breathitt Gray
2017-12-29 20:14     ` William Breathitt Gray
2018-02-22 15:18     ` Linus Walleij
2018-01-02  9:29   ` [PATCH v2 0/5] Change ISA_BUS_API dependency to selection Linus Walleij
2018-01-02  9:29     ` Linus Walleij
2018-01-31  2:22     ` William Breathitt Gray
2018-02-19 14:47       ` Maciej S. Szmigiero
2018-02-22 15:13       ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.