diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2016-12-19 15:38:05 +0100 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2017-01-03 10:34:13 -0700 |
commit | e090fdbaee0b53ae498345bf4735ae7a07d02544 (patch) | |
tree | ce614a350e038b7a2dddcb455dbb9fb7e6de56a0 /drivers/pci/Kconfig | |
parent | d5c453abef9e1023f8a6c0d8c93f402df34174fe (diff) | |
download | u-boot-imx-e090fdbaee0b53ae498345bf4735ae7a07d02544.zip u-boot-imx-e090fdbaee0b53ae498345bf4735ae7a07d02544.tar.gz u-boot-imx-e090fdbaee0b53ae498345bf4735ae7a07d02544.tar.bz2 |
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/Kconfig')
-rw-r--r-- | drivers/pci/Kconfig | 2 |
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 |