blob: 9cd497091d6b5f48e94f0fe222d834515e310b6d [file] [log] [blame]
Marcel Ziswiler11e2a532014-09-05 10:18:38 +02001if TARGET_APALIS_T30
2
3config SYS_BOARD
Marcel Ziswiler11e2a532014-09-05 10:18:38 +02004 default "apalis_t30"
5
6config SYS_VENDOR
Marcel Ziswiler11e2a532014-09-05 10:18:38 +02007 default "toradex"
8
9config SYS_CONFIG_NAME
Marcel Ziswiler11e2a532014-09-05 10:18:38 +020010 default "apalis_t30"
11
Marcel Ziswilerd92dee52016-11-16 17:49:23 +010012config TDX_CFG_BLOCK
13 default y
14
15config TDX_HAVE_MMC
16 default y
17
18config TDX_CFG_BLOCK_DEV
19 default "0"
20
21config TDX_CFG_BLOCK_PART
22 default "1"
23
24# Toradex config block in eMMC, at the end of 1st "boot sector"
25config TDX_CFG_BLOCK_OFFSET
26 default "-512"
27
Marcel Ziswiler97d34492018-05-09 00:18:40 +020028config APALIS_T30_PCIE_EVALBOARD_INIT
29 bool "Apalis Evaluation Board PCIe Initialisation"
30 help
31 Bring up the Apalis type specific 4 lane PCIe port as well as the
32 Apalis PCIe port with the PCIe switch as found on the Apalis
33 Evaluation board. Note that by default both those ports are also left
34 disabled in the device tree which needs changing as well for this to
35 actually work.
36
Marcel Ziswilerd92dee52016-11-16 17:49:23 +010037source "board/toradex/common/Kconfig"
38
Marcel Ziswiler11e2a532014-09-05 10:18:38 +020039endif