zephyr/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f469xx
Erwan Gouriou 7e1b1213d7 drivers/entropy: stm32: Enable driver based on compatible
To ease driver configuration, enable ENTROPY_STM32_RNG
only if device node  matching driver compatible is enabled.
No more need to enable config symbol under soc/


Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2020-04-06 09:14:33 -05:00

15 lines
228 B
Plaintext

# ST STM32F469XI MCU configuration options
# Copyright (c) 2016 Linaro Limited.
# SPDX-License-Identifier: Apache-2.0
if SOC_STM32F469XX
config SOC
default "stm32f469xx"
config NUM_IRQS
default 93
endif # SOC_STM32F469XX