提交 cc73176c 编写于 作者: A Andreas Ziegler 提交者: Bjorn Helgaas

PCI: Cleanup pci/pcie/Kconfig whitespace

Clean up style issues in drivers/pci/pcie/Kconfig, in particular all
indentation is now done using tabs, not spaces, and the definition of
PCIEASPM_DEBUG is now separated from the definition of PCIEASPM with a
newline.
Signed-off-by: NAndreas Ziegler <andreas.ziegler@fau.de>
Signed-off-by: NBjorn Helgaas <bhelgaas@google.com>
上级 e7e127e3
...@@ -44,6 +44,7 @@ config PCIEASPM ...@@ -44,6 +44,7 @@ config PCIEASPM
/sys/module/pcie_aspm/parameters/policy /sys/module/pcie_aspm/parameters/policy
When in doubt, say Y. When in doubt, say Y.
config PCIEASPM_DEBUG config PCIEASPM_DEBUG
bool "Debug PCI Express ASPM" bool "Debug PCI Express ASPM"
depends on PCIEASPM depends on PCIEASPM
...@@ -58,20 +59,20 @@ choice ...@@ -58,20 +59,20 @@ choice
depends on PCIEASPM depends on PCIEASPM
config PCIEASPM_DEFAULT config PCIEASPM_DEFAULT
bool "BIOS default" bool "BIOS default"
depends on PCIEASPM depends on PCIEASPM
help help
Use the BIOS defaults for PCI Express ASPM. Use the BIOS defaults for PCI Express ASPM.
config PCIEASPM_POWERSAVE config PCIEASPM_POWERSAVE
bool "Powersave" bool "Powersave"
depends on PCIEASPM depends on PCIEASPM
help help
Enable PCI Express ASPM L0s and L1 where possible, even if the Enable PCI Express ASPM L0s and L1 where possible, even if the
BIOS did not. BIOS did not.
config PCIEASPM_PERFORMANCE config PCIEASPM_PERFORMANCE
bool "Performance" bool "Performance"
depends on PCIEASPM depends on PCIEASPM
help help
Disable PCI Express ASPM L0s and L1, even if the BIOS enabled them. Disable PCI Express ASPM L0s and L1, even if the BIOS enabled them.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册