mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-20 22:25:54 +00:00
15 lines
189 B
Plaintext
15 lines
189 B
Plaintext
if TARGET_P2041RDB
|
|
|
|
config SYS_BOARD
|
|
default "p2041rdb"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "P2041RDB"
|
|
|
|
source "board/freescale/common/Kconfig"
|
|
|
|
endif
|