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 <xiaoxi...@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 <xiaoxi...@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.

Reply via email to