2016-08-11 11:35:41 +08:00
|
|
|
# Kconfig - NUCLEO-64 F401RE board configuration
|
|
|
|
#
|
|
|
|
# Copyright (c) 2016 Linaro Limited.
|
|
|
|
#
|
2017-01-19 09:01:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-08-11 11:35:41 +08:00
|
|
|
#
|
|
|
|
|
|
|
|
config BOARD_NUCLEO_F401RE
|
|
|
|
bool "NUCLEO-64 F401RE Development Board"
|
2017-06-23 16:52:54 +08:00
|
|
|
select I2C_1 if I2C
|
2016-11-02 19:10:13 +08:00
|
|
|
depends on SOC_STM32F401XE
|