Kconfig.projbuild 292 B

12345678910
  1. menu "Example Configuration"
  2. config EXAMPLE_MANUAL_DESC
  3. bool "Set up a USB descriptor manually in code"
  4. default y
  5. help
  6. You can set up a descriptor using Menuconfig or independently of
  7. your project configuration - manually in code
  8. endmenu