boards: arm: Enable hwinfo driver on mimxrt1064_evk
Enable the status reset controller on mimxrt1064. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
parent
4e2bb0e762
commit
f68929067b
3 changed files with 4 additions and 0 deletions
|
@ -122,6 +122,8 @@ features:
|
|||
+-----------+------------+-------------------------------------+
|
||||
| DMA | on-chip | dma |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| HWINFO | on-chip | Unique device serial number |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
|
||||
The default configuration can be found in the defconfig file:
|
||||
|
|
|
@ -21,6 +21,7 @@ supported:
|
|||
- display
|
||||
- dma
|
||||
- gpio
|
||||
- hwinfo
|
||||
- i2c
|
||||
- netif:eth
|
||||
- pwm
|
||||
|
|
|
@ -236,6 +236,7 @@ config SOC_MIMXRT1064
|
|||
select HAS_MCUX_LPUART
|
||||
select HAS_MCUX_GPT
|
||||
select HAS_MCUX_SEMC
|
||||
select HAS_MCUX_SRC
|
||||
select HAS_MCUX_TRNG
|
||||
select CPU_HAS_FPU_DOUBLE_PRECISION
|
||||
select CPU_HAS_ARM_MPU
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue