summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2011-10-20 08:37:23 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2011-12-06 10:58:30 +0100
commit939e35247eb4bc1dc9e9e99898b164937268a885 (patch)
tree8ee85b00822f23fda6ccdd6ac01654d8f9104752
parentf678caebca5665f1948eabc62bc99b357844c479 (diff)
misc: Compile hwmem misc driver
Signed-off-by: Philippe Langlais <philippe.langlais@stericsson.com>
-rw-r--r--drivers/misc/Kconfig8
-rw-r--r--drivers/misc/Makefile1
2 files changed, 9 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 2d6423c2d19..e5afaf47d14 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -490,6 +490,14 @@ config PCH_PHUB
To compile this driver as a module, choose M here: the module will
be called pch_phub.
+config HWMEM
+ bool "Hardware memory driver"
+ default n
+ help
+ This driver provides a way to allocate contiguous system memory which
+ can be used by hardware. It also enables accessing hwmem allocated
+ memory buffers through a secure id which can be shared across processes.
+
config USB_SWITCH_FSA9480
tristate "FSA9480 USB Switch"
depends on I2C
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
index 8f3efb68a14..a42948eea73 100644
--- a/drivers/misc/Makefile
+++ b/drivers/misc/Makefile
@@ -46,4 +46,5 @@ obj-y += ti-st/
obj-$(CONFIG_AB8500_PWM) += ab8500-pwm.o
obj-y += lis3lv02d/
obj-y += carma/
+obj-$(CONFIG_HWMEM) += hwmem/
obj-$(CONFIG_USB_SWITCH_FSA9480) += fsa9480.o