summaryrefslogtreecommitdiff
path: root/board/sysam/stmark2/Kconfig
blob: 94f5049c94db1c413f030b086c20b5eefe9e052b (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
if TARGET_STMARK2

config CF_SBF
	def_bool y

config EXTRA_CLOCK
	def_bool y

config SERIAL_BOOT
	def_bool y
	depends on CF_SBF

config SYS_INPUT_CLKSRC
	int "External crystal clock"
	default 30000000

config SYS_CPU
	default "mcf5445x"

config SYS_BOARD
	default "stmark2"

config SYS_VENDOR
	default "sysam"

config SYS_CONFIG_NAME
	default "stmark2"

endif