11 lines
237 B
Plaintext
11 lines
237 B
Plaintext
|
# Kconfig - STM32F746G Discovery board configuration
|
||
|
#
|
||
|
# Copyright (c) 2018 Yurii Hamann
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
config BOARD_STM32F746G_DISCO
|
||
|
bool "STM32F746G Discovery Development Board"
|
||
|
depends on SOC_STM32F746XG
|