You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/01/23 08:21:37 UTC

[GitHub] [incubator-nuttx] jerpelea commented on a change in pull request #151: Fix kconfig warning

jerpelea commented on a change in pull request #151: Fix kconfig warning
URL: https://github.com/apache/incubator-nuttx/pull/151#discussion_r369980298
 
 

 ##########
 File path: arch/arm/src/lpc31xx/Kconfig
 ##########
 @@ -60,7 +60,7 @@ config LPC31_SPI
 config LPC31_USBOTG
 	bool "USB OTG"
 	default n
-	select USBHOST_HAVE_ASYNCH
+	select USBHOST_HAVE_ASYNCH if USBHOST
 
 Review comment:
   i think that you should select USBHOST instead of making it a dependency

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services