Kconfig (dca3a783400a18e2bf4503b1d4a85c4d0ca1a7e4) Kconfig (a2b950ac7b1e6442919ee9e79c4963e134698869)
1menu "Remoteproc drivers"
2
3# REMOTEPROC gets selected by whoever wants it
4config REMOTEPROC
5 tristate
6 depends on HAS_DMA
1menu "Remoteproc drivers"
2
3# REMOTEPROC gets selected by whoever wants it
4config REMOTEPROC
5 tristate
6 depends on HAS_DMA
7 select CRC32
7 select FW_CONFIG
8 select VIRTIO
9
10config OMAP_REMOTEPROC
11 tristate "OMAP remoteproc support"
12 depends on HAS_DMA
13 depends on ARCH_OMAP4
14 depends on OMAP_IOMMU

--- 27 unchanged lines hidden ---
8 select FW_CONFIG
9 select VIRTIO
10
11config OMAP_REMOTEPROC
12 tristate "OMAP remoteproc support"
13 depends on HAS_DMA
14 depends on ARCH_OMAP4
15 depends on OMAP_IOMMU

--- 27 unchanged lines hidden ---