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>
24 lines
337 B
Text
24 lines
337 B
Text
# ST STM32F407XX MCU configuration options
|
|
|
|
# Copyright (c) 2016 Linaro Limited.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_STM32F407XE
|
|
|
|
config SOC
|
|
default "stm32f407xx"
|
|
|
|
config NUM_IRQS
|
|
default 82
|
|
|
|
endif # SOC_STM32F407XE
|
|
|
|
if SOC_STM32F407XG
|
|
|
|
config SOC
|
|
default "stm32f407xx"
|
|
|
|
config NUM_IRQS
|
|
default 82
|
|
|
|
endif # SOC_STM32F407XG
|