From eb454b555c3d70831c714f47d5f6869dcfc7cb30 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Sat, 11 Feb 2023 12:16:24 +0100 Subject: [PATCH] Fix config value Explicitly setting values to =n seems to cause issues with Open-Suse packaging. So use the (probably proper) "is not set" format instead. --- configs/surface-6.1.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/surface-6.1.config b/configs/surface-6.1.config index cfc7c355c..170bee59e 100644 --- a/configs/surface-6.1.config +++ b/configs/surface-6.1.config @@ -2,7 +2,7 @@ # Surface Aggregator Module # CONFIG_SURFACE_AGGREGATOR=m -CONFIG_SURFACE_AGGREGATOR_ERROR_INJECTION=n +# CONFIG_SURFACE_AGGREGATOR_ERROR_INJECTION is not set CONFIG_SURFACE_AGGREGATOR_BUS=y CONFIG_SURFACE_AGGREGATOR_CDEV=m CONFIG_SURFACE_AGGREGATOR_HUB=m