From: Vegard N. <veg...@or...> - 2016-02-15 10:42:00
|
USB has not been usable on UML since this commit: commit e25df1205f37c7bff3ab14fdfc8a5249f3c69c82 Author: Martin Schwidefsky <sch...@de...> Date: Thu May 10 15:45:57 2007 +0200 [S390] Kconfig: menus with depends on HAS_IOMEM. Add "depends on HAS_IOMEM" to a number of menus to make them disappear for s390 which does not have I/O memory. Signed-off-by: Martin Schwidefsky <sch...@de...> With hopefully all USB Host Controller Drivers that need it now depending on HAS_IOMEM, we can remove the dependency from USB_SUPPORT itself. This makes it possible to include USB support in UML builds again. Signed-off-by: Vegard Nossum <veg...@or...> --- drivers/usb/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 8ed451d..93ba109 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -21,7 +21,6 @@ config USB_EHCI_BIG_ENDIAN_DESC menuconfig USB_SUPPORT bool "USB support" - depends on HAS_IOMEM default y ---help--- This option adds core support for Universal Serial Bus (USB). -- 1.9.1 |