summaryrefslogtreecommitdiff
path: root/board/boundary/nitrogen6x/Kconfig
blob: 9c176c071e725b8642a4c5888c04a84f9331eddf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_NITROGEN6X

config SYS_BOARD
	default "nitrogen6x"

config SYS_VENDOR
	default "boundary"

config SYS_CONFIG_NAME
	default "nitrogen6x"

config DDR_MB
	int "Memory size in MB"

endif