summaryrefslogtreecommitdiff
path: root/config/kernel.in
blob: 1ae8b2e6bf6b2d1cb42c655f83c4846fc9c4f1f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Kernel options

menu "Operating System"

config KERNEL
    string

config KERNEL_VERSION
    string

choice
    bool
    prompt "Target OS"

source config.gen/kernel.in

endchoice

endmenu