|
# Kconfig - NUCLEO-144 F412ZG board configuration
|
|
#
|
|
# Copyright (c) 2017 Florian Vaussard, HEIG-VD
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config BOARD_NUCLEO_F412ZG
|
|
bool "NUCLEO-144 F412ZG Development Board"
|
|
select HAS_DTS_I2C_DEVICE
|
|
depends on SOC_STM32F412ZG
|