1config 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 9config CARMA_FPGA_PROGRAM 10 tristate "CARMA DATA-FPGA Programmer" 11 depends on FSL_SOC && PPC_83xx && HAS_DMA && FSL_DMA 12 default n 13 help 14 Say Y here to include support for programming the data processing 15 FPGAs on the OVRO CARMA board. 16