1if 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 29source "board/amlogic/odroid-c2/Kconfig" 30 31endif 32