## SECTION=multimedia_framebuffer menuconfig FBV tristate select LIBPNG if FBV_PNG prompt "fbv " help fbv is a very simple graphic file viewer for the framebuffer console, capable of displaying GIF, JPEG, PNG and BMP files using libungif, libjpeg, and libpng. The image can be shown either in fit-to-screen or panning mode in 8, 15/16, and 32bpp. if FBV config FBV_PNG bool prompt "png support" default y config FBV_UNGIF bool depends on BROKEN prompt "(un)gif support" config FBV_JPEG bool depends on BROKEN prompt "jpeg support" config FBV_BMP bool depends on BROKEN prompt "bmp support" endif