Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
598ef2a2
Commit
598ef2a2
authored
12 years ago
by
Florian Fainelli
Browse files
Options
Downloads
Patches
Plain Diff
package ep93xx touchscreen driver as a module
SVN-Revision: 32799
parent
0db5f358
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
target/linux/ep93xx/config-3.3
+1
-3
1 addition, 3 deletions
target/linux/ep93xx/config-3.3
target/linux/ep93xx/modules.mk
+15
-0
15 additions, 0 deletions
target/linux/ep93xx/modules.mk
with
16 additions
and
3 deletions
target/linux/ep93xx/config-3.3
+
1
−
3
View file @
598ef2a2
...
...
@@ -66,7 +66,6 @@ CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_WORKQUEUE=y
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_DEBUG_USER=y
CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_DNOTIFY=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_ELF_CORE=y
...
...
@@ -200,13 +199,12 @@ CONFIG_SPI_MASTER=y
CONFIG_SPLIT_PTLOCK_CPUS=999999
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
# CONFIG_TOUCHSCREEN_ATMEL_MXT is not set
# CONFIG_TOUCHSCREEN_AUO_PIXCIR is not set
# CONFIG_TOUCHSCREEN_BU21013 is not set
# CONFIG_TOUCHSCREEN_DYNAPRO is not set
# CONFIG_TOUCHSCREEN_EGALAX is not set
CONFIG_TOUCHSCREEN_EP93XX
=y
#
CONFIG_TOUCHSCREEN_EP93XX
is not set
# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
# CONFIG_TOUCHSCREEN_MAX11801 is not set
# CONFIG_TOUCHSCREEN_PIXCIR is not set
...
...
This diff is collapsed.
Click to expand it.
target/linux/ep93xx/modules.mk
+
15
−
0
View file @
598ef2a2
...
...
@@ -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
))
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment