Kconfig 1.4 KB

12345678910111213141516171819202122232425262728293031
  1. config NTB_IDT
  2. tristate "IDT PCIe-switch Non-Transparent Bridge support"
  3. depends on PCI
  4. help
  5. This driver supports NTB of cappable IDT PCIe-switches.
  6. Some of the pre-initializations must be made before IDT PCIe-switch
  7. exposes it NT-functions correctly. It should be done by either proper
  8. initialisation of EEPROM connected to master smbus of the switch or
  9. by BIOS using slave-SMBus interface changing corresponding registers
  10. value. Evidently it must be done before PCI bus enumeration is
  11. finished in Linux kernel.
  12. First of all partitions must be activated and properly assigned to all
  13. the ports with NT-functions intended to be activated (see SWPARTxCTL
  14. and SWPORTxCTL registers). Then all NT-function BARs must be enabled
  15. with chosen valid aperture. For memory windows related BARs the
  16. aperture settings shall determine the maximum size of memory windows
  17. accepted by a BAR. Note that BAR0 must map PCI configuration space
  18. registers.
  19. It's worth to note, that since a part of this driver relies on the
  20. BAR settings of peer NT-functions, the BAR setups can't be done over
  21. kernel PCI fixups. That's why the alternative pre-initialization
  22. techniques like BIOS using SMBus interface or EEPROM should be
  23. utilized. Additionally if one needs to have temperature sensor
  24. information printed to system log, the corresponding registers must
  25. be initialized within BIOS/EEPROM as well.
  26. If unsure, say N.