1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

cpu/stm32: remove invalid symbols used in Kconfig

This commit is contained in:
Alexandre Abadie 2021-12-19 10:33:12 +01:00
parent 2c3e077bca
commit ec46f1b3f1
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -55,7 +55,7 @@ choice
set on the chip, early cpu init will hang. This ensures production
devices with the wrong RDP level, by fault or malace intent, will
not run. See cpu manual for further details on RDP.
depends on (CPU_FAM_F1 || CPU_FAM_F2 || CPU_FAM_F3 || CPU_FAM_F4 || CPU_FAM_F5 || CPU_FAM_F6 || CPU_FAM_F7)
depends on (CPU_FAM_F1 || CPU_FAM_F2 || CPU_FAM_F3 || CPU_FAM_F4 || CPU_FAM_F7)
config RDP0
bool "RDP0"
config RDP1