surface: Fix indentation and add comments

This commit is contained in:
PapaTutuWawa 2021-09-06 18:20:13 +02:00
parent 872d3e0a0c
commit ce662d88ca

View File

@ -117,15 +117,20 @@ in {
SURFACE_GPE m SURFACE_GPE m
SURFACE_BOOK1_DGPU_SWITCH m SURFACE_BOOK1_DGPU_SWITCH m
# #
# Other # Other
# #
PINCTRL_INTEL y # Prevent a non-fatal "kernel oops" at boot crashing udev
PINCTRL_SUNRISEPOINT y # (https://github.com/linux-surface/linux-surface/issues/61#issuecomment-579298172)
SERIAL_DEV_BUS y PINCTRL_INTEL y
SERIAL_DEV_CTRL_TTYPORT y PINCTRL_SUNRISEPOINT y
MFD_INTEL_LPSS_PCI y # TODO: Possibly not needed
INTEL_IDMA64 y # More kernel options for the SAM module
# (https://github.com/linux-surface/surface-aggregator-module/wiki/Testing-and-Installing)
SERIAL_DEV_BUS y
SERIAL_DEV_CTRL_TTYPORT y
MFD_INTEL_LPSS_PCI y
INTEL_IDMA64 y
''; '';
} }
]; ];