mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 05:57:16 +00:00
arch\arm\src\stm32h7\Kconfig: Add the CRC option in KConfig.
This commit is contained in:
parent
7420f4dc5e
commit
dc43f4e648
1 changed files with 4 additions and 0 deletions
|
|
@ -184,6 +184,10 @@ config STM32H7_ADC3
|
|||
default n
|
||||
select STM32H7_ADC
|
||||
|
||||
config STM32H7_CRC
|
||||
bool "CRC"
|
||||
default n
|
||||
|
||||
config STM32H7_BKPSRAM
|
||||
bool "Enable BKP RAM Domain"
|
||||
select STM32H7_PWR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue