summaryrefslogtreecommitdiff
path: root/board/toradex/colibri-imx6ull/Kconfig
blob: e5e4af336480f7e33d2fb320ed1ba3eb1cad19b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
if TARGET_COLIBRI_IMX6ULL

config SYS_BOARD
	default "colibri-imx6ull"

config SYS_VENDOR
	default "toradex"

config SYS_CONFIG_NAME
	default "colibri-imx6ull"

config TDX_CFG_BLOCK
	default y

config TDX_HAVE_NAND
	default y

config TDX_CFG_BLOCK_OFFSET
	default "2048"

config TDX_CFG_BLOCK_OFFSET2
	default "133120"

config TDX_CFG_BLOCK_2ND_ETHADDR
	default y

config IMX_CONFIG
	default "board/toradex/colibri-imx6ull/imximage.cfg"

source "board/toradex/common/Kconfig"

endif