summaryrefslogtreecommitdiff
path: root/board/freescale/b4860qds/Kconfig
blob: 9bb667ab4f9cfe48b5ffce03e179b941c3860e60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
if TARGET_B4860QDS || TARGET_B4420QDS

config SYS_BOARD
	default "b4860qds"

config SYS_VENDOR
	default "freescale"

config SYS_CONFIG_NAME
	default "B4860QDS"

source "board/freescale/common/Kconfig"

endif