blob: 3adac4af1e3c9bc215666ddd38b936bd41fa4872 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
if TARGET_P1010RDB_PA || TARGET_P1010RDB_PB
config SYS_BOARD
default "p1010rdb"
config SYS_VENDOR
default "freescale"
config SYS_CONFIG_NAME
default "P1010RDB"
source "board/freescale/common/Kconfig"
endif
|