Manivannan Sadhasivam | 97775d2 | 2018-06-14 23:38:31 +0530 | [diff] [blame] | 1 | if ARCH_OWL |
| 2 | |
| 3 | config SYS_SOC |
| 4 | default "owl" |
| 5 | |
Manivannan Sadhasivam | eba6589 | 2018-06-14 23:38:32 +0530 | [diff] [blame] | 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 | |
Manivannan Sadhasivam | 97775d2 | 2018-06-14 23:38:31 +0530 | [diff] [blame] | 27 | endif |