Kconfig (b00f4dc5ff022cb9cbaffd376d9454d7fa1e496f) Kconfig (46ec1b26901ea7bd0dc3287e8dbd1221b3a51fed)
1config IMX_HAVE_DMA_V1
2 bool
3
4config HAVE_IMX_GPC
5 bool
6
7config HAVE_IMX_MMDC
8 bool

--- 581 unchanged lines hidden (view full) ---

590 help
591 Include support for VPR200 platform. This includes specific
592 configurations for the board and its peripherals.
593
594comment "i.MX6 family:"
595
596config SOC_IMX6Q
597 bool "i.MX6 Quad support"
1config IMX_HAVE_DMA_V1
2 bool
3
4config HAVE_IMX_GPC
5 bool
6
7config HAVE_IMX_MMDC
8 bool

--- 581 unchanged lines hidden (view full) ---

590 help
591 Include support for VPR200 platform. This includes specific
592 configurations for the board and its peripherals.
593
594comment "i.MX6 family:"
595
596config SOC_IMX6Q
597 bool "i.MX6 Quad support"
598 select ARM_CPU_SUSPEND if PM
598 select ARM_GIC
599 select CACHE_L2X0
600 select CPU_V7
601 select HAVE_ARM_SCU
602 select HAVE_IMX_GPC
603 select HAVE_IMX_MMDC
604 select HAVE_IMX_SRC
605 select USE_OF
606
607 help
608 This enables support for Freescale i.MX6 Quad processor.
609
610endif
599 select ARM_GIC
600 select CACHE_L2X0
601 select CPU_V7
602 select HAVE_ARM_SCU
603 select HAVE_IMX_GPC
604 select HAVE_IMX_MMDC
605 select HAVE_IMX_SRC
606 select USE_OF
607
608 help
609 This enables support for Freescale i.MX6 Quad processor.
610
611endif