Config.in.os 560 B

123456789101112131415161718192021222324252627
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. choice
  4. prompt "Operating System"
  5. config ADK_TARGET_OS_LINUX
  6. bool "Linux"
  7. help
  8. Create a Linux system or toolchain.
  9. config ADK_TARGET_OS_FROSTED
  10. bool "Frosted"
  11. help
  12. Create a frosted appliance or toolchain.
  13. config ADK_TARGET_OS_ZEPHYR
  14. bool "Zephyr"
  15. help
  16. Create a zephyr appliance or toolchain.
  17. config ADK_TARGET_OS_BAREMETAL
  18. bool "Bare metal"
  19. help
  20. Create a bare metal appliance or toolchain.
  21. endchoice