summaryrefslogtreecommitdiff
path: root/board/nxp/p1010rdb/Kconfig
blob: fa376fc058c2e8869d513d8b772be9bc29fc2dfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if TARGET_P1010RDB_PA || TARGET_P1010RDB_PB

config SYS_BOARD
	default "p1010rdb"

config SYS_VENDOR
	default "nxp"

config SYS_CONFIG_NAME
	default "P1010RDB"

endif