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

config KERNEL_bare_metal
    select BARE_METAL
    help
      'Bare metal' refers to those programs that run without any kernel.
      
      You probably want to say 'y' here if you plan to use your compiler
      to build bootloaders. It is not yet suitable to build Linux kernels,
      though, because the APCI stuff relies on the target C library headers
      being available?!?!...