Config.in 301 B

123456789101112131415
  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. mainmenu "OpenADK Configuration"
  4. config MODULES
  5. bool
  6. default y
  7. config ADK_HAVE_DOT_CONFIG
  8. bool
  9. default y
  10. source "target/Config.in"
  11. source "package/Config.in"