Converted over all STM32F4 based boards to use device tree and removed associated bits that now come from the device tree for STM32F4. Boards that are now using devicetree: * 96b_carbon * nucleo f401re * nucleo f411re Change-Id: Ibe197ca0a3f5ad78d594485a578d986403cc824a Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
18 lines
254 B
Text
18 lines
254 B
Text
# Kconfig - ST STM32F429XX MCU configuration options
|
|
#
|
|
# Copyright (c) 2016 Linaro Limited.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
if SOC_STM32F429XX
|
|
|
|
config SOC
|
|
string
|
|
default stm32f429xx
|
|
|
|
config NUM_IRQS
|
|
int
|
|
default 91
|
|
|
|
endif # SOC_STM32F429XX
|