summaryrefslogtreecommitdiff
path: root/config/global.in
blob: 0dff199cf49d03fe3087e260e2057ce10ca66ffc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Overall toolchain configuration: paths, jobs, etc...

config CT_VERSION
    string
    option env="CT_VERSION"

# Allow unconditional usage of tristates
config MODULES
    bool
    option modules
    default y

menu "Paths and misc options"

source "config/global/ct-behave.in"
source "config/global/paths.in"
source "config/global/download.in"
source "config/global/extract.in"
source "config/global/build-behave.in"
source "config/global/logging.in"

endmenu