aboutsummaryrefslogtreecommitdiff
path: root/board/asus/transformer-t30/Kconfig
blob: 3c36f4ada206c8250cc702a1c772477505dd0da5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
if TARGET_TRANSFORMER_T30

config SYS_BOARD
	default "transformer-t30"

config SYS_VENDOR
	default "asus"

config SYS_CONFIG_NAME
	default "transformer-t30"

config TRANSFORMER_SPI_BOOT
	bool "Enable support for SPI based flash"
	select TEGRA20_SLINK
	select DM_SPI_FLASH
	select SPI_FLASH_WINBOND
	default n
	help
	  Tegra 3 based Transformers with Windows RT have core
	  boot sequence (BCT and EBT) on separate SPI FLASH
	  memory with 4MB size.

endif