aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Ziegler <andreas.ziegler@fau.de>2016-03-15 07:28:32 -0400
committerBjorn Helgaas <bhelgaas@google.com>2016-03-15 09:46:57 -0400
commitcc73176cc91b67f4f07385d0dcfde954e54f42c3 (patch)
tree7d3e416017d08860e36a686f72b3c6c97557a072
parente7e127e3c767094aca96ee976729dc5f756666df (diff)
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: Andreas Ziegler <andreas.ziegler@fau.de> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
-rw-r--r--drivers/pci/pcie/Kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/pci/pcie/Kconfig b/drivers/pci/pcie/Kconfig
index e294713c8143..72db7f4209ca 100644
--- a/drivers/pci/pcie/Kconfig
+++ b/drivers/pci/pcie/Kconfig
@@ -44,6 +44,7 @@ config PCIEASPM
44 /sys/module/pcie_aspm/parameters/policy 44 /sys/module/pcie_aspm/parameters/policy
45 45
46 When in doubt, say Y. 46 When in doubt, say Y.
47
47config PCIEASPM_DEBUG 48config PCIEASPM_DEBUG
48 bool "Debug PCI Express ASPM" 49 bool "Debug PCI Express ASPM"
49 depends on PCIEASPM 50 depends on PCIEASPM
@@ -58,20 +59,20 @@ choice
58 depends on PCIEASPM 59 depends on PCIEASPM
59 60
60config PCIEASPM_DEFAULT 61config PCIEASPM_DEFAULT
61 bool "BIOS default" 62 bool "BIOS default"
62 depends on PCIEASPM 63 depends on PCIEASPM
63 help 64 help
64 Use the BIOS defaults for PCI Express ASPM. 65 Use the BIOS defaults for PCI Express ASPM.
65 66
66config PCIEASPM_POWERSAVE 67config PCIEASPM_POWERSAVE
67 bool "Powersave" 68 bool "Powersave"
68 depends on PCIEASPM 69 depends on PCIEASPM
69 help 70 help
70 Enable PCI Express ASPM L0s and L1 where possible, even if the 71 Enable PCI Express ASPM L0s and L1 where possible, even if the
71 BIOS did not. 72 BIOS did not.
72 73
73config PCIEASPM_PERFORMANCE 74config PCIEASPM_PERFORMANCE
74 bool "Performance" 75 bool "Performance"
75 depends on PCIEASPM 76 depends on PCIEASPM
76 help 77 help
77 Disable PCI Express ASPM L0s and L1, even if the BIOS enabled them. 78 Disable PCI Express ASPM L0s and L1, even if the BIOS enabled them.