summaryrefslogtreecommitdiff
path: root/config/companion_tools.in
blob: 5291f46672bc89d43dfb25ab0c50b88b6018e396 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Companion tools config options

menu "Companion tools"

config COMP_TOOLS_FOR_HOST
    bool
    prompt "Install companion tools for host"
    help
      Enable this option if you want to include the selected companion
      tools into the final toolchain (rather than just using them
      to build it).

source "config.gen/companion_tools.in"

endmenu