armv8: layerscape: Enable EHCI access for LS1012A
[oweals/u-boot.git] / arch / arm / mach-owl / Kconfig
1 if ARCH_OWL
2
3 config SYS_SOC
4         default "owl"
5
6 choice
7         prompt "Actions Semi OWL SoCs board select"
8         optional
9
10 config TARGET_BUBBLEGUM_96
11         bool "96Boards Bubblegum-96"
12         help
13           Support for 96Boards Bubblegum-96. This board complies with
14           96Board Consumer Edition Specification. Features:
15           - Actions Semi S900 SoC (4xCortex A53, Power VR G6230 GPU)
16           - 2GiB RAM
17           - 8GiB eMMC, uSD slot
18           - WiFi, Bluetooth and GPS module
19           - 2x Host, 1x Device USB port
20           - HDMI
21           - 20-pin low speed and 40-pin high speed expanders, 6 LED, 3 buttons
22
23 endchoice
24
25 source "board/ucRobotics/bubblegum_96/Kconfig"
26
27 endif