diff mbox series

[PATCH-for-4.1?,3/3] hw/usb/Kconfig: USB_XHCI_NEC requires USB_XHCI

Message ID 20190715095545.28545-4-philmd@redhat.com
State New
Headers show
Series hw/Kconfig: PCI & USB fixes | expand

Commit Message

Philippe Mathieu-Daudé July 15, 2019, 9:55 a.m. UTC
TYPE_NEC_XHCI is child of TYPE_XHCI. Add the missing Kconfig
dependency.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 hw/usb/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Huth July 15, 2019, 10:50 a.m. UTC | #1
On 15/07/2019 11.55, Philippe Mathieu-Daudé wrote:
> TYPE_NEC_XHCI is child of TYPE_XHCI. Add the missing Kconfig
> dependency.
> 
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
>  hw/usb/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/usb/Kconfig b/hw/usb/Kconfig
> index 495c6f2d48..555e09377b 100644
> --- a/hw/usb/Kconfig
> +++ b/hw/usb/Kconfig
> @@ -40,7 +40,7 @@ config USB_XHCI_NEC
>      bool
>      default y if PCI_DEVICES
>      depends on PCI
> -    select USB
> +    select USB_XHCI
>  
>  config USB_MUSB
>      bool
> 

Reviewed-by: Thomas Huth <thuth@redhat.com>
diff mbox series

Patch

diff --git a/hw/usb/Kconfig b/hw/usb/Kconfig
index 495c6f2d48..555e09377b 100644
--- a/hw/usb/Kconfig
+++ b/hw/usb/Kconfig
@@ -40,7 +40,7 @@  config USB_XHCI_NEC
     bool
     default y if PCI_DEVICES
     depends on PCI
-    select USB
+    select USB_XHCI
 
 config USB_MUSB
     bool