summaryrefslogtreecommitdiff
path: root/board/siemens/capricorn/Kconfig
blob: d6d1aad75b20e2be7497cdb486e4ed673dd6c51d (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
if TARGET_CAPRICORN

config HUSH_INIT_VAR
	def_bool y

config SYS_BOARD
	default "capricorn"

config SYS_VENDOR
	default "siemens"

config SYS_CONFIG_NAME
	default "capricorn-common"

config IMX_CONFIG
	default "board/siemens/capricorn/imximage.cfg"

endif


config SPL_CMT
	bool "Enable Siemens SPL RAM test"
	depends on SPL
	help
	  Enable SIemens SPL RAM test.

source "board/siemens/common/Kconfig"