diff options
Diffstat (limited to 'drivers/firmware/Kconfig')
| -rw-r--r-- | drivers/firmware/Kconfig | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig index 3c56afc5eb1b..b3a25a55ba23 100644 --- a/drivers/firmware/Kconfig +++ b/drivers/firmware/Kconfig @@ -145,4 +145,16 @@ config ISCSI_IBFT  	  detect iSCSI boot parameters dynamically during system boot, say Y.  	  Otherwise, say N. +config SIGMA +	tristate "SigmaStudio firmware loader" +	depends on I2C +	select CRC32 +	default n +	help +	  Enable helper functions for working with Analog Devices SigmaDSP +	  parts and binary firmwares produced by Analog Devices SigmaStudio. + +	  If unsure, say N here.  Drivers that need these helpers will select +	  this option automatically. +  endmenu | 
