]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - drivers/watchdog/Kconfig
watchdog: Change ISA_BUS_API dependency to selection
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Fri, 29 Dec 2017 20:13:34 +0000 (15:13 -0500)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 22 Feb 2018 15:14:45 +0000 (16:14 +0100)
commitccfe35eac21e2f3f99f44c6f4e1bd4d3ba20fe3b
treef0dac1d06a2b71a8753c68ff048a32e2acdb01fc
parent1f8f93683da36a64109178344aee0dddd594bc7f
watchdog: Change ISA_BUS_API dependency to selection

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.

Cc: Wim Van Sebroeck <wim@iguana.be>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/watchdog/Kconfig