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