diff options
author | Andreas Ziegler <andreas.ziegler@fau.de> | 2016-03-15 07:28:32 -0400 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-03-15 09:46:57 -0400 |
commit | cc73176cc91b67f4f07385d0dcfde954e54f42c3 (patch) | |
tree | 7d3e416017d08860e36a686f72b3c6c97557a072 | |
parent | e7e127e3c767094aca96ee976729dc5f756666df (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/Kconfig | 7 |
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 | |||
47 | config PCIEASPM_DEBUG | 48 | config 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 | ||
60 | config PCIEASPM_DEFAULT | 61 | config 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 | ||
66 | config PCIEASPM_POWERSAVE | 67 | config 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 | ||
73 | config PCIEASPM_PERFORMANCE | 74 | config 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. |