2011-02-11 21:34:29 +08:00
|
|
|
config CARMA_FPGA
|
|
|
|
tristate "CARMA DATA-FPGA Access Driver"
|
2014-11-23 22:23:49 +08:00
|
|
|
depends on FSL_SOC && PPC_83xx && HAS_DMA && FSL_DMA
|
2011-02-11 21:34:29 +08: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 21:34:30 +08:00
|
|
|
config CARMA_FPGA_PROGRAM
|
|
|
|
tristate "CARMA DATA-FPGA Programmer"
|
2014-11-23 22:23:50 +08:00
|
|
|
depends on FSL_SOC && PPC_83xx && HAS_DMA && FSL_DMA
|
2011-02-11 21:34:30 +08:00
|
|
|
default n
|
|
|
|
help
|
|
|
|
Say Y here to include support for programming the data processing
|
|
|
|
FPGAs on the OVRO CARMA board.
|