Kconfig 481 B

123456789101112131415
  1. config CARMA_FPGA
  2. tristate "CARMA DATA-FPGA Access Driver"
  3. depends on FSL_SOC && PPC_83xx && HAS_DMA && FSL_DMA
  4. default n
  5. help
  6. Say Y here to include support for communicating with the data
  7. processing FPGAs on the OVRO CARMA board.
  8. config CARMA_FPGA_PROGRAM
  9. tristate "CARMA DATA-FPGA Programmer"
  10. depends on FSL_SOC && PPC_83xx && HAS_DMA && FSL_DMA
  11. default n
  12. help
  13. Say Y here to include support for programming the data processing
  14. FPGAs on the OVRO CARMA board.