menuconfig GS
	bool "GrandStream Drivers"
	default y

if GS

config GS_NVRAM
        bool "Support for nvram"
        default y
        help
          This enable the driver for nvram

config GS_PROVISION
        bool "Support for provision"
        default y
        help
          This enable the driver for provision

config GS_FACTCFG
        bool "Support for factcfg"
        default y
        help
          This enable the driver for factcfg

config GS_STORAGE_FLASH
	bool "Support for flash storage"
	default y

config GS_STORAGE_EMMC
	bool "Support for eMMC storage"
	depends on MMC_BLOCK
	default y

config GS_BCD
	bool "Support bootloader bcd"
	depends on MMC_BLOCK
	default y

config BLKDEV_LED
	bool "Support for MMC USB block device LED"
	default y

endif
