projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4234541
)
iommu: omap: add Kconfig OMAP dependency
author
Ohad Ben-Cohen
<ohad@wizery.com>
Mon, 29 Aug 2011 04:57:44 +0000
(07:57 +0300)
committer
Joerg Roedel
<joerg.roedel@amd.com>
Mon, 29 Aug 2011 10:38:19 +0000
(12:38 +0200)
Make CONFIG_OMAP_IOMMU depend on CONFIG_ARCH_OMAP so other
allmodconfig builds won't fail.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
drivers/iommu/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/iommu/Kconfig
b/drivers/iommu/Kconfig
index 432463b2e78d8dfa8d9ea7284edb94476da11037..d901930a8f83d4c7b3aa877e67ef5f61220b8297 100644
(file)
--- a/
drivers/iommu/Kconfig
+++ b/
drivers/iommu/Kconfig
@@
-110,6
+110,7
@@
config INTR_REMAP
# OMAP IOMMU support
config OMAP_IOMMU
bool "OMAP IOMMU Support"
+ depends on ARCH_OMAP
select IOMMU_API
config OMAP_IOVMM