Skip to content

Commit

Permalink
PCI: remove depends on CONFIG_EXPERIMENTAL
Browse files Browse the repository at this point in the history
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a
while now and is almost always enabled by default. As agreed during the
Linux kernel summit, remove it from any "depends on" lines in Kconfigs.

Signed-off-by: Kees Cook <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
  • Loading branch information
kees authored and bjorn-helgaas committed Jan 17, 2013
1 parent 9e16721 commit 444ee9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pci/pcie/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ endchoice

config PCIE_PME
def_bool y
depends on PCIEPORTBUS && PM_RUNTIME && EXPERIMENTAL && ACPI
depends on PCIEPORTBUS && PM_RUNTIME && ACPI

0 comments on commit 444ee9b

Please sign in to comment.