mirror of
https://github.com/apache/nuttx.git
synced 2026-09-03 07:33:00 +00:00
All i.MX6 family members have GIC 390; SoloLite does not seem to have MPCore timers
This commit is contained in:
parent
dcc93a7a44
commit
e1ff2af690
1 changed files with 4 additions and 0 deletions
|
|
@ -13,9 +13,13 @@ choice
|
|||
|
||||
config ARCH_CHIP_IMX6_6SOLOLITE
|
||||
bool "i.MX 6SoloLite"
|
||||
select ARMV7A_HAVE_GICv2
|
||||
|
||||
config ARCH_CHIP_IMX6_6SOLO
|
||||
bool "i.MX 6Solo"
|
||||
select ARMV7A_HAVE_GICv2
|
||||
select ARMV7A_HAVE_GTM
|
||||
select ARMV7A_HAVE_PTM
|
||||
|
||||
config ARCH_CHIP_IMX6_6DUALLITE
|
||||
bool "i.MX 6DualLite"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue