menu "GRSPW SpaceWire drivers"

config GRLIB_GRSPWROUTER
	tristate "GRSPW Router"
	default n
	depends on SPARC_LEON || RISCV
	help
	  This enables the GRSPW Router APB-Register interface driver. The 
	  GRSPW Router is VHDL-model of a highly configurable SpaceWire router
	  developed by Frontgrade Gaisler.

config GRLIB_GRSPW
        tristate "GRLIB GRSPW kernel library"
        default n
	depends on SPARC_LEON || RISCV
        help
          This adds the GRLIB GRSPW/GRSPW2 SpaceWire core kernel library,
          it is required by the GRSPW-user driver.

config GRLIB_GRSPWU
        tristate "GRLIB GRSPW driver"
        default n
	depends on SPARC_LEON || RISCV
        select GRLIB_MAPLIB
	select GRLIB_GRSPW
        help
          Add this GRLIB GRSPW/GRSPW2 SpaceWire core driver if you want to
	  be able to access the SpaceWire core(s) from User Space.

endmenu # GRSPW SpaceWire drivers
