PCI: vmd: Fix malformed Kconfig default
authorUlf Magnusson <ulfalizer@gmail.com>
Tue, 6 Feb 2018 22:11:06 +0000 (23:11 +0100)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Fri, 23 Feb 2018 11:40:35 +0000 (11:40 +0000)
commit08622940b5cd2c8799992ca69e368caf1608af8d
tree2090a58b8738e975ab4caa34214af4c5d1ab5776
parent7928b2cbe55b2a410a0f5c1f154610059c57b1b2
PCI: vmd: Fix malformed Kconfig default

'default N' should be 'default n', though they happen to have the same
effect here, due to undefined symbols (N in this case) evaluating to n
in a tristate sense.

Remove the default instead of changing it. bool and tristate symbols
implicitly default to n.

Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
[lorenzo.pieralisi@arm.com: updated commit log]
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/host/Kconfig