config: Better differentiate between disabled options and comments

This commit is contained in:
Maximilian Luz 2023-03-18 13:09:53 +01:00
parent 5bb23b3d38
commit 0297e8d380
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02
2 changed files with 60 additions and 60 deletions

View file

@ -1,6 +1,6 @@
#
# Surface Aggregator Module
#
##
## Surface Aggregator Module
##
CONFIG_SURFACE_AGGREGATOR=m
# CONFIG_SURFACE_AGGREGATOR_ERROR_INJECTION is not set
CONFIG_SURFACE_AGGREGATOR_BUS=y
@ -19,23 +19,23 @@ CONFIG_SURFACE_KBD=m
CONFIG_BATTERY_SURFACE=m
CONFIG_CHARGER_SURFACE=m
#
# Surface Hotplug
#
##
## Surface Hotplug
##
CONFIG_SURFACE_HOTPLUG=m
#
# IPTS and ITHC touchscreen
#
# This only enables the user interface for IPTS/ITHC data.
# For the touchscreen to work, you need to install iptsd.
#
##
## IPTS and ITHC touchscreen
##
## This only enables the user interface for IPTS/ITHC data.
## For the touchscreen to work, you need to install iptsd.
##
CONFIG_HID_IPTS=m
CONFIG_HID_ITHC=m
#
# Cameras: IPU3
#
##
## Cameras: IPU3
##
CONFIG_VIDEO_DW9719=m
CONFIG_VIDEO_IPU3_IMGU=m
CONFIG_VIDEO_IPU3_CIO2=m
@ -44,31 +44,31 @@ CONFIG_INTEL_SKL_INT3472=m
CONFIG_REGULATOR_TPS68470=m
CONFIG_COMMON_CLK_TPS68470=m
#
# Cameras: Sensor drivers
#
##
## Cameras: Sensor drivers
##
CONFIG_VIDEO_OV5693=m
CONFIG_VIDEO_OV7251=m
CONFIG_VIDEO_OV8865=m
#
# Surface 3: atomisp causes problems (see issue #1095). Disable it for now.
#
##
## Surface 3: atomisp causes problems (see issue #1095). Disable it for now.
##
# CONFIG_INTEL_ATOMISP is not set
#
# ALS Sensor for Surface Book 3, Surface Laptop 3, Surface Pro 7
#
##
## ALS Sensor for Surface Book 3, Surface Laptop 3, Surface Pro 7
##
CONFIG_APDS9960=m
#
# For Intel Thread Director (Alder-Lake)
#
##
## For Intel Thread Director (Alder-Lake)
##
CONFIG_IPC_CLASSES=y
#
# Other Drivers
#
##
## Other Drivers
##
CONFIG_INPUT_SOC_BUTTON_ARRAY=m
CONFIG_SURFACE_3_POWER_OPREGION=m
CONFIG_SURFACE_PRO3_BUTTON=m

View file

@ -1,6 +1,6 @@
#
# Surface Aggregator Module
#
##
## Surface Aggregator Module
##
CONFIG_SURFACE_AGGREGATOR=m
# CONFIG_SURFACE_AGGREGATOR_ERROR_INJECTION is not set
CONFIG_SURFACE_AGGREGATOR_BUS=y
@ -19,23 +19,23 @@ CONFIG_SURFACE_KBD=m
CONFIG_BATTERY_SURFACE=m
CONFIG_CHARGER_SURFACE=m
#
# Surface Hotplug
#
##
## Surface Hotplug
##
CONFIG_SURFACE_HOTPLUG=m
#
# IPTS and ITHC touchscreen
#
# This only enables the user interface for IPTS/ITHC data.
# For the touchscreen to work, you need to install iptsd.
#
##
## IPTS and ITHC touchscreen
##
## This only enables the user interface for IPTS/ITHC data.
## For the touchscreen to work, you need to install iptsd.
##
CONFIG_HID_IPTS=m
CONFIG_HID_ITHC=m
#
# Cameras: IPU3
#
##
## Cameras: IPU3
##
CONFIG_VIDEO_DW9719=m
CONFIG_VIDEO_IPU3_IMGU=m
CONFIG_VIDEO_IPU3_CIO2=m
@ -44,31 +44,31 @@ CONFIG_INTEL_SKL_INT3472=m
CONFIG_REGULATOR_TPS68470=m
CONFIG_COMMON_CLK_TPS68470=m
#
# Cameras: Sensor drivers
#
##
## Cameras: Sensor drivers
##
CONFIG_VIDEO_OV5693=m
CONFIG_VIDEO_OV7251=m
CONFIG_VIDEO_OV8865=m
#
# Surface 3: atomisp causes problems (see issue #1095). Disable it for now.
#
##
## Surface 3: atomisp causes problems (see issue #1095). Disable it for now.
##
# CONFIG_INTEL_ATOMISP is not set
#
# ALS Sensor for Surface Book 3, Surface Laptop 3, Surface Pro 7
#
##
## ALS Sensor for Surface Book 3, Surface Laptop 3, Surface Pro 7
##
CONFIG_APDS9960=m
#
# For Intel Thread Director (Alder-Lake)
#
##
## For Intel Thread Director (Alder-Lake)
##
CONFIG_IPC_CLASSES=y
#
# Other Drivers
#
##
## Other Drivers
##
CONFIG_INPUT_SOC_BUTTON_ARRAY=m
CONFIG_SURFACE_3_POWER_OPREGION=m
CONFIG_SURFACE_PRO3_BUTTON=m