You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2020/02/08 23:58:47 UTC

[incubator-nuttx] 03/03: Revert a portion of previous commit in the PR set.

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

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

commit ed5fe4953fa1e4e0fbcf1fba99666be693e5277c
Author: Gregory Nutt <gn...@nuttx.org>
AuthorDate: Sat Feb 8 13:14:10 2020 -0600

    Revert a portion of previous commit in the PR set.
---
 arch/arm/src/imxrt/Kconfig   | 2 +-
 arch/arm/src/s32k1xx/Kconfig | 2 +-
 arch/arm/src/tiva/Kconfig    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/src/imxrt/Kconfig b/arch/arm/src/imxrt/Kconfig
index 826bc59..0e1518f 100644
--- a/arch/arm/src/imxrt/Kconfig
+++ b/arch/arm/src/imxrt/Kconfig
@@ -190,7 +190,7 @@ config IMXRT_ENET
 	bool "Ethernet"
 	default n
 	select ARCH_HAVE_PHY
-	select ARCH_PHY_INTERRUPT if NETDEVICES
+	select ARCH_PHY_INTERRUPT
 	select ARCH_HAVE_NETDEV_STATISTICS
 
 config IMXRT_LCD
diff --git a/arch/arm/src/s32k1xx/Kconfig b/arch/arm/src/s32k1xx/Kconfig
index 1ccb548..63e0cd9 100644
--- a/arch/arm/src/s32k1xx/Kconfig
+++ b/arch/arm/src/s32k1xx/Kconfig
@@ -80,7 +80,7 @@ config S32K1XX_HAVE_ENET
 	bool
 	default n
 	select ARCH_HAVE_PHY
-	select ARCH_PHY_INTERRUPT if NETDEVICES
+	select ARCH_PHY_INTERRUPT
 	select ARCH_HAVE_NETDEV_STATISTICS
 
 config S32K1XX_HAVE_EWM
diff --git a/arch/arm/src/tiva/Kconfig b/arch/arm/src/tiva/Kconfig
index f955410..861ade5 100644
--- a/arch/arm/src/tiva/Kconfig
+++ b/arch/arm/src/tiva/Kconfig
@@ -1599,7 +1599,7 @@ endif # !TIVA_PHY_INTERNAL
 
 config TIVA_PHY_INTERRUPTS
 	bool "PHY interrupt support"
-	select ARCH_PHY_INTERRUPT if NETDEVICES
+	select ARCH_PHY_INTERRUPT
 	select NETDEV_PHY_IOCTL
 	default n
 	---help---