Kconfig 436 B

12345678910111213141516171819
  1. #
  2. # IBM Accelerator Family 'GenWQE'
  3. #
  4. menuconfig GENWQE
  5. tristate "GenWQE PCIe Accelerator"
  6. depends on PCI && 64BIT
  7. select CRC_ITU_T
  8. default n
  9. help
  10. Enables PCIe card driver for IBM GenWQE accelerators.
  11. The user-space interface is described in
  12. include/linux/genwqe/genwqe_card.h.
  13. config GENWQE_PLATFORM_ERROR_RECOVERY
  14. int "Use platform recovery procedures (0=off, 1=on)"
  15. depends on GENWQE
  16. default 1 if PPC64
  17. default 0