mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 20:35:50 +00:00
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>
15 lines
238 B
Plaintext
15 lines
238 B
Plaintext
# ST STM32F412ZG MCU configuration options
|
|
|
|
# Copyright (c) 2017 Florian Vaussard, HEIG-VD
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_STM32F412ZG
|
|
|
|
config SOC
|
|
default "stm32f412zx"
|
|
|
|
config NUM_IRQS
|
|
default 97
|
|
|
|
endif # SOC_STM32F412ZG
|