You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2020/01/23 14:35:26 UTC

[incubator-nuttx] 02/04: Fix warning: selects ARCH_PHY_INTERRUPT which has unmet direct dependencies (NETDEVICES && ARCH_HAVE_PHY)

This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch pr151
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit d944bf25c3f6ae990b724bf5a95c09262e1740bf
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Thu Jan 23 14:11:18 2020 +0800

    Fix warning: selects ARCH_PHY_INTERRUPT which has unmet direct dependencies (NETDEVICES && ARCH_HAVE_PHY)
    
    Change-Id: I0b0d45fed28b5d34317c59fccca42045123b5cd3
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 arch/arm/src/tiva/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/src/tiva/Kconfig b/arch/arm/src/tiva/Kconfig
index 661af42..306baa9 100644
--- a/arch/arm/src/tiva/Kconfig
+++ b/arch/arm/src/tiva/Kconfig
@@ -1049,6 +1049,7 @@ config TIVA_ETHERNET
 	default n
 	depends on TIVA_HAVE_ETHERNET
 	select NETDEVICES
+	select ARCH_HAVE_PHY
 	select ARCH_HAVE_NETDEV_STATISTICS if ARCH_CHIP_LM3S || ARCH_CHIP_LM4F
 	---help---
 		This must be set (along with NET) to build the Stellaris Ethernet driver.