diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-07-24 19:42:49 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-07-24 19:42:49 +0000 |
commit | 33dbc834e1c3d504af002895aae99865ac9f3909 (patch) | |
tree | 75b44fa316b0741e7f9091b94dc73af345ee83ee /target/linux/ep93xx/modules.mk | |
parent | 4a68d3214c27134a57a7b966d31c8371265c6906 (diff) | |
download | upstream-33dbc834e1c3d504af002895aae99865ac9f3909.tar.gz upstream-33dbc834e1c3d504af002895aae99865ac9f3909.tar.bz2 upstream-33dbc834e1c3d504af002895aae99865ac9f3909.zip |
[ep93xx] package ep93xx touchscreen driver as a module
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32799 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 3fc691f4c2..94d2c83f82 100644 --- a/target/linux/ep93xx/modules.mk +++ b/target/linux/ep93xx/modules.mk @@ -68,3 +68,18 @@ define KernelPackage/sound-soc-ep93xx-simone/description endef $(eval $(call KernelPackage,sound-soc-ep93xx-simone)) + +define KernelPackage/touchscreen-ep93xx + SUBMENU:=$(OTHER_MENU) + TITLE:=EP93xx input touchscreen support + KCONFIG:=CONFIG_TOUCHSCREEN_EP93XX + FILES:=$(LINUX_DIR)/drivers/input/touchscreen/ep93xx_ts.ko + AUTOLOAD:=$(call AutoLoad,51,ep93xx_ts) +endef + +define KernelPackage/touchscreen-ep93xx/description + EP93xx SoC input touchscreen support +endef + +$(eval $(call KernelPackage,touchscreen-ep93xx)) + |