diff options
Diffstat (limited to 'config/kernel.in')
-rw-r--r-- | config/kernel.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/kernel.in b/config/kernel.in index 1ae8b2e6..a2a96860 100644 --- a/config/kernel.in +++ b/config/kernel.in @@ -2,6 +2,12 @@ menu "Operating System" +# Config option used throughout the config and code to determine wether +# we hace a kernel or not (there might be different bare metal stuff... +config BARE_METAL + bool + default n + config KERNEL string |