d4bd230be3b05e335b8f547fcb24d73334c37522
[oweals/u-boot.git] / arch / arm / mach-meson / Kconfig
1 if ARCH_MESON
2
3 config MESON_GXBB
4         bool "Support Meson GXBaby"
5         select ARM64
6         select DM
7         select DM_SERIAL
8         help
9           The Amlogic Meson GXBaby (S905) is an ARM SoC with a
10           quad-core Cortex-A53 CPU and a Mali-450 GPU.
11
12 config MESON_GXL
13         bool "Support Meson GXL"
14         select ARM64
15         select DM
16         select DM_SERIAL
17         help
18           The Amlogic Meson GXL (S905X and S905X) is an ARM SoC with a
19           quad-core Cortex-A53 CPU and a Mali-450 GPU.
20
21 if MESON_GXBB
22
23 config TARGET_ODROID_C2
24         bool "ODROID-C2"
25         help
26           ODROID-C2 is a single board computer based on Meson GXBaby
27           with 2 GiB of RAM, Gigabit Ethernet, HDMI, 4 USB, micro-SD
28           slot, eMMC, IR receiver and a 40-pin GPIO header.
29
30 endif
31
32 if MESON_GXL
33
34 config TARGET_P212
35         bool "P212"
36         help
37           P212 is a reference dessign board based on Meson GXL S905X SoC
38           with 2 GiB of RAM, Ethernet, HDMI, 2 USB, micro-SD slot,
39           eMMC, IR receiver, CVBS+Audio jack and a SDIO WiFi module.
40
41 endif
42
43 config SYS_SOC
44         default "meson"
45
46 config SYS_MALLOC_F_LEN
47         default 0x1000
48
49 source "board/amlogic/odroid-c2/Kconfig"
50
51 source "board/amlogic/p212/Kconfig"
52
53 endif