imxrt:All boards ARCH_PHY_INTERRUPT is a board property

This commit is contained in:
David Sidrane 2022-03-15 10:17:11 -07:00 committed by Xiang Xiao
parent 3af910f8b6
commit 49d304257c
2 changed files with 4 additions and 1 deletions

View File

@ -228,7 +228,6 @@ config IMXRT_ENET
bool "Ethernet"
default n
select ARCH_HAVE_PHY
select ARCH_PHY_INTERRUPT
select ARCH_HAVE_NETDEV_STATISTICS
config IMXRT_LCD

View File

@ -490,6 +490,7 @@ config ARCH_BOARD_IMXRT1020_EVK
select ARCH_HAVE_LEDS
select ARCH_HAVE_BUTTONS
select ARCH_HAVE_IRQBUTTONS
select ARCH_PHY_INTERRUPT
---help---
This is the board configuration for the port of NuttX to the NXP i.MXRT
evaluation kit, MIMXRT1020-EVKB. This board features the MIMXRT1021DAG5A MCU.
@ -500,6 +501,7 @@ config ARCH_BOARD_IMXRT1050_EVK
select ARCH_HAVE_LEDS
select ARCH_HAVE_BUTTONS
select ARCH_HAVE_IRQBUTTONS
select ARCH_PHY_INTERRUPT
---help---
This is the board configuration for the port of NuttX to the NXP i.MXRT
evaluation kit, MIMXRT1050-EVKB. This board features the MIMXRT1052DVL6A MCU.
@ -510,6 +512,7 @@ config ARCH_BOARD_IMXRT1060_EVK
select ARCH_HAVE_LEDS
select ARCH_HAVE_BUTTONS
select ARCH_HAVE_IRQBUTTONS
select ARCH_PHY_INTERRUPT
---help---
This is the board configuration for the port of NuttX to the NXP i.MXRT
evaluation kit, MIMXRT1060-EVK. This board features the MIMXRT1062DVL6A MCU.
@ -520,6 +523,7 @@ config ARCH_BOARD_IMXRT1064_EVK
select ARCH_HAVE_LEDS
select ARCH_HAVE_BUTTONS
select ARCH_HAVE_IRQBUTTONS
select ARCH_PHY_INTERRUPT
---help---
This is the board configuration for the port of NuttX to the NXP i.MXRT
evaluation kit, MIMXRT1064-EVK. This board features the MIMXRT1064DVL6A MCU.