]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-meson/Kconfig
armv7: Add workaround for USB erratum A-008997
[u-boot] / 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 if MESON_GXBB
13
14 config 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
21 endif
22
23 config SYS_SOC
24         default "meson"
25
26 config SYS_MALLOC_F_LEN
27         default 0x1000
28
29 source "board/amlogic/odroid-c2/Kconfig"
30
31 endif