blob: 3c36f4ada206c8250cc702a1c772477505dd0da5 [file] [log] [blame]
Svyatoslav Ryhel7a25c382023-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
17 default n
18 help
19 Tegra 3 based Transformers with Windows RT have core
20 boot sequence (BCT and EBT) on separate SPI FLASH
21 memory with 4MB size.
22
23endif