mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-12 10:15:54 +00:00
16 lines
203 B
Plaintext
16 lines
203 B
Plaintext
if TARGET_DRAGONBOARD820C
|
|
|
|
config SYS_BOARD
|
|
default "dragonboard820c"
|
|
|
|
config SYS_VENDOR
|
|
default "qualcomm"
|
|
|
|
config SYS_SOC
|
|
default "apq8096"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "dragonboard820c"
|
|
|
|
endif
|