mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-22 20:24:27 +01:00
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>
This commit is contained in:
parent
d5c453abef
commit
e090fdbaee
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue