blob: accc999c435c97de616c97881e1320838f4c02a6 [file] [log] [blame]
Svyatoslav Ryhel15be9a72023-06-30 10:29:03 +03001if TARGET_TRANSFORMER_T30
2
3config SYS_BOARD
4 default "transformer-t30"
5
6config SYS_VENDOR
7 default "asus"
8
9config SYS_CONFIG_NAME
10 default "transformer-t30"
11
12config TRANSFORMER_SPI_BOOT
13 bool "Enable support for SPI based flash"
14 select TEGRA20_SLINK
15 select DM_SPI_FLASH
16 select SPI_FLASH_WINBOND
Svyatoslav Ryhel15be9a72023-06-30 10:29:03 +030017 help
18 Tegra 3 based Transformers with Windows RT have core
19 boot sequence (BCT and EBT) on separate SPI FLASH
20 memory with 4MB size.
21
22endif