Explorar el Código

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.
Maximilian Luz hace 2 años
padre
commit
eb454b555c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      configs/surface-6.1.config

+ 1 - 1
configs/surface-6.1.config

@@ -2,7 +2,7 @@
 # Surface Aggregator Module
 # Surface Aggregator Module
 #
 #
 CONFIG_SURFACE_AGGREGATOR=m
 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_BUS=y
 CONFIG_SURFACE_AGGREGATOR_CDEV=m
 CONFIG_SURFACE_AGGREGATOR_CDEV=m
 CONFIG_SURFACE_AGGREGATOR_HUB=m
 CONFIG_SURFACE_AGGREGATOR_HUB=m