Kconfig 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # Copyright (C) 2018 RDA Technologies Limited and/or its affiliates("RDA").
  2. # All rights reserved.
  3. #
  4. # This software is supplied "AS IS" without any warranties.
  5. # RDA assumes no responsibility or liability for the use of the software,
  6. # conveys no license or title under any patent, copyright, or mask work
  7. # right to the product. RDA reserves the right to make changes in the
  8. # software without notification. RDA also make no representation or
  9. # warranty that such application will be suitable for the specified use
  10. # without further testing or modification.
  11. mainmenu "Main Menu"
  12. osource "components/chip/Kconfig"
  13. osource "components/bootloader/Kconfig"
  14. osource "components/kernel/Kconfig"
  15. osource "components/hal/Kconfig"
  16. osource "components/driver/Kconfig"
  17. osource "components/console/Kconfig"
  18. osource "components/fs/Kconfig"
  19. osource "components/rpc/Kconfig"
  20. osource "components/cfw/Kconfig"
  21. osource "components/mal/Kconfig"
  22. osource "components/service/Kconfig"
  23. osource "components/diag/Kconfig"
  24. osource "components/firmwareupdate/Kconfig"
  25. osource "components/appstart/Kconfig"
  26. osource "components/net/Kconfig"
  27. osource "components/atr/Kconfig"
  28. osource "components/ats/Kconfig"
  29. osource "components/modem/Kconfig"
  30. osource "components/halo_rec/Kconfig"
  31. osource "components/nvm/Kconfig"
  32. osource "components/connectivity/Kconfig"
  33. osource "components/bt_app/Kconfig"
  34. osource "components/audio/Kconfig"
  35. osource "components/tts/Kconfig"
  36. osource "components/littlevgl/Kconfig"
  37. osource "components/aworker/Kconfig"
  38. osource "components/calclib/Kconfig"
  39. osource "components/micropython/ports/ivykit/Kconfig"
  40. osource "components/ml/Kconfig"
  41. osource "components/tb/Kconfig"
  42. osource "components/lpa/Kconfig"
  43. osource "examples/Kconfig"
  44. osource "components/tfm/Kconfig"
  45. osource "components/pam/Kconfig"
  46. osource "components/gnss/Kconfig"
  47. osource "components/openCPU/Kconfig"
  48. osource "components/quectel/Kconfig"
  49. osource "components/ql-kernel/Kconfig"