summaryrefslogtreecommitdiffstats
path: root/target/linux/ep93xx/modules.mk
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-07-24 19:43:35 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-07-24 19:43:35 +0000
commit6c435d6654c510ac3815a394912aa788caf44776 (patch)
tree104bc4b727a4393c82c14e886a3382042c009f94 /target/linux/ep93xx/modules.mk
parentcaefa9cc686a1f259e66205ee109725dc4586ca0 (diff)
[ep93xx] package ep93xx framebuffer
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32807 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ep93xx/modules.mk')
-rw-r--r--target/linux/ep93xx/modules.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/ep93xx/modules.mk b/target/linux/ep93xx/modules.mk
index 8b7060ffc..b8fc3067c 100644
--- a/target/linux/ep93xx/modules.mk
+++ b/target/linux/ep93xx/modules.mk
@@ -5,6 +5,21 @@
# See /LICENSE for more information.
#
+define KernelPackage/fb-ep93xx
+ SUBMENU:=$(VIDEO_MENU)
+ TITLE:=EP93xx framebuffer support
+ DEPENDS:=@TARGET_ep93xx +kmod-fb
+ KCONFIG:=CONFIG_FB_EP93XX
+ FILES:=$(LINUX_DIR)/drivers/video/ep93xx-fb.ko
+ AUTOLOAD:=$(call AutoLoad,51,ep93xx-fb)
+endef
+
+define KernelPackage/fb-ep93xx/description
+ EP93xx framebuffer support
+endef
+
+$(eval $(call KernelPackage,fb-ep93xx))
+
define KernelPackage/input-keyboard-ep93xx
SUBMENU:=$(OTHER_MENU)
TITLE:=EP93xx Matrix Keypad support