Kconfig (e9a91de7602a0a6999f23a2981db68b69aa695a7) Kconfig (0f81bd438bed6af47a01a97d5ecbb23a7e478de6)
1config ARM
2 bool
3 default y
4 select ARCH_HAVE_CUSTOM_GPIO_H
5 select HAVE_AOUT
6 select HAVE_DMA_API_DEBUG
7 select HAVE_IDE if PCI || ISA || PCMCIA
8 select HAVE_DMA_ATTRS

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

568 select IRQ_DOMAIN
569 select COMMON_CLK
570 help
571 Support for the Marvell SoC Family with device tree support
572
573config ARCH_DOVE
574 bool "Marvell Dove"
575 select CPU_V7
1config ARM
2 bool
3 default y
4 select ARCH_HAVE_CUSTOM_GPIO_H
5 select HAVE_AOUT
6 select HAVE_DMA_API_DEBUG
7 select HAVE_IDE if PCI || ISA || PCMCIA
8 select HAVE_DMA_ATTRS

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

568 select IRQ_DOMAIN
569 select COMMON_CLK
570 help
571 Support for the Marvell SoC Family with device tree support
572
573config ARCH_DOVE
574 bool "Marvell Dove"
575 select CPU_V7
576 select PCI
577 select ARCH_REQUIRE_GPIOLIB
578 select GENERIC_CLOCKEVENTS
576 select ARCH_REQUIRE_GPIOLIB
577 select GENERIC_CLOCKEVENTS
578 select MIGHT_HAVE_PCI
579 select NEED_MACH_IO_H
580 select PLAT_ORION
579 select NEED_MACH_IO_H
580 select PLAT_ORION
581 select USB_ARCH_HAS_EHCI
581 help
582 Support for the Marvell Dove SoC 88AP510
583
584config ARCH_KIRKWOOD
585 bool "Marvell Kirkwood"
586 select CPU_FEROCEON
587 select PCI
588 select ARCH_REQUIRE_GPIOLIB

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

1000
1001config ARCH_VT8500
1002 bool "VIA/WonderMedia 85xx"
1003 select CPU_ARM926T
1004 select GENERIC_GPIO
1005 select ARCH_HAS_CPUFREQ
1006 select GENERIC_CLOCKEVENTS
1007 select ARCH_REQUIRE_GPIOLIB
582 help
583 Support for the Marvell Dove SoC 88AP510
584
585config ARCH_KIRKWOOD
586 bool "Marvell Kirkwood"
587 select CPU_FEROCEON
588 select PCI
589 select ARCH_REQUIRE_GPIOLIB

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

1001
1002config ARCH_VT8500
1003 bool "VIA/WonderMedia 85xx"
1004 select CPU_ARM926T
1005 select GENERIC_GPIO
1006 select ARCH_HAS_CPUFREQ
1007 select GENERIC_CLOCKEVENTS
1008 select ARCH_REQUIRE_GPIOLIB
1008 select USE_OF
1009 select COMMON_CLK
1010 select HAVE_CLK
1011 select CLKDEV_LOOKUP
1012 help
1013 Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip.
1014
1015config ARCH_ZYNQ
1016 bool "Xilinx Zynq ARM Cortex A9 Platform"
1017 select CPU_V7
1018 select GENERIC_CLOCKEVENTS
1019 select CLKDEV_LOOKUP

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

1128
1129source "arch/arm/mach-ux500/Kconfig"
1130
1131source "arch/arm/mach-versatile/Kconfig"
1132
1133source "arch/arm/mach-vexpress/Kconfig"
1134source "arch/arm/plat-versatile/Kconfig"
1135
1009 help
1010 Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip.
1011
1012config ARCH_ZYNQ
1013 bool "Xilinx Zynq ARM Cortex A9 Platform"
1014 select CPU_V7
1015 select GENERIC_CLOCKEVENTS
1016 select CLKDEV_LOOKUP

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

1125
1126source "arch/arm/mach-ux500/Kconfig"
1127
1128source "arch/arm/mach-versatile/Kconfig"
1129
1130source "arch/arm/mach-vexpress/Kconfig"
1131source "arch/arm/plat-versatile/Kconfig"
1132
1133source "arch/arm/mach-vt8500/Kconfig"
1134
1136source "arch/arm/mach-w90x900/Kconfig"
1137
1138# Definitions to make life easier
1139config ARCH_ACORN
1140 bool
1141
1142config PLAT_IOP
1143 bool

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

1620 "thundering herd" at every timer tick.
1621
1622config ARCH_NR_GPIO
1623 int
1624 default 1024 if ARCH_SHMOBILE || ARCH_TEGRA
1625 default 355 if ARCH_U8500
1626 default 264 if MACH_H4700
1627 default 512 if SOC_OMAP5
1135source "arch/arm/mach-w90x900/Kconfig"
1136
1137# Definitions to make life easier
1138config ARCH_ACORN
1139 bool
1140
1141config PLAT_IOP
1142 bool

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

1619 "thundering herd" at every timer tick.
1620
1621config ARCH_NR_GPIO
1622 int
1623 default 1024 if ARCH_SHMOBILE || ARCH_TEGRA
1624 default 355 if ARCH_U8500
1625 default 264 if MACH_H4700
1626 default 512 if SOC_OMAP5
1628 default 288 if ARCH_VT8500
1629 default 0
1630 help
1631 Maximum number of GPIOs in the system.
1632
1633 If unsure, leave the default value.
1634
1635source kernel/Kconfig.preempt
1636

--- 705 unchanged lines hidden ---
1627 default 0
1628 help
1629 Maximum number of GPIOs in the system.
1630
1631 If unsure, leave the default value.
1632
1633source kernel/Kconfig.preempt
1634

--- 705 unchanged lines hidden ---