mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
59 lines
1.1 KiB
Text
59 lines
1.1 KiB
Text
|
config SYS_CONFIG_NAME
|
||
|
string "Board configuration name"
|
||
|
default "exynos78x0-common.h"
|
||
|
help
|
||
|
This option contains information about board configuration name.
|
||
|
Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
|
||
|
will be used for board configuration.
|
||
|
|
||
|
if TARGET_A5Y17LTE
|
||
|
config SYS_BOARD
|
||
|
default "axy17lte"
|
||
|
help
|
||
|
a5y17lte is a production board for SM-A520F phone on Exynos7880 SoC.
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "samsung"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "a5y17lte"
|
||
|
|
||
|
config EXYNOS7880
|
||
|
bool "Exynos 7880 SOC support"
|
||
|
default y
|
||
|
endif
|
||
|
|
||
|
if TARGET_A7Y17LTE
|
||
|
config SYS_BOARD
|
||
|
default "axy17lte"
|
||
|
help
|
||
|
a5y17lte is a production board for SM-A520F phone on Exynos7880 SoC.
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "samsung"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "a5y17lte"
|
||
|
|
||
|
config EXYNOS7880
|
||
|
bool "Exynos 7880 SOC support"
|
||
|
default y
|
||
|
endif
|
||
|
|
||
|
if TARGET_A3Y17LTE
|
||
|
config SYS_BOARD
|
||
|
default "axy17lte"
|
||
|
help
|
||
|
a3y17lte is a production board for SM-A520F phone on Exynos7880 SoC.
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "samsung"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "a3y17lte"
|
||
|
|
||
|
config EXYNOS7870
|
||
|
bool "Exynos 7870 SOC support"
|
||
|
default y
|
||
|
endif
|