blob: 431ade4e2877ef2ae66662a28876ae9854f6b573 [file] [log] [blame]
# Kconfig - NUCLEO-144 F429ZI board configuration
#
# Copyright (c) 2017 Linaro Limited
#
# SPDX-License-Identifier: Apache-2.0
#
if BOARD_NUCLEO_F429ZI
config BOARD
default nucleo_f429zi
if GPIO
config GPIO_STM32_PORTG
def_bool y
endif # GPIO
if NETWORKING
config NET_L2_ETHERNET
def_bool y
endif # NETWORKING
endif # BOARD_NUCLEO_F429ZI