blob: 32657c7d5e3137a1dcea1e77ec25157ac50136bd [file] [log] [blame]
Sumit Garg89a8ec92022-07-12 12:42:12 +05301if TARGET_QCS404EVB
2
3config SYS_BOARD
4 default "qcs404-evb"
5
6config SYS_VENDOR
7 default "qualcomm"
8
9config SYS_SOC
10 default "qcs404"
11
12config SYS_CONFIG_NAME
13 default "qcs404-evb"
14
15endif