]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - drivers/pci/Kconfig
8b7e2ee6b0adf673343c5b59a28eec6b1fed8e46
[karo-tx-uboot.git] / drivers / pci / Kconfig
1 menu "PCI"
2
3 config 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
12 endmenu