menuconfig GRLIB_DRVPKG
	tristate "GRLIB Driver support"
	depends on SPARC_LEON || RISCV
	default n

if GRLIB_DRVPKG
source "drivers/grlib/misc/Kconfig"
source "drivers/grlib/spw/Kconfig"
endif
