Kconfig 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. if ARCH_OMAP2PLUS
  2. choice
  3. prompt "OMAP2+ platform select"
  4. default OMAP34XX
  5. config OMAP34XX
  6. bool "OMAP34XX SoC"
  7. select ARM_ERRATA_430973
  8. select ARM_ERRATA_454179
  9. select ARM_ERRATA_621766
  10. select ARM_ERRATA_725233
  11. select USE_TINY_PRINTF
  12. imply NAND_OMAP_GPMC
  13. imply SPL_EXT_SUPPORT
  14. imply SPL_FAT_SUPPORT
  15. imply SPL_GPIO_SUPPORT
  16. imply SPL_I2C_SUPPORT
  17. imply SPL_LIBCOMMON_SUPPORT
  18. imply SPL_LIBDISK_SUPPORT
  19. imply SPL_LIBGENERIC_SUPPORT
  20. imply SPL_MMC_SUPPORT
  21. imply SPL_NAND_SUPPORT
  22. imply SPL_OMAP3_ID_NAND
  23. imply SPL_POWER_SUPPORT
  24. imply SPL_SERIAL_SUPPORT
  25. imply SYS_I2C_OMAP24XX
  26. imply SYS_THUMB_BUILD
  27. imply TWL4030_POWER
  28. config OMAP44XX
  29. bool "OMAP44XX SoC"
  30. select USE_TINY_PRINTF
  31. imply NAND_OMAP_ELM
  32. imply NAND_OMAP_GPMC
  33. imply SPL_DISPLAY_PRINT
  34. imply SPL_EXT_SUPPORT
  35. imply SPL_FAT_SUPPORT
  36. imply SPL_GPIO_SUPPORT
  37. imply SPL_I2C_SUPPORT
  38. imply SPL_LIBCOMMON_SUPPORT
  39. imply SPL_LIBDISK_SUPPORT
  40. imply SPL_LIBGENERIC_SUPPORT
  41. imply SPL_MMC_SUPPORT
  42. imply SPL_NAND_SIMPLE
  43. imply SPL_NAND_SUPPORT
  44. imply SPL_POWER_SUPPORT
  45. imply SPL_SERIAL_SUPPORT
  46. imply SYS_I2C_OMAP24XX
  47. imply SYS_THUMB_BUILD
  48. config OMAP54XX
  49. bool "OMAP54XX SoC"
  50. select ARM_ERRATA_798870
  51. select SYS_THUMB_BUILD
  52. imply NAND_OMAP_ELM
  53. imply NAND_OMAP_GPMC
  54. imply SPL_DISPLAY_PRINT
  55. imply SPL_ENV_SUPPORT
  56. imply SPL_EXT_SUPPORT
  57. imply SPL_FAT_SUPPORT
  58. imply SPL_GPIO_SUPPORT
  59. imply SPL_I2C_SUPPORT
  60. imply SPL_LIBCOMMON_SUPPORT
  61. imply SPL_LIBDISK_SUPPORT
  62. imply SPL_LIBGENERIC_SUPPORT
  63. imply SPL_MMC_SUPPORT
  64. imply SPL_NAND_AM33XX_BCH
  65. imply SPL_NAND_AM33XX_BCH
  66. imply SPL_NAND_SUPPORT
  67. imply SPL_POWER_SUPPORT
  68. imply SPL_SERIAL_SUPPORT
  69. imply SYS_I2C_OMAP24XX
  70. config TI814X
  71. bool "TI814X SoC"
  72. select SPECIFY_CONSOLE_INDEX
  73. help
  74. Support for AM335x SOC from Texas Instruments.
  75. The AM335x high performance SOC features a Cortex-A8
  76. ARM core and more.
  77. config TI816X
  78. bool "TI816X SoC"
  79. select SPECIFY_CONSOLE_INDEX
  80. imply NAND_OMAP_ELM
  81. imply NAND_OMAP_GPMC
  82. help
  83. Support for AM335x SOC from Texas Instruments.
  84. The AM335x high performance SOC features a Cortex-A8
  85. ARM core and more.
  86. config AM43XX
  87. bool "AM43XX SoC"
  88. select SPECIFY_CONSOLE_INDEX
  89. imply NAND_OMAP_ELM
  90. imply NAND_OMAP_GPMC
  91. imply SPL_DM
  92. imply SPL_DM_SEQ_ALIAS
  93. imply SPL_NAND_AM33XX_BCH
  94. imply SPL_NAND_SUPPORT
  95. imply SPL_OF_CONTROL
  96. imply SPL_OF_TRANSLATE
  97. imply SPL_SEPARATE_BSS
  98. imply SPL_SYS_MALLOC_SIMPLE
  99. imply SYS_I2C_OMAP24XX
  100. imply SYS_THUMB_BUILD
  101. help
  102. Support for AM43xx SOC from Texas Instruments.
  103. The AM43xx high performance SOC features a Cortex-A9
  104. ARM core, a quad core PRU-ICSS for industrial Ethernet
  105. protocols, dual camera support, optional 3D graphics
  106. and an optional customer programmable secure boot.
  107. config AM33XX
  108. bool "AM33XX SoC"
  109. select SPECIFY_CONSOLE_INDEX
  110. imply NAND_OMAP_ELM
  111. imply NAND_OMAP_GPMC
  112. imply SPL_NAND_AM33XX_BCH
  113. imply SPL_NAND_SUPPORT
  114. imply SYS_I2C_OMAP24XX
  115. imply SYS_THUMB_BUILD
  116. imply USE_TINY_PRINTF
  117. help
  118. Support for AM335x SOC from Texas Instruments.
  119. The AM335x high performance SOC features a Cortex-A8
  120. ARM core, a dual core PRU-ICSS for industrial Ethernet
  121. protocols, optional 3D graphics and an optional customer
  122. programmable secure boot.
  123. endchoice
  124. config SYS_MPUCLK
  125. int "MPU CLK speed"
  126. default 500
  127. help
  128. Defines the MPU clock speed (in MHz).
  129. config TI_SECURE_EMIF_REGION_START
  130. hex "Reserved EMIF region start address"
  131. depends on TI_SECURE_DEVICE
  132. default 0x0
  133. help
  134. Reserved EMIF region start address. Set to "0" to auto-select
  135. to be at the end of the external memory region.
  136. config TI_SECURE_EMIF_TOTAL_REGION_SIZE
  137. hex "Reserved EMIF region size"
  138. depends on TI_SECURE_DEVICE
  139. default 0x0
  140. help
  141. Total reserved EMIF region size. Default is 0, which means no reserved EMIF
  142. region on secure devices.
  143. config TI_SECURE_EMIF_PROTECTED_REGION_SIZE
  144. hex "Size of protected region within reserved EMIF region"
  145. depends on TI_SECURE_DEVICE
  146. default 0x0
  147. help
  148. This config option is used to specify the size of the portion of the total
  149. reserved EMIF region set aside for secure OS needs that will be protected
  150. using hardware memory firewalls. This value must be smaller than the
  151. TI_SECURE_EMIF_TOTAL_REGION_SIZE value.
  152. source "arch/arm/mach-omap2/omap3/Kconfig"
  153. source "arch/arm/mach-omap2/omap4/Kconfig"
  154. source "arch/arm/mach-omap2/omap5/Kconfig"
  155. source "arch/arm/mach-omap2/am33xx/Kconfig"
  156. source "board/BuR/brxre1/Kconfig"
  157. source "board/BuR/brppt1/Kconfig"
  158. source "board/siemens/draco/Kconfig"
  159. source "board/siemens/pxm2/Kconfig"
  160. source "board/siemens/rut/Kconfig"
  161. source "board/ti/ti814x/Kconfig"
  162. source "board/ti/ti816x/Kconfig"
  163. source "board/ti/am43xx/Kconfig"
  164. source "board/ti/am335x/Kconfig"
  165. source "board/compulab/cm_t335/Kconfig"
  166. source "board/compulab/cm_t43/Kconfig"
  167. config SPL_LDSCRIPT
  168. default "arch/arm/mach-omap2/u-boot-spl.lds"
  169. endif