Kconfig (63fb2e854dd6c43f527d8cbe4d19c58ba2cc1ee3) Kconfig (445d9b3060545812632456e0bded8e86b580b783)
1config ARM
2 bool
3 default y
4 select ARCH_BINFMT_ELF_RANDOMIZE_PIE
5 select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
6 select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
7 select ARCH_HAVE_CUSTOM_GPIO_H
8 select ARCH_HAS_GCOV_PROFILE_ALL

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

356 help
357 This enables support for ARM Ltd Versatile board.
358
359config ARCH_AT91
360 bool "Atmel AT91"
361 select ARCH_REQUIRE_GPIOLIB
362 select CLKDEV_LOOKUP
363 select IRQ_DOMAIN
1config ARM
2 bool
3 default y
4 select ARCH_BINFMT_ELF_RANDOMIZE_PIE
5 select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
6 select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
7 select ARCH_HAVE_CUSTOM_GPIO_H
8 select ARCH_HAS_GCOV_PROFILE_ALL

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

356 help
357 This enables support for ARM Ltd Versatile board.
358
359config ARCH_AT91
360 bool "Atmel AT91"
361 select ARCH_REQUIRE_GPIOLIB
362 select CLKDEV_LOOKUP
363 select IRQ_DOMAIN
364 select NEED_MACH_IO_H if PCCARD
364 select PINCTRL
365 select PINCTRL_AT91
365 select PINCTRL
366 select PINCTRL_AT91
366 select SOC_BUS
367 select USE_OF
368 help
369 This enables support for systems based on Atmel
370 AT91RM9200, AT91SAM9 and SAMA5 processors.
371
372config ARCH_CLPS711X
373 bool "Cirrus Logic CLPS711x/EP721x/EP731x-based"
374 select ARCH_REQUIRE_GPIOLIB

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

839
840#
841# This is sorted alphabetically by mach-* pathname. However, plat-*
842# Kconfigs may be included either alphabetically (according to the
843# plat- suffix) or along side the corresponding mach-* source.
844#
845source "arch/arm/mach-mvebu/Kconfig"
846
367 select USE_OF
368 help
369 This enables support for systems based on Atmel
370 AT91RM9200, AT91SAM9 and SAMA5 processors.
371
372config ARCH_CLPS711X
373 bool "Cirrus Logic CLPS711x/EP721x/EP731x-based"
374 select ARCH_REQUIRE_GPIOLIB

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

839
840#
841# This is sorted alphabetically by mach-* pathname. However, plat-*
842# Kconfigs may be included either alphabetically (according to the
843# plat- suffix) or along side the corresponding mach-* source.
844#
845source "arch/arm/mach-mvebu/Kconfig"
846
847source "arch/arm/mach-alpine/Kconfig"
848
847source "arch/arm/mach-asm9260/Kconfig"
848
849source "arch/arm/mach-at91/Kconfig"
850
851source "arch/arm/mach-axxia/Kconfig"
852
853source "arch/arm/mach-bcm/Kconfig"
854

--- 1319 unchanged lines hidden ---
849source "arch/arm/mach-asm9260/Kconfig"
850
851source "arch/arm/mach-at91/Kconfig"
852
853source "arch/arm/mach-axxia/Kconfig"
854
855source "arch/arm/mach-bcm/Kconfig"
856

--- 1319 unchanged lines hidden ---