]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/pci/Kconfig
dm: sandbox: pci: Add PCI support for sandbox
[people/ms/u-boot.git] / drivers / pci / Kconfig
CommitLineData
ff3e077b
SG
1menu "PCI"
2
3config DM_PCI
4 bool "Enable driver mode for PCI"
5 depends on DM
6 help
7 Use driver model for PCI. Driver model is the new method for
8 orgnising devices in U-Boot. For PCI, driver model keeps track of
9 available PCI devices, allows scanning of PCI buses and provides
10 device configuration support.
11
12endmenu