From 5a2388165673cd23738c01b716a04fe1b4e6c6d9 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Sun, 13 Jun 2021 21:28:50 +0200 Subject: [PATCH] pkg/ubuntu: Disable atomisp While the atomisp driver might be used for Surface 3 and Surface Pro 3 cameras in the future, it currently resides in staging and doesn't seem to work (at least according to its TODO file). It furthermore causes a notice to be printed, warning about the use of trace_printk(). So disable it for now to shut up that warning. --- pkg/debian/kernel/ubuntu.config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkg/debian/kernel/ubuntu.config b/pkg/debian/kernel/ubuntu.config index f03b16c47..ab74946a3 100644 --- a/pkg/debian/kernel/ubuntu.config +++ b/pkg/debian/kernel/ubuntu.config @@ -12,6 +12,11 @@ # CONFIG_STM_DUMMY is not set # CONFIG_TEST_BPF is not set +## +## Don't build atomisp +## +# CONFIG_INTEL_ATOMISP is not set + ## ## Clear out trusted key list as we don't have them. ##