Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Rob Herring | a29da13 | 2015-12-08 14:44:18 -0600 | [diff] [blame] | 2 | config ARCH_VERSATILE |
| 3 | bool "ARM Ltd. Versatile family" |
| 4 | depends on ARCH_MULTI_V5 |
| 5 | select ARM_AMBA |
| 6 | select ARM_TIMER_SP804 |
| 7 | select ARM_VIC |
| 8 | select CLKSRC_VERSATILE |
| 9 | select COMMON_CLK_VERSATILE |
| 10 | select CPU_ARM926T |
| 11 | select ICST |
Linus Walleij | 1c6e288 | 2016-01-25 09:23:02 +0100 | [diff] [blame] | 12 | select MFD_SYSCON |
Rob Herring | a29da13 | 2015-12-08 14:44:18 -0600 | [diff] [blame] | 13 | select PLAT_VERSATILE |
Linus Walleij | 1c6e288 | 2016-01-25 09:23:02 +0100 | [diff] [blame] | 14 | select POWER_RESET |
| 15 | select POWER_RESET_VERSATILE |
Rob Herring | a29da13 | 2015-12-08 14:44:18 -0600 | [diff] [blame] | 16 | select VERSATILE_FPGA_IRQ |
| 17 | help |
| 18 | This enables support for ARM Ltd Versatile board. |
| 19 | |