Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 1 | if AM33XX |
| 2 | |
Marcin Niestroj | 0762392 | 2017-01-25 09:53:07 +0100 | [diff] [blame] | 3 | config AM33XX_CHILISOM |
| 4 | bool |
| 5 | select SUPPORT_SPL |
| 6 | |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 7 | choice |
| 8 | prompt "AM33xx board select" |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 9 | |
| 10 | config TARGET_AM335X_EVM |
| 11 | bool "Support am335x_evm" |
Tom Rini | 22d567e | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 12 | select BOARD_LATE_INIT |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 13 | select DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 14 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 15 | select DM_SERIAL |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 16 | select TI_I2C_BOARD_DETECT |
Kory Maincent | 169bf97 | 2021-05-04 19:31:30 +0200 | [diff] [blame] | 17 | select SUPPORT_EXTENSION_SCAN |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 18 | imply CMD_DM |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 19 | imply SPL_DM |
| 20 | imply SPL_DM_SEQ_ALIAS |
Tom Rini | 60adb2f | 2017-03-03 15:33:30 -0500 | [diff] [blame] | 21 | imply SPL_ENV_SUPPORT |
Tien Fong Chee | 6091dd1 | 2019-01-23 14:20:05 +0800 | [diff] [blame] | 22 | imply SPL_FS_EXT4 |
Tien Fong Chee | 6fd0a71 | 2019-01-23 14:20:03 +0800 | [diff] [blame] | 23 | imply SPL_FS_FAT |
Simon Glass | 035939e | 2021-07-10 21:14:30 -0600 | [diff] [blame] | 24 | imply SPL_GPIO |
Simon Glass | bccfc2e | 2021-07-10 21:14:36 -0600 | [diff] [blame] | 25 | imply SPL_I2C |
Tom Rini | 3b23510 | 2017-03-03 15:33:31 -0500 | [diff] [blame] | 26 | imply SPL_LIBCOMMON_SUPPORT |
| 27 | imply SPL_LIBDISK_SUPPORT |
| 28 | imply SPL_LIBGENERIC_SUPPORT |
Simon Glass | b58bfe0 | 2021-08-08 12:20:09 -0600 | [diff] [blame] | 29 | imply SPL_MMC |
Tom Rini | 3b23510 | 2017-03-03 15:33:31 -0500 | [diff] [blame] | 30 | imply SPL_NAND_SUPPORT |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 31 | imply SPL_OF_LIBFDT |
Simon Glass | e91ac4c | 2021-07-10 21:14:24 -0600 | [diff] [blame] | 32 | imply SPL_POWER |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 33 | imply SPL_SEPARATE_BSS |
Simon Glass | f4d6039 | 2021-08-08 12:20:12 -0600 | [diff] [blame] | 34 | imply SPL_SERIAL |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 35 | imply SPL_SYS_MALLOC_SIMPLE |
Simon Glass | 1ba1d4e | 2021-07-10 21:14:28 -0600 | [diff] [blame] | 36 | imply SPL_WATCHDOG |
Tom Rini | 3b23510 | 2017-03-03 15:33:31 -0500 | [diff] [blame] | 37 | imply SPL_YMODEM_SUPPORT |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 38 | help |
| 39 | This option specifies support for the AM335x |
| 40 | GP and HS EVM development platforms. The AM335x |
| 41 | GP EVM is a standalone test, development, and |
| 42 | evaluation module system that enables developers |
| 43 | to write software and develop hardware around |
| 44 | an AM335x processor subsystem. |
| 45 | |
| 46 | config TARGET_AM335X_BALTOS |
| 47 | bool "Support am335x_baltos" |
Tom Rini | 22d567e | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 48 | select BOARD_LATE_INIT |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 49 | select DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 50 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 51 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 52 | imply CMD_DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 53 | |
Ladislav Michl | 10bdc71 | 2017-04-01 17:17:16 +0200 | [diff] [blame] | 54 | config TARGET_AM335X_IGEP003X |
| 55 | bool "Support am335x_igep003x" |
Pau Pajuelo | b2310f1 | 2017-04-01 17:18:40 +0200 | [diff] [blame] | 56 | select BOARD_LATE_INIT |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 57 | select DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 58 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 59 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 60 | imply CMD_DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 61 | |
| 62 | config TARGET_AM335X_SHC |
| 63 | bool "Support am335x based shc board from bosch" |
Tom Rini | 22d567e | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 64 | select BOARD_LATE_INIT |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 65 | select DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 66 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 67 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 68 | imply CMD_DM |
Simon Glass | c6567fa | 2017-08-04 16:34:48 -0600 | [diff] [blame] | 69 | imply CMD_SPL |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 70 | |
Sjoerd Simons | f93564c | 2019-02-25 15:33:00 +0000 | [diff] [blame] | 71 | config TARGET_AM335X_GUARDIAN |
| 72 | bool "Support am335x based guardian board from bosch" |
Moses Christopher | 5d489f8 | 2019-09-17 14:25:37 +0000 | [diff] [blame] | 73 | select BOARD_LATE_INIT |
Sjoerd Simons | f93564c | 2019-02-25 15:33:00 +0000 | [diff] [blame] | 74 | select DM |
| 75 | select DM_SERIAL |
| 76 | select DM_GPIO |
Simon Glass | 52cb504 | 2022-10-18 07:46:31 -0600 | [diff] [blame] | 77 | select VIDEO |
Simon Glass | f8360fe | 2022-10-06 08:36:07 -0600 | [diff] [blame] | 78 | select PANEL_HX8238D |
Sjoerd Simons | f93564c | 2019-02-25 15:33:00 +0000 | [diff] [blame] | 79 | |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 80 | config TARGET_AM335X_SL50 |
| 81 | bool "Support am335x_sl50" |
Tom Rini | 22d567e | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 82 | select BOARD_LATE_INIT |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 83 | select DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 84 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 85 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 86 | imply CMD_DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 87 | |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 88 | config TARGET_BRXRE1 |
| 89 | bool "Support BRXRE1" |
| 90 | select BOARD_LATE_INIT |
| 91 | |
Hannes Schmelzer | 8208848 | 2019-08-01 07:04:46 +0200 | [diff] [blame] | 92 | config TARGET_BRSMARC1 |
| 93 | bool "Support BRSMARC1" |
| 94 | select BOARD_LATE_INIT |
| 95 | |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 96 | config TARGET_BRPPT1 |
| 97 | bool "Support BRPPT1" |
| 98 | select BOARD_LATE_INIT |
| 99 | |
Marcin Niestroj | 20315d2 | 2017-01-25 09:53:08 +0100 | [diff] [blame] | 100 | config TARGET_CHILIBOARD |
| 101 | bool "Grinn chiliBoard" |
| 102 | select AM33XX_CHILISOM |
| 103 | select BOARD_LATE_INIT |
| 104 | select DM |
| 105 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 106 | imply CMD_DM |
Marcin Niestroj | 20315d2 | 2017-01-25 09:53:08 +0100 | [diff] [blame] | 107 | |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 108 | config TARGET_ETAMIN |
| 109 | bool "Support etamin" |
| 110 | select BOARD_LATE_INIT |
| 111 | select DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 112 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 113 | select DM_SERIAL |
Tom Rini | 29e0595 | 2022-06-10 22:59:35 -0400 | [diff] [blame] | 114 | select FACTORYSET |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 115 | imply CMD_DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 116 | |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 117 | config TARGET_PCM051 |
| 118 | bool "Support pcm051" |
| 119 | select DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 120 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 121 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 122 | imply CMD_DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 123 | |
Niel Fourie | d395185 | 2019-06-03 15:31:17 +0200 | [diff] [blame] | 124 | config TARGET_PHYCORE_AM335X_R2 |
| 125 | bool "Support phyCORE AM335X R2" |
| 126 | select DM |
| 127 | select DM_GPIO |
| 128 | select DM_SERIAL |
| 129 | imply CMD_DM |
| 130 | |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 131 | config TARGET_PXM2 |
| 132 | bool "Support pxm2" |
| 133 | select BOARD_LATE_INIT |
| 134 | select DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 135 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 136 | select DM_SERIAL |
Tom Rini | 29e0595 | 2022-06-10 22:59:35 -0400 | [diff] [blame] | 137 | select FACTORYSET |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 138 | imply CMD_DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 139 | |
| 140 | config TARGET_RASTABAN |
| 141 | bool "Support rastaban" |
| 142 | select BOARD_LATE_INIT |
| 143 | select DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 144 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 145 | select DM_SERIAL |
Tom Rini | 29e0595 | 2022-06-10 22:59:35 -0400 | [diff] [blame] | 146 | select FACTORYSET |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 147 | imply CMD_DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 148 | |
| 149 | config TARGET_RUT |
| 150 | bool "Support rut" |
| 151 | select BOARD_LATE_INIT |
| 152 | select DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 153 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 154 | select DM_SERIAL |
Tom Rini | 29e0595 | 2022-06-10 22:59:35 -0400 | [diff] [blame] | 155 | select FACTORYSET |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 156 | imply CMD_DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 157 | |
| 158 | config TARGET_THUBAN |
| 159 | bool "Support thuban" |
| 160 | select BOARD_LATE_INIT |
| 161 | select DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 162 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 163 | select DM_SERIAL |
Tom Rini | 29e0595 | 2022-06-10 22:59:35 -0400 | [diff] [blame] | 164 | select FACTORYSET |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 165 | imply CMD_DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 166 | |
Felix Brack | 1ba8c9e | 2018-01-23 18:27:22 +0100 | [diff] [blame] | 167 | config TARGET_PDU001 |
| 168 | bool "Support PDU001" |
| 169 | select DM |
| 170 | select DM_SERIAL |
Felix Brack | 813742e | 2018-12-07 15:01:55 +0100 | [diff] [blame] | 171 | imply SPL_SEPARATE_BSS |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 172 | imply CMD_DM |
Felix Brack | 1ba8c9e | 2018-01-23 18:27:22 +0100 | [diff] [blame] | 173 | help |
| 174 | Support for PDU001 platform developed by EETS GmbH. |
| 175 | The PDU001 is a processor and display unit developed around |
| 176 | the Computing-Module m2 from bytes at work AG. |
| 177 | |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 178 | endchoice |
| 179 | |
Tom Rini | dc77690 | 2022-03-23 17:20:07 -0400 | [diff] [blame] | 180 | config CLOCK_SYNTHESIZER |
| 181 | bool "CDCE913 and CDCEL913 clock synthesizer support" |
| 182 | help |
| 183 | The CDCE913 and CDCEL913 devices are modular PLL-based, low cost, |
| 184 | high performance , programmable clock synthesizers. They generate |
| 185 | up to 3 output clocks from a single input frequency. Each output can |
| 186 | be programmed for any clock-frequency. |
| 187 | |
| 188 | config CLK_SYNTHESIZER_I2C_ADDR |
| 189 | hex "Clock synthesizer i2c bus address" |
| 190 | depends on CLOCK_SYNTHESIZER |
| 191 | default 0x65 |
| 192 | |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 193 | endif |
| 194 | |
Madan Srinivas | eba13cd | 2016-05-19 19:10:43 -0500 | [diff] [blame] | 195 | if AM43XX |
Simon Glass | c5ec636 | 2016-09-12 23:18:37 -0600 | [diff] [blame] | 196 | |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 197 | choice |
| 198 | prompt "AM43xx board select" |
| 199 | |
Madan Srinivas | eba13cd | 2016-05-19 19:10:43 -0500 | [diff] [blame] | 200 | config TARGET_AM43XX_EVM |
| 201 | bool "Support am43xx_evm" |
Tom Rini | 22d567e | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 202 | select BOARD_LATE_INIT |
Madan Srinivas | eba13cd | 2016-05-19 19:10:43 -0500 | [diff] [blame] | 203 | select TI_I2C_BOARD_DETECT |
Lokesh Vutla | 493368d | 2017-02-21 11:40:43 +0530 | [diff] [blame] | 204 | imply DM_I2C |
| 205 | imply DM_SPI |
| 206 | imply DM_SPI_FLASH |
Tom Rini | ddb1ec1 | 2024-01-10 13:46:10 -0500 | [diff] [blame] | 207 | imply MTD |
Tom Rini | 3b23510 | 2017-03-03 15:33:31 -0500 | [diff] [blame] | 208 | imply SPL_ENV_SUPPORT |
Tien Fong Chee | 6091dd1 | 2019-01-23 14:20:05 +0800 | [diff] [blame] | 209 | imply SPL_FS_EXT4 |
Tien Fong Chee | 6fd0a71 | 2019-01-23 14:20:03 +0800 | [diff] [blame] | 210 | imply SPL_FS_FAT |
Simon Glass | 035939e | 2021-07-10 21:14:30 -0600 | [diff] [blame] | 211 | imply SPL_GPIO |
Simon Glass | bccfc2e | 2021-07-10 21:14:36 -0600 | [diff] [blame] | 212 | imply SPL_I2C |
Tom Rini | 3b23510 | 2017-03-03 15:33:31 -0500 | [diff] [blame] | 213 | imply SPL_LIBCOMMON_SUPPORT |
| 214 | imply SPL_LIBDISK_SUPPORT |
| 215 | imply SPL_LIBGENERIC_SUPPORT |
Simon Glass | b58bfe0 | 2021-08-08 12:20:09 -0600 | [diff] [blame] | 216 | imply SPL_MMC |
Tom Rini | 3b23510 | 2017-03-03 15:33:31 -0500 | [diff] [blame] | 217 | imply SPL_NAND_SUPPORT |
Simon Glass | e91ac4c | 2021-07-10 21:14:24 -0600 | [diff] [blame] | 218 | imply SPL_POWER |
Simon Glass | f4d6039 | 2021-08-08 12:20:12 -0600 | [diff] [blame] | 219 | imply SPL_SERIAL |
Simon Glass | 1ba1d4e | 2021-07-10 21:14:28 -0600 | [diff] [blame] | 220 | imply SPL_WATCHDOG |
Tom Rini | 3b23510 | 2017-03-03 15:33:31 -0500 | [diff] [blame] | 221 | imply SPL_YMODEM_SUPPORT |
Madan Srinivas | eba13cd | 2016-05-19 19:10:43 -0500 | [diff] [blame] | 222 | help |
| 223 | This option specifies support for the AM43xx |
| 224 | GP and HS EVM development platforms.The AM437x |
| 225 | GP EVM is a standalone test, development, and |
| 226 | evaluation module system that enables developers |
| 227 | to write software and develop hardware around |
| 228 | an AM43xx processor subsystem. |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 229 | |
| 230 | config TARGET_CM_T43 |
| 231 | bool "Support cm_t43" |
| 232 | |
| 233 | endchoice |
| 234 | |
Tero Kristo | 5d6acae | 2018-03-17 13:32:52 +0530 | [diff] [blame] | 235 | config SPL_RTC_DDR_SUPPORT |
| 236 | bool |
| 237 | depends on SPL |
| 238 | prompt "Enable RTC-DDR ONLY Support" |
| 239 | help |
| 240 | If you want RTC-DDR ONLY Support, say Y. RTC Only with DDR in |
| 241 | self-refresh mode is a special power saving mode where in all |
| 242 | the other voltages are turned off apart from the RTC domain and DDR. |
| 243 | So only RTC is alive and ticking and one can program it to wake |
| 244 | up after a predetermined period. Once RTC alarm fires, the PMIC |
| 245 | powers up all the voltage domains. U-Boot takes a special path |
| 246 | as the DDR has contents is in self-refresh and restore path is |
| 247 | followed. |
| 248 | |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 249 | endif |
Madan Srinivas | eba13cd | 2016-05-19 19:10:43 -0500 | [diff] [blame] | 250 | |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 251 | if AM43XX || AM33XX |
Madan Srinivas | fb59e8e | 2016-05-19 19:10:42 -0500 | [diff] [blame] | 252 | config PUB_ROM_DATA_SIZE |
| 253 | hex "Size in bytes of the L3 SRAM reserved by ROM to store data" |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 254 | default 0x8400 |
Madan Srinivas | fb59e8e | 2016-05-19 19:10:42 -0500 | [diff] [blame] | 255 | help |
| 256 | During the device boot, the public ROM uses the top of |
| 257 | the public L3 OCMC RAM to store r/w data like stack, |
| 258 | heap, globals etc. When the ROM is copying the boot |
| 259 | image from the boot media into memory, the image must |
| 260 | not spill over into this area. This value can be used |
| 261 | during compile time to determine the maximum size of a |
| 262 | boot image. Once the ROM transfers control to the boot |
| 263 | image, this area is no longer used, and can be reclaimed |
| 264 | for run time use by the boot image. |
Madan Srinivas | eba13cd | 2016-05-19 19:10:43 -0500 | [diff] [blame] | 265 | endif |
Tom Rini | d10c0ac | 2022-03-11 23:07:29 -0500 | [diff] [blame] | 266 | |
| 267 | config AM335X_USB0 |
| 268 | bool "Static mode configuration for USB0 in SPL" |
| 269 | depends on AM33XX && SPL_MUSB_NEW && !SPL_OF_CONTROL |
| 270 | |
| 271 | choice |
| 272 | prompt "USB0 port configuration" |
| 273 | depends on AM335X_USB0 |
| 274 | |
| 275 | config AM335X_USB0_HOST |
| 276 | bool "Port is used in host mode" |
| 277 | |
| 278 | config AM335X_USB0_PERIPHERAL |
| 279 | bool "Port is used in peripheral mode" |
| 280 | |
| 281 | endchoice |
| 282 | |
| 283 | config AM335X_USB1 |
| 284 | bool "Static mode configuration for USB1 in SPL" |
| 285 | depends on AM33XX && SPL_MUSB_NEW && !SPL_OF_CONTROL |
| 286 | |
| 287 | choice |
| 288 | prompt "USB1 port configuration" |
| 289 | depends on AM335X_USB1 |
| 290 | |
| 291 | config AM335X_USB1_HOST |
| 292 | bool "Port is used in host mode" |
| 293 | |
| 294 | config AM335X_USB1_PERIPHERAL |
| 295 | bool "Port is used in peripheral mode" |
| 296 | |
| 297 | endchoice |