summaryrefslogtreecommitdiff
path: root/config/kernel/bare-metal.experimental.in
blob: 7a4b5740ee26a797b54a5d54696e136eb8b79edd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Bare metal config options

config KERNEL_bare_metal
    select BARE_METAL
    help
      Say 'y' here if you want a simple C compiler with no C library.
      
      'Bare metal' also refer to those programs that run without any kernel.
      
      You probably want to say 'y' here if you plan to use your compiler
      to build only kernels or bootloaders.

config BARE_METAL
    bool
    default n