X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fpci%2FKconfig;h=8b7e2ee6b0adf673343c5b59a28eec6b1fed8e46;hb=6888ba9905839cf58e477286ff5dd6a22fa6ac79;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=deea137f4e584897c5a01c9c030478cf344ec6dd;p=karo-tx-uboot.git diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index e69de29bb2..8b7e2ee6b0 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -0,0 +1,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