Skip to content

Commit 8611837

Browse files
mike-scottnashif
authored andcommitted
boards: arm: frdm_k64f: don't use ETH if MODEM is enabled
Let's change the specific WNC-M14A2A check into a more generic MODEM check for enabling ethernet. Many of these pins are used on the Arduino headers. Signed-off-by: Michael Scott <[email protected]>
1 parent fd69094 commit 8611837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/arm/frdm_k64f/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ endif # SPI
101101
if NETWORKING
102102

103103
config NET_L2_ETHERNET
104-
default y if !MODEM_WNCM14A2A
104+
default y if !MODEM
105105

106106
config ETH_MCUX_0
107107
default y if NET_L2_ETHERNET

0 commit comments

Comments
 (0)