summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/Makefile
diff options
context:
space:
mode:
authorMike Frysinger2011-03-23 00:34:40 +0100
committerLinus Torvalds2011-03-23 01:44:15 +0100
commite359dc24d32e58c795fc339cb3e89ea6330fceae (patch)
tree824561f59ab4d217bf09462021095235df825f0e /drivers/firmware/Makefile
parentkstrto*: converting strings to integers done (hopefully) right (diff)
downloadkernel-qcow2-linux-e359dc24d32e58c795fc339cb3e89ea6330fceae.tar.gz
kernel-qcow2-linux-e359dc24d32e58c795fc339cb3e89ea6330fceae.tar.xz
kernel-qcow2-linux-e359dc24d32e58c795fc339cb3e89ea6330fceae.zip
sigma-firmware: loader for Analog Devices' SigmaStudio
Analog Devices' SigmaStudio can produce firmware blobs for devices with these DSPs embedded (like some audio codecs). Allow these device drivers to easily parse and load them. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/firmware/Makefile')
-rw-r--r--drivers/firmware/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firmware/Makefile b/drivers/firmware/Makefile
index 20c17fca1232..00bb0b80a79f 100644
--- a/drivers/firmware/Makefile
+++ b/drivers/firmware/Makefile
@@ -12,3 +12,4 @@ obj-$(CONFIG_DMIID) += dmi-id.o
obj-$(CONFIG_ISCSI_IBFT_FIND) += iscsi_ibft_find.o
obj-$(CONFIG_ISCSI_IBFT) += iscsi_ibft.o
obj-$(CONFIG_FIRMWARE_MEMMAP) += memmap.o
+obj-$(CONFIG_SIGMA) += sigma.o