menuconfig DIRECTFB tristate prompt "directfb " select HOST_DIRECTFB select MENU_XORG_FONTS select LIBPNG if DIRECTFB_IMAGE_PNG select LIBJPEG if DIRECTFB_IMAGE_JPEG select FREETYPE if DIRECTFB_FONT_FREETYPE select TSLIB if DIRECTFB_INPUT_TSLIB help DirectFB is a thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system with support for translucent windows and multiple display layers, not only on top of the Linux Framebuffer Device. It is a complete hardware abstraction layer with software fallbacks for every graphics operation that is not supported by the underlying hardware. DirectFB adds graphical power to embedded systems and sets a new standard for graphics under Linux. if DIRECTFB config DIRECTFB_DEBUG bool "build with debug support" config DIRECTFB_TRACE bool "build with trace support" config DIRECTFB_IMAGE_GIF bool "build GIF image provider" config DIRECTFB_IMAGE_PNG bool "build PNG image provider" config DIRECTFB_IMAGE_JPEG bool "build JPEG image provider" config DIRECTFB_FONT_FREETYPE bool "build FreeType2 font provider" config DIRECTFB_WM_UNIQUE bool "enable Unique (WM Module)" select DIRECTFB_IMAGE_PNG menu "input driver " config DIRECTFB_INPUT_KEYBOARD bool "keyboard" config DIRECTFB_INPUT_LINUXINPUT default y bool "linuxinput" config DIRECTFB_INPUT_PS2MOUSE bool "ps2mouse" config DIRECTFB_INPUT_TSLIB bool "tslib" endmenu endif