Searched hist:"67 d91a1e310afa9cbe1bb61169a2d3b8ca40ba67" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/counter/ |
H A D | Kconfig | diff 67d91a1e310afa9cbe1bb61169a2d3b8ca40ba67 Mon May 22 12:50:12 CEST 2023 Niklas Schnelle <schnelle@linux.ibm.com> counter: add HAS_IOPORT_MAP dependency
The 104_QUAD_8 counter driver uses devm_ioport_map() without depending on HAS_IOPORT_MAP. This means the driver is not usable on platforms such as s390 which do not support I/O port mapping. Add the missing HAS_IOPORT_MAP dependency to make this explicit.
Co-developed-by: Arnd Bergmann <arnd@kernel.org> Signed-off-by: Arnd Bergmann <arnd@kernel.org> Signed-off-by: Niklas Schnelle <schnelle@linux.ibm.com> Link: https://lore.kernel.org/r/20230522105049.1467313-8-schnelle@linux.ibm.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|