Kconfig 618 B

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