11 lines
229 B
Plaintext
11 lines
229 B
Plaintext
|
# Kconfig - STM32F4DISCOVERY board configuration
|
||
|
#
|
||
|
# Copyright (c) 2016 Linaro Limited.
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
config BOARD_STM32F4_DISCO
|
||
|
bool "STM32F4DISCOVERY Development Board"
|
||
|
depends on SOC_STM32F407XG
|