blob: af3be590974d2572601aa2b16738b25a94f9ec21 [file] [log] [blame]
Beniamino Galvanibfcef282016-05-08 08:30:16 +02001if ARCH_MESON
2
3config 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
12if MESON_GXBB
13
14config TARGET_ODROID_C2
15 bool "ODROID-C2"
16 help
17 ODROID-C2 is a single board computer based on Meson GXBaby
18 with 2 GiB of RAM, Gigabit Ethernet, HDMI, 4 USB, micro-SD
19 slot, eMMC, IR receiver and a 40-pin GPIO header.
20
21endif
22
23config SYS_SOC
24 default "meson"
25
26config SYS_MALLOC_F_LEN
27 default 0x1000
28
Carlo Caione1e237372016-06-10 20:18:23 +020029source "board/amlogic/odroid-c2/Kconfig"
Beniamino Galvanibfcef282016-05-08 08:30:16 +020030
31endif