summaryrefslogtreecommitdiff
path: root/drivers/pci
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-12-19 14:38:05 (GMT)
committerTom Warren <twarren@nvidia.com>2017-01-03 17:34:13 (GMT)
commite090fdbaee0b53ae498345bf4735ae7a07d02544 (patch)
treece614a350e038b7a2dddcb455dbb9fb7e6de56a0 /drivers/pci
parentd5c453abef9e1023f8a6c0d8c93f402df34174fe (diff)
downloadu-boot-e090fdbaee0b53ae498345bf4735ae7a07d02544.tar.xz
pci: kconfig: fix spelling in description
Fix 'driver model' rather than 'driver mode' in description. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index ff2c370..275b29b 100644
--- a/drivers/pci/Kconfig
+++ b/drivers/pci/Kconfig
@@ -9,7 +9,7 @@ menuconfig PCI
if PCI
config DM_PCI
- bool "Enable driver mode for PCI"
+ bool "Enable driver model for PCI"
depends on DM
help
Use driver model for PCI. Driver model is the new method for