mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-16 04:05:53 +00:00
16 lines
203 B
Plaintext
16 lines
203 B
Plaintext
if TARGET_DRAGONBOARD410C
|
|
|
|
config SYS_BOARD
|
|
default "dragonboard410c"
|
|
|
|
config SYS_VENDOR
|
|
default "qualcomm"
|
|
|
|
config SYS_SOC
|
|
default "apq8016"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "dragonboard410c"
|
|
|
|
endif
|