diff options
-rw-r--r-- | drivers/iommu/Kconfig | 4 | ||||
-rw-r--r-- | drivers/media/video/Kconfig | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index d901930a8f83..ae46776c1b80 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig | |||
@@ -114,8 +114,8 @@ config OMAP_IOMMU | |||
114 | select IOMMU_API | 114 | select IOMMU_API |
115 | 115 | ||
116 | config OMAP_IOVMM | 116 | config OMAP_IOVMM |
117 | tristate | 117 | tristate "OMAP IO Virtual Memory Manager Support" |
118 | select OMAP_IOMMU | 118 | depends on OMAP_IOMMU |
119 | 119 | ||
120 | config OMAP_IOMMU_DEBUG | 120 | config OMAP_IOMMU_DEBUG |
121 | tristate "Export OMAP IOMMU/IOVMM internals in DebugFS" | 121 | tristate "Export OMAP IOMMU/IOVMM internals in DebugFS" |
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 6a25fad56655..620106937ec6 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -763,8 +763,7 @@ source "drivers/media/video/m5mols/Kconfig" | |||
763 | 763 | ||
764 | config VIDEO_OMAP3 | 764 | config VIDEO_OMAP3 |
765 | tristate "OMAP 3 Camera support (EXPERIMENTAL)" | 765 | tristate "OMAP 3 Camera support (EXPERIMENTAL)" |
766 | select OMAP_IOVMM | 766 | depends on OMAP_IOVMM && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3 && EXPERIMENTAL |
767 | depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3 && EXPERIMENTAL | ||
768 | ---help--- | 767 | ---help--- |
769 | Driver for an OMAP 3 camera controller. | 768 | Driver for an OMAP 3 camera controller. |
770 | 769 | ||