]> xenbits.xensource.com Git - unikraft/unikraft.git/commitdiff
lib/ukconsole: Enable as default
authorSimon Kuenzer <simon@unikraft.io>
Wed, 11 Dec 2024 21:32:51 +0000 (13:32 -0800)
committerUnikraft Bot <monkey@unikraft.io>
Sat, 14 Dec 2024 10:47:47 +0000 (10:47 +0000)
This commit enables ukconsole as default. This is something that should
never be done for libraries or options because a fresh and clean
configuration should always lead to a minimal unikernel configuration and
KConfig has no option to "unselect" an setting.
We consider the console as special case because otherwise no kernel
messages are visible for initial configurations.

Signed-off-by: Simon Kuenzer <simon@unikraft.io>
Reviewed-by: Oleksii Moisieiev <oleksii_moisieiev@epam.com>
Reviewed-by: Oleksii Moisieiev <oleksii_moisieiev@epam.com>
Reviewed-by: Michalis Pappas <michalis@unikraft.io>
Approved-by: Michalis Pappas <michalis@unikraft.io>
GitHub-Closes: #1501

lib/ukconsole/Config.uk

index 671fe08552646ce172a6bd1bcca19975ef0bd6fa..a17cacbad5a01d48cd502d4748fd1da27505d53f 100644 (file)
@@ -1,5 +1,6 @@
 menuconfig LIBUKCONSOLE
        bool "ukconsole: generic console driver interface"
+       default y
 
 if LIBUKCONSOLE
 config LIBUKCONSOLE_TEST