menu "Misc GRLIB drivers Help Functions"

config GRLIB_MAPLIB
        tristate "GRLIB Memory Mapping Library driver"
        default y
	depends on SPARC_LEON || RISCV
        help
          Memory Library driver used by GRLIB drivers to memory
          MAP linear low memory to user space. The memory can be used
          to implement zero-copy between kernel space and user space.
          To work efficiently it requires cache snooping in hardware.

          Currently the GRSPW driver uses this driver.

endmenu # Misc help functions
