]> rtime.felk.cvut.cz Git - vajnamar/linux-xlnx.git/commitdiff
remoteproc: Select SRAM for Zynq remoteproc
authorWendy Liang <wendy.liang@xilinx.com>
Wed, 15 Mar 2017 04:02:07 +0000 (21:02 -0700)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 15 Mar 2017 08:25:04 +0000 (09:25 +0100)
The Zynq remoteproc driver uses SRAM for firmware
memory, select the SRAM if the remoteproc driver
is selected.

Signed-off-by: Wendy Liang <jliang@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/remoteproc/Kconfig

index 074be854e0c54a18189b6f8412b8fa139ed42361..bd09514dd68c303ebac099ae93a6aa91ce8d9288 100644 (file)
@@ -123,6 +123,7 @@ config ZYNQ_REMOTEPROC
        select REMOTEPROC
        select RPMSG_VIRTIO
        select HOTPLUG_CPU
+       select SRAM
        help
          Say y here to support Xilinx ZynQ remote processors (the second
          ARM CORTEX-A9 cpu) via the remote processor framework.