Kconfig (af321d2e32b3167129b35856316d4c55126556cf) | Kconfig (c6891ef89b3fe8b6a32a18072452e92fab51aecd) |
---|---|
1menuconfig ARCH_MXC 2 bool "Freescale i.MX family" if ARCH_MULTI_V4_V5 || ARCH_MULTI_V6_V7 3 select ARCH_REQUIRE_GPIOLIB 4 select ARM_CPU_SUSPEND if PM 5 select CLKSRC_MMIO 6 select GENERIC_IRQ_CHIP 7 select PINCTRL 8 select PM_OPP if PM --- 620 unchanged lines hidden (view full) --- 629 help 630 This enables support for Freescale i.MX6 SoloX processor. 631 632config SOC_VF610 633 bool "Vybrid Family VF610 support" 634 select ARM_GIC 635 select PINCTRL_VF610 636 select PL310_ERRATA_769419 if CACHE_L2X0 | 1menuconfig ARCH_MXC 2 bool "Freescale i.MX family" if ARCH_MULTI_V4_V5 || ARCH_MULTI_V6_V7 3 select ARCH_REQUIRE_GPIOLIB 4 select ARM_CPU_SUSPEND if PM 5 select CLKSRC_MMIO 6 select GENERIC_IRQ_CHIP 7 select PINCTRL 8 select PM_OPP if PM --- 620 unchanged lines hidden (view full) --- 629 help 630 This enables support for Freescale i.MX6 SoloX processor. 631 632config SOC_VF610 633 bool "Vybrid Family VF610 support" 634 select ARM_GIC 635 select PINCTRL_VF610 636 select PL310_ERRATA_769419 if CACHE_L2X0 |
637 select SMP_ON_UP if SMP | |
638 639 help | 637 638 help |
640 This enable support for Freescale Vybrid VF610 processor. | 639 This enables support for Freescale Vybrid VF610 processor. |
641 642choice 643 prompt "Clocksource for scheduler clock" 644 depends on SOC_VF610 645 default VF_USE_ARM_GLOBAL_TIMER 646 647 config VF_USE_ARM_GLOBAL_TIMER 648 bool "Use ARM Global Timer" --- 13 unchanged lines hidden (view full) --- 662config SOC_LS1021A 663 bool "Freescale LS1021A support" 664 select ARM_GIC 665 select HAVE_ARM_ARCH_TIMER 666 select PCI_DOMAINS if PCI 667 select ZONE_DMA if ARM_LPAE 668 669 help | 640 641choice 642 prompt "Clocksource for scheduler clock" 643 depends on SOC_VF610 644 default VF_USE_ARM_GLOBAL_TIMER 645 646 config VF_USE_ARM_GLOBAL_TIMER 647 bool "Use ARM Global Timer" --- 13 unchanged lines hidden (view full) --- 661config SOC_LS1021A 662 bool "Freescale LS1021A support" 663 select ARM_GIC 664 select HAVE_ARM_ARCH_TIMER 665 select PCI_DOMAINS if PCI 666 select ZONE_DMA if ARM_LPAE 667 668 help |
670 This enable support for Freescale LS1021A processor. | 669 This enables support for Freescale LS1021A processor. |
671 672endif 673 674source "arch/arm/mach-imx/devices/Kconfig" 675 676endif | 670 671endif 672 673source "arch/arm/mach-imx/devices/Kconfig" 674 675endif |