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_BOOK1_DGPU_SWITCH m
#
# Other
#
PINCTRL_INTEL y
PINCTRL_SUNRISEPOINT y
SERIAL_DEV_BUS y
SERIAL_DEV_CTRL_TTYPORT y
MFD_INTEL_LPSS_PCI y
INTEL_IDMA64 y
#
# Other
#
# Prevent a non-fatal "kernel oops" at boot crashing udev
# (https://github.com/linux-surface/linux-surface/issues/61#issuecomment-579298172)
PINCTRL_INTEL y
PINCTRL_SUNRISEPOINT y
# TODO: Possibly not needed
# 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
'';
}
];