diff options
author | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-03-13 11:18:20 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-03-18 05:58:34 +0100 |
commit | 012e3ca3cb4d7f50699b983af86532aa92faa90f (patch) | |
tree | 5e758b111d8ae7c9cd080033639a97c539b1ba79 /drivers/media/platform/omap/Kconfig | |
parent | ceafdaac46ea2c623a64eabaed64abd2fe7cb76f (diff) |
media: platform: rename omap/ to ti/omap/
As the end goal is to have platform drivers split by vendor,
rename omap/ to ti/omap/.
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Peter Ujfalusi <peter.ujfalusi@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/platform/omap/Kconfig')
-rw-r--r-- | drivers/media/platform/omap/Kconfig | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/media/platform/omap/Kconfig b/drivers/media/platform/omap/Kconfig deleted file mode 100644 index 789d5e5686c7..000000000000 --- a/drivers/media/platform/omap/Kconfig +++ /dev/null @@ -1,17 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0-only -config VIDEO_OMAP2_VOUT_VRFB - bool - default y - depends on VIDEO_OMAP2_VOUT && (OMAP2_VRFB || COMPILE_TEST) - -config VIDEO_OMAP2_VOUT - tristate "OMAP2/OMAP3 V4L2-Display driver" - depends on V4L_PLATFORM_DRIVERS - depends on MMU - depends on FB_OMAP2 || (COMPILE_TEST && FB_OMAP2=n) - depends on ARCH_OMAP2 || ARCH_OMAP3 || COMPILE_TEST - depends on VIDEO_V4L2 - select VIDEOBUF2_DMA_CONTIG - select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP3 - help - V4L2 Display driver support for OMAP2/3 based boards. |