# 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