2016-05-08 06:30:16 +00:00
|
|
|
if ARCH_MESON
|
|
|
|
|
2018-10-05 08:25:47 +00:00
|
|
|
config MESON64_COMMON
|
|
|
|
bool
|
2016-05-08 06:30:16 +00:00
|
|
|
select ARM64
|
2018-06-14 11:43:39 +00:00
|
|
|
select CLK
|
2016-05-08 06:30:16 +00:00
|
|
|
select DM
|
|
|
|
select DM_SERIAL
|
2018-09-05 13:56:12 +00:00
|
|
|
select SYSCON
|
|
|
|
select REGMAP
|
2019-12-26 11:33:53 +00:00
|
|
|
select PWRSEQ
|
2018-07-27 12:10:00 +00:00
|
|
|
select BOARD_LATE_INIT
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2018-10-05 08:25:47 +00:00
|
|
|
|
2018-10-05 15:00:37 +00:00
|
|
|
config MESON_GX
|
|
|
|
bool
|
|
|
|
select MESON64_COMMON
|
|
|
|
|
2018-10-25 14:41:37 +00:00
|
|
|
choice
|
|
|
|
prompt "Platform select"
|
|
|
|
default MESON_GXBB
|
|
|
|
|
2018-10-05 08:25:47 +00:00
|
|
|
config MESON_GXBB
|
2018-10-25 14:41:37 +00:00
|
|
|
bool "GXBB"
|
2018-10-05 15:00:37 +00:00
|
|
|
select MESON_GX
|
2018-10-25 14:41:37 +00:00
|
|
|
help
|
|
|
|
Select this if your SoC is an S905
|
2016-05-08 06:30:16 +00:00
|
|
|
|
2017-10-12 13:50:32 +00:00
|
|
|
config MESON_GXL
|
2018-10-25 14:41:37 +00:00
|
|
|
bool "GXL"
|
2018-10-05 15:00:37 +00:00
|
|
|
select MESON_GX
|
2018-10-25 14:41:37 +00:00
|
|
|
help
|
|
|
|
Select this if your SoC is an S905X/D or S805X
|
2017-10-12 13:50:32 +00:00
|
|
|
|
2018-10-03 10:02:07 +00:00
|
|
|
config MESON_GXM
|
2018-10-25 14:41:37 +00:00
|
|
|
bool "GXM"
|
2018-10-05 15:00:37 +00:00
|
|
|
select MESON_GX
|
2016-05-08 06:30:16 +00:00
|
|
|
help
|
2018-10-25 14:41:37 +00:00
|
|
|
Select this if your SoC is an S912
|
2018-10-03 10:02:07 +00:00
|
|
|
|
2018-09-05 13:56:12 +00:00
|
|
|
config MESON_AXG
|
|
|
|
bool "AXG"
|
|
|
|
select MESON64_COMMON
|
|
|
|
help
|
2019-02-08 15:23:20 +00:00
|
|
|
Select this if your SoC is an A113X/D
|
|
|
|
|
|
|
|
config MESON_G12A
|
|
|
|
bool "G12A"
|
|
|
|
select MESON64_COMMON
|
|
|
|
help
|
|
|
|
Select this if your SoC is an S905X/D2
|
2018-09-05 13:56:12 +00:00
|
|
|
|
2018-10-05 08:25:47 +00:00
|
|
|
endchoice
|
2018-10-03 10:02:07 +00:00
|
|
|
|
2016-05-08 06:30:16 +00:00
|
|
|
config SYS_SOC
|
|
|
|
default "meson"
|
|
|
|
|
|
|
|
config SYS_MALLOC_F_LEN
|
|
|
|
default 0x1000
|
|
|
|
|
2018-10-25 14:41:37 +00:00
|
|
|
config SYS_VENDOR
|
|
|
|
string "Vendor name"
|
|
|
|
default "amlogic"
|
|
|
|
help
|
|
|
|
This option contains information about board name.
|
|
|
|
Based on this option board/<CONFIG_SYS_VENDOR>/<CONFIG_SYS_BOARD> will
|
|
|
|
be used.
|
2016-05-08 06:30:16 +00:00
|
|
|
|
2018-10-25 14:41:37 +00:00
|
|
|
config SYS_BOARD
|
|
|
|
string "Board name"
|
2019-03-23 11:52:22 +00:00
|
|
|
default "p200" if MESON_GXBB
|
2018-10-25 14:41:37 +00:00
|
|
|
default "p212" if MESON_GXL
|
|
|
|
default "q200" if MESON_GXM
|
2018-09-05 13:57:11 +00:00
|
|
|
default "s400" if MESON_AXG
|
2019-02-08 15:23:20 +00:00
|
|
|
default "u200" if MESON_G12A
|
2018-10-25 14:41:37 +00:00
|
|
|
default ""
|
|
|
|
help
|
|
|
|
This option contains information about board name.
|
|
|
|
Based on this option board/<CONFIG_SYS_VENDOR>/<CONFIG_SYS_BOARD> will
|
|
|
|
be used.
|
2017-10-12 13:50:32 +00:00
|
|
|
|
2018-10-25 14:41:37 +00:00
|
|
|
config SYS_CONFIG_NAME
|
|
|
|
string "Board configuration name"
|
|
|
|
default "meson64"
|
|
|
|
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.
|
2018-10-03 10:02:07 +00:00
|
|
|
|
2016-05-08 06:30:16 +00:00
|
|
|
endif
|