| # NUCLEO-144 F439ZI board configuration | |
| # Copyright (c) 2025 Mathieu Anquetin <mathieu.anquetin@groupe-cahors.com> | |
| # SPDX-License-Identifier: Apache-2.0 | |
| if BOARD_NUCLEO_F439ZI | |
| if NETWORKING | |
| config NET_L2_ETHERNET | |
| default y | |
| endif # NETWORKING | |
| endif # BOARD_NUCLEO_F439ZI |