blob: 159b8fb19a5311155c6b0a0eef1dc429e57250f9 [file] [log] [blame]
Marcel Ziswilerf38f5f42017-04-01 15:43:16 -07001if TARGET_APALIS_TK1
2
3config SYS_BOARD
4 default "apalis-tk1"
5
6config SYS_VENDOR
7 default "toradex"
8
9config SYS_CONFIG_NAME
10 default "apalis-tk1"
11
12config 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 Ziswilerf1333412018-05-08 17:34:11 +020028config APALIS_TK1_PCIE_EVALBOARD_INIT
29 bool "Apalis Evaluation Board PCIe Initialisation"
30 help
31 Bring up the Apalis PCIe port with the PCIe switch as found on the
32 Apalis Evaluation board. Note that by default the PCIe port is also
33 left disabled in the device tree which needs changing as well for this
34 to actually work.
35
Marcel Ziswilerf38f5f42017-04-01 15:43:16 -070036source "board/toradex/common/Kconfig"
37
38endif