summaryrefslogtreecommitdiff
path: root/drivers/pci/Kconfig
blob: 8b7e2ee6b0adf673343c5b59a28eec6b1fed8e46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
menu "PCI"

config DM_PCI
	bool "Enable driver mode for PCI"
	depends on DM
	help
	  Use driver model for PCI. Driver model is the new method for
	  orgnising devices in U-Boot. For PCI, driver model keeps track of
	  available PCI devices, allows scanning of PCI buses and provides
	  device configuration support.

endmenu