diff options
Diffstat (limited to 'drivers/video/fbdev/omap2/Kconfig')
-rw-r--r-- | drivers/video/fbdev/omap2/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/video/fbdev/omap2/Kconfig b/drivers/video/fbdev/omap2/Kconfig new file mode 100644 index 000000000..cd5dc27e7 --- /dev/null +++ b/drivers/video/fbdev/omap2/Kconfig @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0-only +if OF && (ARCH_OMAP2PLUS || COMPILE_TEST) + +source "drivers/video/fbdev/omap2/omapfb/Kconfig" + +endif |