From: Simon Kuenzer Date: Wed, 11 Dec 2024 21:32:51 +0000 (-0800) Subject: lib/ukconsole: Enable as default X-Git-Tag: RELEASE-0.18.0~8 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=146209292cb330596e3a3cd1d9de9c9eeaef2ee0;p=unikraft%2Funikraft.git lib/ukconsole: Enable as default 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 Reviewed-by: Oleksii Moisieiev Reviewed-by: Oleksii Moisieiev Reviewed-by: Michalis Pappas Approved-by: Michalis Pappas GitHub-Closes: #1501 --- diff --git a/lib/ukconsole/Config.uk b/lib/ukconsole/Config.uk index 671fe0855..a17cacbad 100644 --- a/lib/ukconsole/Config.uk +++ b/lib/ukconsole/Config.uk @@ -1,5 +1,6 @@ menuconfig LIBUKCONSOLE bool "ukconsole: generic console driver interface" + default y if LIBUKCONSOLE config LIBUKCONSOLE_TEST