Kconfig 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. menuconfig ARCH_REALVIEW
  2. bool "ARM Ltd. RealView family"
  3. depends on ARCH_MULTI_V5 || ARCH_MULTI_V6 || ARCH_MULTI_V7
  4. select ARM_AMBA
  5. select ARM_TIMER_SP804
  6. select COMMON_CLK_VERSATILE
  7. select GPIO_PL061 if GPIOLIB
  8. select ICST
  9. select PLAT_VERSATILE
  10. select PLAT_VERSATILE_SCHED_CLOCK
  11. help
  12. This enables support for ARM Ltd RealView boards.
  13. if ARCH_REALVIEW
  14. config REALVIEW_DT
  15. bool "Support RealView(R) Device Tree based boot"
  16. select ARM_GIC
  17. select CLK_SP810
  18. select HAVE_SMP
  19. select ICST
  20. select MACH_REALVIEW_EB if ARCH_MULTI_V5
  21. select MFD_SYSCON
  22. select POWER_RESET
  23. select POWER_RESET_VERSATILE
  24. select POWER_SUPPLY
  25. select SMP_ON_UP if SMP
  26. select SOC_REALVIEW
  27. select USE_OF
  28. help
  29. Include support for booting the ARM(R) RealView(R) evaluation
  30. boards using a device tree machine description.
  31. config MACH_REALVIEW_EB
  32. bool "Support RealView(R) Emulation Baseboard"
  33. select ARM_GIC
  34. select CPU_ARM926T if ARCH_MULTI_V5
  35. help
  36. Include support for the ARM(R) RealView(R) Emulation Baseboard
  37. platform. On an ARMv5 kernel, this will include support for
  38. the ARM926EJ-S core tile, while on an ARMv6/v7 kernel, at least
  39. one of the ARM1136, ARM1176, ARM11MPCore or Cortex-A9MPCore
  40. core tile options should be enabled.
  41. config REALVIEW_EB_ARM1136
  42. bool "Support ARM1136J(F)-S Tile"
  43. depends on MACH_REALVIEW_EB && ARCH_MULTI_V6
  44. select CPU_V6
  45. help
  46. Enable support for the ARM1136 tile fitted to the
  47. Realview(R) Emulation Baseboard platform.
  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.
  54. config REALVIEW_EB_A9MP
  55. bool "Support Multicore Cortex-A9 Tile"
  56. depends on MACH_REALVIEW_EB && ARCH_MULTI_V7
  57. select HAVE_ARM_SCU if SMP
  58. select HAVE_ARM_TWD if SMP
  59. select HAVE_SMP
  60. select MIGHT_HAVE_CACHE_L2X0
  61. help
  62. Enable support for the Cortex-A9MPCore tile fitted to the
  63. Realview(R) Emulation Baseboard platform.
  64. config REALVIEW_EB_ARM11MP
  65. bool "Support ARM11MPCore Tile"
  66. depends on MACH_REALVIEW_EB && ARCH_MULTI_V6
  67. select HAVE_ARM_SCU if SMP
  68. select HAVE_ARM_TWD if SMP
  69. select HAVE_SMP
  70. select MIGHT_HAVE_CACHE_L2X0
  71. help
  72. Enable support for the ARM11MPCore tile fitted to the Realview(R)
  73. Emulation Baseboard platform.
  74. config REALVIEW_EB_ARM11MP_REVB
  75. bool "Support ARM11MPCore RevB Tile"
  76. depends on REALVIEW_EB_ARM11MP && ARCH_MULTI_V6
  77. help
  78. Enable support for the ARM11MPCore Revision B tile on the
  79. Realview(R) Emulation Baseboard platform. Since there are device
  80. address differences, a kernel built with this option enabled is
  81. not compatible with other revisions of the ARM11MPCore tile.
  82. config MACH_REALVIEW_PB11MP
  83. bool "Support RealView(R) Platform Baseboard for ARM11MPCore"
  84. depends on ARCH_MULTI_V6
  85. select ARM_GIC
  86. select HAVE_ARM_SCU if SMP
  87. select HAVE_ARM_TWD if SMP
  88. select HAVE_PATA_PLATFORM
  89. select HAVE_SMP
  90. select MIGHT_HAVE_CACHE_L2X0
  91. help
  92. Include support for the ARM(R) RealView(R) Platform Baseboard for
  93. the ARM11MPCore. This platform has an on-board ARM11MPCore and has
  94. support for PCI-E and Compact Flash.
  95. # ARMv6 CPU without K extensions, but does have the new exclusive ops
  96. config MACH_REALVIEW_PB1176
  97. bool "Support RealView(R) Platform Baseboard for ARM1176JZF-S"
  98. depends on ARCH_MULTI_V6
  99. select ARM_GIC
  100. select CPU_V6
  101. select HAVE_TCM
  102. select MIGHT_HAVE_CACHE_L2X0
  103. help
  104. Include support for the ARM(R) RealView(R) Platform Baseboard for
  105. ARM1176JZF-S.
  106. config REALVIEW_PB1176_SECURE_FLASH
  107. bool "Allow access to the secure flash memory block"
  108. depends on MACH_REALVIEW_PB1176
  109. default n
  110. help
  111. Select this option if Linux will only run in secure mode on the
  112. RealView PB1176 platform and access to the secure flash memory
  113. block (64MB @ 0x3c000000) is required.
  114. config MACH_REALVIEW_PBA8
  115. bool "Support RealView(R) Platform Baseboard for Cortex(tm)-A8 platform"
  116. depends on ARCH_MULTI_V7
  117. select ARM_GIC
  118. select HAVE_PATA_PLATFORM
  119. help
  120. Include support for the ARM(R) RealView Platform Baseboard for
  121. Cortex(tm)-A8. This platform has an on-board Cortex-A8 and has
  122. support for PCI-E and Compact Flash.
  123. config MACH_REALVIEW_PBX
  124. bool "Support RealView(R) Platform Baseboard Explore for Cortex-A9"
  125. depends on ARCH_MULTI_V7
  126. select ARM_GIC
  127. select HAVE_ARM_SCU if SMP
  128. select HAVE_ARM_TWD if SMP
  129. select HAVE_PATA_PLATFORM
  130. select HAVE_SMP
  131. select MIGHT_HAVE_CACHE_L2X0
  132. select ZONE_DMA
  133. help
  134. Include support for the ARM(R) RealView(R) Platform Baseboard
  135. Explore.
  136. config REALVIEW_HIGH_PHYS_OFFSET
  137. bool "High physical base address for the RealView platform"
  138. depends on MMU && !MACH_REALVIEW_PB1176
  139. default y
  140. help
  141. RealView boards other than PB1176 have the RAM available at
  142. 0x70000000, 256MB of which being mirrored at 0x00000000. If
  143. the board supports 512MB of RAM, this option allows the
  144. memory to be accessed contiguously at the high physical
  145. offset. On the PBX board, disabling this option allows 1GB of
  146. RAM to be used with HIGHMEM.
  147. endif