menu "GRSPFI SpaceFibre drivers"

config GRLIB_GRSPFI
	tristate "GRSPFI kernel library"
	select REGMAP_MMIO
	default n
	depends on SPARC_LEON || RISCV
	help
	  This enables the GRSPFI kernel library.

config GRLIB_GRSPFI_CHARDEV
	tristate "GRSPFI character driver"
	select GRLIB_GRSPFI
	select GRLIB_MAPLIB
	default n
	depends on SPARC_LEON || RISCV
	help
	  This enables the GRSPFI character driver.

endmenu # GRSPFI SpaceFibre drivers
