1*ff3e077bSSimon Glassmenu "PCI" 2*ff3e077bSSimon Glass 3*ff3e077bSSimon Glassconfig DM_PCI 4*ff3e077bSSimon Glass bool "Enable driver mode for PCI" 5*ff3e077bSSimon Glass depends on DM 6*ff3e077bSSimon Glass help 7*ff3e077bSSimon Glass Use driver model for PCI. Driver model is the new method for 8*ff3e077bSSimon Glass orgnising devices in U-Boot. For PCI, driver model keeps track of 9*ff3e077bSSimon Glass available PCI devices, allows scanning of PCI buses and provides 10*ff3e077bSSimon Glass device configuration support. 11*ff3e077bSSimon Glass 12*ff3e077bSSimon Glassendmenu 13