menu "Test config"

    config PERFORMANCE_LEVEL
        int
        range 0 3
        prompt "Performance level"

    config A
        bool
        default "y"

    config B
        bool
        default "n"

    config C
        bool
        default "y"
endmenu
