Config.in.os 467 B

12345678910111213141516171819202122
  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_BAREMETAL
  14. bool "Bare metal"
  15. help
  16. Create a bare metal appliance or toolchain.
  17. endchoice