2014-08-31 15:47:55 +00:00
|
|
|
if TARGET_TQMA6
|
|
|
|
|
|
|
|
config SYS_BOARD
|
|
|
|
default "tqma6"
|
|
|
|
|
|
|
|
config SYS_VENDOR
|
|
|
|
default "tqc"
|
|
|
|
|
|
|
|
config SYS_SOC
|
|
|
|
default "mx6"
|
|
|
|
|
|
|
|
config SYS_CONFIG_NAME
|
|
|
|
default "tqma6"
|
|
|
|
|
2015-06-04 15:25:31 +00:00
|
|
|
choice
|
|
|
|
prompt "TQMa6 SoC variant"
|
|
|
|
default TQMA6Q
|
|
|
|
help
|
|
|
|
select the TQMa6 module variant. The variants differing in the used
|
|
|
|
i.MX6 CPU type and DRAM
|
|
|
|
|
|
|
|
config TQMA6Q
|
|
|
|
bool "TQMa6Q / TQMa6D"
|
|
|
|
select MX6Q
|
|
|
|
help
|
|
|
|
select TQMa6Q / TQMa6D with i.MX6Q/D and 1GiB DRAM
|
|
|
|
|
|
|
|
config TQMA6S
|
|
|
|
bool "TQMa6S"
|
|
|
|
select MX6S
|
|
|
|
help
|
|
|
|
select TQMa6S with i.MX6S and 512 MiB DRAM
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
2015-06-04 15:25:33 +00:00
|
|
|
choice
|
|
|
|
prompt "TQMa6 boot configuration"
|
|
|
|
default TQMA6X_MMC_BOOT
|
|
|
|
help
|
|
|
|
Configure boot device. This is also used to implement environment
|
|
|
|
location.
|
|
|
|
|
|
|
|
config TQMA6X_MMC_BOOT
|
|
|
|
bool "MMC / SD Boot"
|
|
|
|
help
|
|
|
|
Boot from eMMC / SD Card
|
|
|
|
|
|
|
|
config TQMA6X_SPI_BOOT
|
|
|
|
bool "SPI NOR Boot"
|
|
|
|
help
|
|
|
|
Boot from on board SPI NOR flash
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
2015-06-04 15:25:32 +00:00
|
|
|
config IMX_CONFIG
|
|
|
|
default "board/tqc/tqma6/tqma6q.cfg" if TQMA6Q
|
|
|
|
default "board/tqc/tqma6/tqma6s.cfg" if TQMA6S
|
|
|
|
|
2014-08-31 15:47:55 +00:00
|
|
|
endif
|