mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 14:02:06 -04:00
VRFB is only used by omapfb, so we can move it under omapfb's directory. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Acked-by: Dave Airlie <airlied@gmail.com> Acked-by: Rob Clark <robdclark@gmail.com>
8 lines
179 B
Plaintext
8 lines
179 B
Plaintext
if ARCH_OMAP2PLUS
|
|
|
|
source "drivers/video/fbdev/omap2/dss/Kconfig"
|
|
source "drivers/video/fbdev/omap2/omapfb/Kconfig"
|
|
source "drivers/video/fbdev/omap2/displays-new/Kconfig"
|
|
|
|
endif
|