treesls/kernel/config.cmake

5 lines
311 B
CMake

chcore_config(CHCORE_KERNEL_DEBUG BOOL OFF "Build debug version of the kernel?")
chcore_config(CHCORE_KERNEL_TEST BOOL OFF "Enable kernel tests?")
chcore_config(CHCORE_KERNEL_VIRT BOOL OFF "Enable virtualization support in kernel?")
chcore_config(CHCORE_KERNEL_RT BOOL OFF "Enable realtime support in kernel?")