2011-02-11 16:34:29 +03:00
|
|
|
config CARMA_FPGA
|
|
|
|
tristate "CARMA DATA-FPGA Access Driver"
|
2014-11-23 17:23:49 +03:00
|
|
|
depends on FSL_SOC && PPC_83xx && HAS_DMA && FSL_DMA
|
2011-02-11 16:34:29 +03:00
|
|
|
default n
|
|
|
|
help
|
|
|
|
Say Y here to include support for communicating with the data
|
|
|
|
processing FPGAs on the OVRO CARMA board.
|
|
|
|
|
2011-02-11 16:34:30 +03:00
|
|
|
config CARMA_FPGA_PROGRAM
|
|
|
|
tristate "CARMA DATA-FPGA Programmer"
|
2014-11-23 17:23:50 +03:00
|
|
|
depends on FSL_SOC && PPC_83xx && HAS_DMA && FSL_DMA
|
2011-02-11 16:34:30 +03:00
|
|
|
default n
|
|
|
|
help
|
|
|
|
Say Y here to include support for programming the data processing
|
|
|
|
FPGAs on the OVRO CARMA board.
|