Searched hist:be3d5a493b666a8faed8c08ece0fce7a9c9cc741 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/usb/host/ |
H A D | Kconfig | diff be3d5a493b666a8faed8c08ece0fce7a9c9cc741 Mon May 22 12:50:41 CEST 2023 Niklas Schnelle <schnelle@linux.ibm.com> usb: add HAS_IOPORT dependencies
In a future patch HAS_IOPORT=n will result in inb()/outb() and friends not being declared. We thus need to add HAS_IOPORT as dependency for those drivers using them.
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-37-schnelle@linux.ibm.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|