Arnd Bergmann | 2934167 | 2015-11-25 17:32:19 +0100 | [diff] [blame] | 1 | menuconfig ARCH_REALVIEW |
Masahiro Yamada | c65cd25 | 2016-01-25 20:42:44 +0900 | [diff] [blame] | 2 | bool "ARM Ltd. RealView family" |
| 3 | depends on ARCH_MULTI_V5 || ARCH_MULTI_V6 || ARCH_MULTI_V7 |
Arnd Bergmann | 2934167 | 2015-11-25 17:32:19 +0100 | [diff] [blame] | 4 | select ARM_AMBA |
Linus Walleij | 8f2c006 | 2016-08-10 14:30:35 +0200 | [diff] [blame] | 5 | select ARM_GIC |
Arnd Bergmann | 2934167 | 2015-11-25 17:32:19 +0100 | [diff] [blame] | 6 | select ARM_TIMER_SP804 |
Linus Walleij | 8f2c006 | 2016-08-10 14:30:35 +0200 | [diff] [blame] | 7 | select CLK_SP810 |
Arnd Bergmann | 2934167 | 2015-11-25 17:32:19 +0100 | [diff] [blame] | 8 | select COMMON_CLK_VERSATILE |
| 9 | select GPIO_PL061 if GPIOLIB |
Linus Walleij | 8f2c006 | 2016-08-10 14:30:35 +0200 | [diff] [blame] | 10 | select HAVE_ARM_SCU if SMP |
| 11 | select HAVE_ARM_TWD if SMP |
| 12 | select HAVE_PATA_PLATFORM |
| 13 | select HAVE_TCM |
Linus Walleij | ca5b21f | 2015-10-08 11:09:31 +0200 | [diff] [blame] | 14 | select ICST |
Arnd Bergmann | 2934167 | 2015-11-25 17:32:19 +0100 | [diff] [blame] | 15 | select MACH_REALVIEW_EB if ARCH_MULTI_V5 |
Linus Walleij | fa6e2ee | 2014-10-01 09:29:22 +0200 | [diff] [blame] | 16 | select MFD_SYSCON |
Linus Walleij | 8f2c006 | 2016-08-10 14:30:35 +0200 | [diff] [blame] | 17 | select PLAT_VERSATILE |
| 18 | select PLAT_VERSATILE_SCHED_CLOCK |
Linus Walleij | fa6e2ee | 2014-10-01 09:29:22 +0200 | [diff] [blame] | 19 | select POWER_RESET |
| 20 | select POWER_RESET_VERSATILE |
| 21 | select POWER_SUPPLY |
| 22 | select SOC_REALVIEW |
| 23 | select USE_OF |
| 24 | help |
Linus Walleij | 8f2c006 | 2016-08-10 14:30:35 +0200 | [diff] [blame] | 25 | This enables support for ARM Ltd RealView boards. |
| 26 | |
| 27 | if ARCH_REALVIEW |
Linus Walleij | fa6e2ee | 2014-10-01 09:29:22 +0200 | [diff] [blame] | 28 | |
Catalin Marinas | 8ad68bb | 2005-10-31 14:25:02 +0000 | [diff] [blame] | 29 | config MACH_REALVIEW_EB |
Russell King | d2a1c9a | 2011-01-24 10:58:24 +0000 | [diff] [blame] | 30 | bool "Support RealView(R) Emulation Baseboard" |
Catalin Marinas | 8ad68bb | 2005-10-31 14:25:02 +0000 | [diff] [blame] | 31 | select ARM_GIC |
Arnd Bergmann | 2934167 | 2015-11-25 17:32:19 +0100 | [diff] [blame] | 32 | select CPU_ARM926T if ARCH_MULTI_V5 |
Catalin Marinas | 8ad68bb | 2005-10-31 14:25:02 +0000 | [diff] [blame] | 33 | help |
Russell King | d2a1c9a | 2011-01-24 10:58:24 +0000 | [diff] [blame] | 34 | Include support for the ARM(R) RealView(R) Emulation Baseboard |
Arnd Bergmann | 2934167 | 2015-11-25 17:32:19 +0100 | [diff] [blame] | 35 | platform. On an ARMv5 kernel, this will include support for |
| 36 | the ARM926EJ-S core tile, while on an ARMv6/v7 kernel, at least |
| 37 | one of the ARM1136, ARM1176, ARM11MPCore or Cortex-A9MPCore |
| 38 | core tile options should be enabled. |
| 39 | |
| 40 | config REALVIEW_EB_ARM1136 |
| 41 | bool "Support ARM1136J(F)-S Tile" |
| 42 | depends on MACH_REALVIEW_EB && ARCH_MULTI_V6 |
| 43 | select CPU_V6 |
| 44 | help |
| 45 | Enable support for the ARM1136 tile fitted to the |
| 46 | Realview(R) Emulation Baseboard platform. |
| 47 | |
| 48 | config REALVIEW_EB_ARM1176 |
| 49 | bool "Support ARM1176JZ(F)-S Tile" |
| 50 | depends on MACH_REALVIEW_EB && ARCH_MULTI_V6 |
| 51 | help |
| 52 | Enable support for the ARM1176 tile fitted to the |
| 53 | Realview(R) Emulation Baseboard platform. |
Catalin Marinas | 8ad68bb | 2005-10-31 14:25:02 +0000 | [diff] [blame] | 54 | |
Jon Callan | 4c3ea37 | 2008-12-01 14:54:56 +0000 | [diff] [blame] | 55 | config REALVIEW_EB_A9MP |
Russell King | d2a1c9a | 2011-01-24 10:58:24 +0000 | [diff] [blame] | 56 | bool "Support Multicore Cortex-A9 Tile" |
Arnd Bergmann | 2934167 | 2015-11-25 17:32:19 +0100 | [diff] [blame] | 57 | depends on MACH_REALVIEW_EB && ARCH_MULTI_V7 |
Dave Martin | 3b55658 | 2011-12-07 15:38:04 +0000 | [diff] [blame] | 58 | select HAVE_SMP |
Dave Martin | ce5ea9f | 2011-11-29 15:56:19 +0000 | [diff] [blame] | 59 | select MIGHT_HAVE_CACHE_L2X0 |
Jon Callan | 4c3ea37 | 2008-12-01 14:54:56 +0000 | [diff] [blame] | 60 | help |
Russell King | d2a1c9a | 2011-01-24 10:58:24 +0000 | [diff] [blame] | 61 | Enable support for the Cortex-A9MPCore tile fitted to the |
| 62 | Realview(R) Emulation Baseboard platform. |
Jon Callan | 4c3ea37 | 2008-12-01 14:54:56 +0000 | [diff] [blame] | 63 | |
Catalin Marinas | 41579f4 | 2008-02-04 17:47:04 +0100 | [diff] [blame] | 64 | config REALVIEW_EB_ARM11MP |
Russell King | d2a1c9a | 2011-01-24 10:58:24 +0000 | [diff] [blame] | 65 | bool "Support ARM11MPCore Tile" |
Arnd Bergmann | 2934167 | 2015-11-25 17:32:19 +0100 | [diff] [blame] | 66 | depends on MACH_REALVIEW_EB && ARCH_MULTI_V6 |
Dave Martin | 3b55658 | 2011-12-07 15:38:04 +0000 | [diff] [blame] | 67 | select HAVE_SMP |
Dave Martin | ce5ea9f | 2011-11-29 15:56:19 +0000 | [diff] [blame] | 68 | select MIGHT_HAVE_CACHE_L2X0 |
Russell King | 9b1283b | 2005-11-07 21:01:06 +0000 | [diff] [blame] | 69 | help |
Russell King | d2a1c9a | 2011-01-24 10:58:24 +0000 | [diff] [blame] | 70 | Enable support for the ARM11MPCore tile fitted to the Realview(R) |
| 71 | Emulation Baseboard platform. |
Russell King | 9b1283b | 2005-11-07 21:01:06 +0000 | [diff] [blame] | 72 | |
Bahadir Balban | 78fdcb4 | 2008-04-18 22:43:14 +0100 | [diff] [blame] | 73 | config MACH_REALVIEW_PB11MP |
Russell King | d2a1c9a | 2011-01-24 10:58:24 +0000 | [diff] [blame] | 74 | bool "Support RealView(R) Platform Baseboard for ARM11MPCore" |
Arnd Bergmann | 2934167 | 2015-11-25 17:32:19 +0100 | [diff] [blame] | 75 | depends on ARCH_MULTI_V6 |
Dave Martin | 3b55658 | 2011-12-07 15:38:04 +0000 | [diff] [blame] | 76 | select HAVE_SMP |
Dave Martin | ce5ea9f | 2011-11-29 15:56:19 +0000 | [diff] [blame] | 77 | select MIGHT_HAVE_CACHE_L2X0 |
Bahadir Balban | 78fdcb4 | 2008-04-18 22:43:14 +0100 | [diff] [blame] | 78 | help |
Russell King | d2a1c9a | 2011-01-24 10:58:24 +0000 | [diff] [blame] | 79 | Include support for the ARM(R) RealView(R) Platform Baseboard for |
| 80 | the ARM11MPCore. This platform has an on-board ARM11MPCore and has |
Bahadir Balban | 78fdcb4 | 2008-04-18 22:43:14 +0100 | [diff] [blame] | 81 | support for PCI-E and Compact Flash. |
| 82 | |
Russell King | 74200e6 | 2011-01-17 18:23:31 +0000 | [diff] [blame] | 83 | # ARMv6 CPU without K extensions, but does have the new exclusive ops |
Bahadir Balban | bc02c58 | 2008-04-18 22:43:16 +0100 | [diff] [blame] | 84 | config MACH_REALVIEW_PB1176 |
Russell King | d2a1c9a | 2011-01-24 10:58:24 +0000 | [diff] [blame] | 85 | bool "Support RealView(R) Platform Baseboard for ARM1176JZF-S" |
Arnd Bergmann | 2934167 | 2015-11-25 17:32:19 +0100 | [diff] [blame] | 86 | depends on ARCH_MULTI_V6 |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 87 | select CPU_V6 |
Linus Walleij | f022e4e | 2011-07-01 08:24:09 +0100 | [diff] [blame] | 88 | select HAVE_TCM |
Dave Martin | ce5ea9f | 2011-11-29 15:56:19 +0000 | [diff] [blame] | 89 | select MIGHT_HAVE_CACHE_L2X0 |
Bahadir Balban | bc02c58 | 2008-04-18 22:43:16 +0100 | [diff] [blame] | 90 | help |
Russell King | d2a1c9a | 2011-01-24 10:58:24 +0000 | [diff] [blame] | 91 | Include support for the ARM(R) RealView(R) Platform Baseboard for |
| 92 | ARM1176JZF-S. |
Bahadir Balban | bc02c58 | 2008-04-18 22:43:16 +0100 | [diff] [blame] | 93 | |
Bahadir Balban | e7c7082 | 2008-12-01 14:54:55 +0000 | [diff] [blame] | 94 | config MACH_REALVIEW_PBA8 |
Russell King | d2a1c9a | 2011-01-24 10:58:24 +0000 | [diff] [blame] | 95 | bool "Support RealView(R) Platform Baseboard for Cortex(tm)-A8 platform" |
Arnd Bergmann | 2934167 | 2015-11-25 17:32:19 +0100 | [diff] [blame] | 96 | depends on ARCH_MULTI_V7 |
Bahadir Balban | e7c7082 | 2008-12-01 14:54:55 +0000 | [diff] [blame] | 97 | help |
Russell King | d2a1c9a | 2011-01-24 10:58:24 +0000 | [diff] [blame] | 98 | Include support for the ARM(R) RealView Platform Baseboard for |
| 99 | Cortex(tm)-A8. This platform has an on-board Cortex-A8 and has |
| 100 | support for PCI-E and Compact Flash. |
Bahadir Balban | e7c7082 | 2008-12-01 14:54:55 +0000 | [diff] [blame] | 101 | |
Colin Tuckley | 1b504bb | 2009-05-30 13:56:12 +0100 | [diff] [blame] | 102 | config MACH_REALVIEW_PBX |
Arnd Bergmann | 2934167 | 2015-11-25 17:32:19 +0100 | [diff] [blame] | 103 | bool "Support RealView(R) Platform Baseboard Explore for Cortex-A9" |
| 104 | depends on ARCH_MULTI_V7 |
Dave Martin | 3b55658 | 2011-12-07 15:38:04 +0000 | [diff] [blame] | 105 | select HAVE_SMP |
Dave Martin | ce5ea9f | 2011-11-29 15:56:19 +0000 | [diff] [blame] | 106 | select MIGHT_HAVE_CACHE_L2X0 |
Arnd Bergmann | fd0053c | 2015-11-25 17:32:14 +0100 | [diff] [blame] | 107 | select ZONE_DMA |
Colin Tuckley | 1b504bb | 2009-05-30 13:56:12 +0100 | [diff] [blame] | 108 | help |
Russell King | d2a1c9a | 2011-01-24 10:58:24 +0000 | [diff] [blame] | 109 | Include support for the ARM(R) RealView(R) Platform Baseboard |
| 110 | Explore. |
Colin Tuckley | 1b504bb | 2009-05-30 13:56:12 +0100 | [diff] [blame] | 111 | |
Arnd Bergmann | 2934167 | 2015-11-25 17:32:19 +0100 | [diff] [blame] | 112 | endif |