blob: a018547ff5d485e4bb63311b9edba80fcfdfd529 [file] [log] [blame]
Dzmitry Sankouski3e2095e2021-10-17 13:45:42 +03001config SYS_CONFIG_NAME
2 string "Board configuration name"
3 default "exynos78x0-common.h"
4 help
5 This option contains information about board configuration name.
6 Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
7 will be used for board configuration.
8
9if TARGET_A5Y17LTE
10config SYS_BOARD
11 default "axy17lte"
12 help
13 a5y17lte is a production board for SM-A520F phone on Exynos7880 SoC.
14
15config SYS_VENDOR
16 default "samsung"
17
18config SYS_CONFIG_NAME
19 default "a5y17lte"
20
21config EXYNOS7880
22 bool "Exynos 7880 SOC support"
23 default y
24endif
25
26if TARGET_A7Y17LTE
27config SYS_BOARD
28 default "axy17lte"
29 help
Henrik Grimler00809bd2022-01-07 20:12:54 +010030 a7y17lte is a production board for SM-A720F phone on Exynos7880 SoC.
Dzmitry Sankouski3e2095e2021-10-17 13:45:42 +030031
32config SYS_VENDOR
33 default "samsung"
34
35config SYS_CONFIG_NAME
36 default "a5y17lte"
37
38config EXYNOS7880
39 bool "Exynos 7880 SOC support"
40 default y
41endif
42
43if TARGET_A3Y17LTE
44config SYS_BOARD
45 default "axy17lte"
46 help
Henrik Grimler00809bd2022-01-07 20:12:54 +010047 a3y17lte is a production board for SM-A320F phone on Exynos7870 SoC.
Dzmitry Sankouski3e2095e2021-10-17 13:45:42 +030048
49config SYS_VENDOR
50 default "samsung"
51
52config SYS_CONFIG_NAME
53 default "a3y17lte"
54
55config EXYNOS7870
56 bool "Exynos 7870 SOC support"
57 default y
58endif