diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-07-24 19:43:35 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-07-24 19:43:35 +0000 |
commit | 587f85ac2018295a078c6d27255c66bf624b8897 (patch) | |
tree | b82d9500816d8b28442ba57c30efe78248817b84 /target/linux/ep93xx/modules.mk | |
parent | 5915c85d809b87558c520ac297251a1b04ac377f (diff) | |
download | upstream-587f85ac2018295a078c6d27255c66bf624b8897.tar.gz upstream-587f85ac2018295a078c6d27255c66bf624b8897.tar.bz2 upstream-587f85ac2018295a078c6d27255c66bf624b8897.zip |
package ep93xx framebuffer
SVN-Revision: 32807
Diffstat (limited to 'target/linux/ep93xx/modules.mk')
-rw-r--r-- | target/linux/ep93xx/modules.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/ep93xx/modules.mk b/target/linux/ep93xx/modules.mk index 8b7060ffc7..b8fc3067ce 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 |