Masahiro Yamada | 420b816 | 2014-08-31 07:11:04 +0900 | [diff] [blame] | 1 | if OMAP54XX |
| 2 | |
Simon Glass | c5ec636 | 2016-09-12 23:18:37 -0600 | [diff] [blame] | 3 | config SPL_EXT_SUPPORT |
| 4 | default y |
| 5 | |
Simon Glass | 6172e2e | 2016-09-12 23:18:38 -0600 | [diff] [blame] | 6 | config SPL_FAT_SUPPORT |
| 7 | default y |
| 8 | |
Simon Glass | 0bdfc3e | 2016-09-12 23:18:39 -0600 | [diff] [blame] | 9 | config SPL_GPIO_SUPPORT |
| 10 | default y |
| 11 | |
Simon Glass | 9b53833 | 2016-09-12 23:18:40 -0600 | [diff] [blame] | 12 | config SPL_I2C_SUPPORT |
| 13 | default y |
| 14 | |
Simon Glass | f2a8946 | 2016-09-12 23:18:41 -0600 | [diff] [blame] | 15 | config SPL_LIBCOMMON_SUPPORT |
| 16 | default y |
| 17 | |
Simon Glass | f6de257 | 2016-09-12 23:18:42 -0600 | [diff] [blame] | 18 | config SPL_LIBDISK_SUPPORT |
| 19 | default y |
| 20 | |
Simon Glass | b16c92c | 2016-09-12 23:18:43 -0600 | [diff] [blame] | 21 | config SPL_LIBGENERIC_SUPPORT |
| 22 | default y |
| 23 | |
Simon Glass | bd58f1d | 2016-09-12 23:18:44 -0600 | [diff] [blame] | 24 | config SPL_MMC_SUPPORT |
| 25 | default y |
| 26 | |
Simon Glass | d5a307a | 2016-09-12 23:18:48 -0600 | [diff] [blame] | 27 | config SPL_NAND_SUPPORT |
| 28 | default y |
| 29 | |
Simon Glass | 0d7c7e0 | 2016-09-12 23:18:54 -0600 | [diff] [blame] | 30 | config SPL_POWER_SUPPORT |
| 31 | default y |
| 32 | |
Simon Glass | e076d6f | 2016-09-12 23:18:56 -0600 | [diff] [blame] | 33 | config SPL_SERIAL_SUPPORT |
| 34 | default y |
| 35 | |
Simon Glass | f481ab1 | 2016-09-24 18:19:56 -0600 | [diff] [blame] | 36 | config SPL_DISPLAY_PRINT |
| 37 | default y |
| 38 | |
Masahiro Yamada | 420b816 | 2014-08-31 07:11:04 +0900 | [diff] [blame] | 39 | choice |
| 40 | prompt "OMAP5 board select" |
Joe Hershberger | f069960 | 2015-05-12 14:46:23 -0500 | [diff] [blame] | 41 | optional |
Masahiro Yamada | 420b816 | 2014-08-31 07:11:04 +0900 | [diff] [blame] | 42 | |
| 43 | config TARGET_CM_T54 |
| 44 | bool "CompuLab CM-T54" |
| 45 | |
| 46 | config TARGET_OMAP5_UEVM |
| 47 | bool "TI OMAP5 uEVM board" |
| 48 | |
| 49 | config TARGET_DRA7XX_EVM |
| 50 | bool "TI DRA7XX" |
Lokesh Vutla | 3c7dc01 | 2016-03-08 09:18:05 +0530 | [diff] [blame] | 51 | select TI_I2C_BOARD_DETECT |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 52 | select PHYS_64BIT |
Masahiro Yamada | 420b816 | 2014-08-31 07:11:04 +0900 | [diff] [blame] | 53 | |
Lokesh Vutla | 6c2cfdd | 2016-06-10 09:35:42 +0530 | [diff] [blame] | 54 | config TARGET_AM57XX_EVM |
| 55 | bool "AM57XX" |
Kipisz, Steven | 161f138 | 2016-02-24 12:30:58 -0600 | [diff] [blame] | 56 | select TI_I2C_BOARD_DETECT |
Felipe Balbi | 4750eb6 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 57 | |
Masahiro Yamada | 420b816 | 2014-08-31 07:11:04 +0900 | [diff] [blame] | 58 | endchoice |
| 59 | |
Masahiro Yamada | 420b816 | 2014-08-31 07:11:04 +0900 | [diff] [blame] | 60 | config SYS_SOC |
Masahiro Yamada | 420b816 | 2014-08-31 07:11:04 +0900 | [diff] [blame] | 61 | default "omap5" |
| 62 | |
Daniel Allred | 082384b | 2016-09-02 00:40:20 -0500 | [diff] [blame] | 63 | config TI_SECURE_EMIF_REGION_START |
| 64 | hex "Reserved EMIF region start address" |
| 65 | depends on TI_SECURE_DEVICE |
| 66 | default 0x0 |
| 67 | help |
| 68 | Reserved EMIF region start address. Set to "0" to auto-select |
| 69 | to be at the end of the external memory region. |
| 70 | |
| 71 | config TI_SECURE_EMIF_TOTAL_REGION_SIZE |
| 72 | hex "Reserved EMIF region size" |
| 73 | depends on TI_SECURE_DEVICE |
| 74 | default 0x0 |
| 75 | help |
| 76 | Total reserved EMIF region size. Default is 0, which means no reserved EMIF |
| 77 | region on secure devices. |
| 78 | |
| 79 | config TI_SECURE_EMIF_PROTECTED_REGION_SIZE |
| 80 | hex "Size of protected region within reserved EMIF region" |
| 81 | depends on TI_SECURE_DEVICE |
| 82 | default 0x0 |
| 83 | help |
| 84 | This config option is used to specify the size of the portion of the total |
| 85 | reserved EMIF region set aside for secure OS needs that will be protected |
| 86 | using hardware memory firewalls. This value must be smaller than the |
| 87 | TI_SECURE_EMIF_TOTAL_REGION_SIZE value. |
| 88 | |
Suman Anna | f28b26c | 2016-11-23 12:54:40 +0530 | [diff] [blame^] | 89 | if TARGET_DRA7XX_EVM || TARGET_AM57XX_EVM |
| 90 | menu "Voltage Domain OPP selections" |
| 91 | |
| 92 | choice |
| 93 | prompt "MPU Voltage Domain" |
| 94 | default DRA7_MPU_OPP_NOM |
| 95 | help |
| 96 | Select the Operating Performance Point(OPP) for the MPU voltage |
| 97 | domain on DRA7xx & AM57xx SoCs. |
| 98 | |
| 99 | config DRA7_MPU_OPP_NOM |
| 100 | bool "OPP NOM" |
| 101 | help |
| 102 | This config option enables Normal OPP for MPU. This is the safest |
| 103 | option for booting. |
| 104 | |
| 105 | endchoice |
| 106 | |
| 107 | choice |
| 108 | prompt "DSPEVE Voltage Domain" |
| 109 | help |
| 110 | Select the Operating Performance Point(OPP) for the DSPEVE voltage |
| 111 | domain on DRA7xx & AM57xx SoCs. |
| 112 | |
| 113 | config DRA7_DSPEVE_OPP_NOM |
| 114 | bool "OPP NOM" |
| 115 | help |
| 116 | This config option enables Normal OPP for DSPEVE. This is the safest |
| 117 | option for booting and choose this when unsure about other OPPs . |
| 118 | |
| 119 | config DRA7_DSPEVE_OPP_OD |
| 120 | bool "OPP OD" |
| 121 | help |
| 122 | This config option enables Over drive OPP for DSPEVE. |
| 123 | |
| 124 | config DRA7_DSPEVE_OPP_HIGH |
| 125 | bool "OPP HIGH" |
| 126 | help |
| 127 | This config option enables High OPP for DSPEVE. |
| 128 | |
| 129 | endchoice |
| 130 | |
| 131 | choice |
| 132 | prompt "IVA Voltage Domain" |
| 133 | help |
| 134 | Select the Operating Performance Point(OPP) for the IVA voltage |
| 135 | domain on DRA7xx & AM57xx SoCs. |
| 136 | |
| 137 | config DRA7_IVA_OPP_NOM |
| 138 | bool "OPP NOM" |
| 139 | help |
| 140 | This config option enables Normal OPP for IVA. This is the safest |
| 141 | option for booting and choose this when unsure about other OPPs . |
| 142 | |
| 143 | config DRA7_IVA_OPP_OD |
| 144 | bool "OPP OD" |
| 145 | help |
| 146 | This config option enables Over drive OPP for IVA. |
| 147 | |
| 148 | config DRA7_IVA_OPP_HIGH |
| 149 | bool "OPP HIGH" |
| 150 | help |
| 151 | This config option enables High OPP for IVA. |
| 152 | |
| 153 | endchoice |
| 154 | |
| 155 | choice |
| 156 | prompt "GPU Voltage Domain" |
| 157 | help |
| 158 | Select the Operating Performance Point(OPP) for the GPU voltage |
| 159 | domain on DRA7xx & AM57xx SoCs. |
| 160 | |
| 161 | config DRA7_GPU_OPP_NOM |
| 162 | bool "OPP NOM" |
| 163 | help |
| 164 | This config option enables Normal OPP for GPU. This is the safest |
| 165 | option for booting and choose this when unsure about other OPPs . |
| 166 | |
| 167 | config DRA7_GPU_OPP_OD |
| 168 | bool "OPP OD" |
| 169 | help |
| 170 | This config option enables Over drive OPP for GPU. |
| 171 | |
| 172 | config DRA7_GPU_OPP_HIGH |
| 173 | bool "OPP HIGH" |
| 174 | help |
| 175 | This config option enables High OPP for GPU. |
| 176 | |
| 177 | endchoice |
| 178 | |
| 179 | endmenu |
| 180 | endif |
| 181 | |
Masahiro Yamada | 420b816 | 2014-08-31 07:11:04 +0900 | [diff] [blame] | 182 | source "board/compulab/cm_t54/Kconfig" |
| 183 | source "board/ti/omap5_uevm/Kconfig" |
| 184 | source "board/ti/dra7xx/Kconfig" |
Kipisz, Steven | 1dacd0d | 2015-10-29 16:50:43 -0500 | [diff] [blame] | 185 | source "board/ti/am57xx/Kconfig" |
Masahiro Yamada | 420b816 | 2014-08-31 07:11:04 +0900 | [diff] [blame] | 186 | |
| 187 | endif |