Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
L
linux-pinebookpro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
manjaro-arm
P
packages
core
linux-pinebookpro
Commits
c0b598af
Verified
Commit
c0b598af
authored
Dec 03, 2019
by
Dan Johansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enable CPUGREQ governors
parent
d96d8c76
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
PKGBUILD
PKGBUILD
+2
-2
config
config
+6
-5
No files found.
PKGBUILD
View file @
c0b598af
...
...
@@ -8,7 +8,7 @@ _srcname=linux-pinebook-pro
_kernelname
=
${
pkgbase
#linux
}
_desc
=
"AArch64 Pinebook Pro kernel"
pkgver
=
5.4.0
pkgrel
=
1.
2
pkgrel
=
1.
3
arch
=(
'aarch64'
)
url
=
"https://gitlab.manjaro.org/tsys/
${
_pkgname
}
"
license
=(
'GPL2'
)
...
...
@@ -41,7 +41,7 @@ source=("https://gitlab.manjaro.org/tsys/linux-pinebook-pro/-/archive/${_commit}
md5sums
=(
'86c0e0e4e437c53b0c917124189de4f9'
'6ee347975dca719ecd63a846cc5983b2'
'481f71a08407ec05b2cc055067290015'
'
1a79a57bfe087dc2e22f107ca0bd1f0a
'
'
d1917d8f78aaa790713ff0206fad89fe
'
'7f1a96e24f5150f790df94398e9525a3'
'61c5ff73c136ed07a7aadbf58db3d96a'
'584777ae88bce2c5659960151b64c7d8'
...
...
config
View file @
c0b598af
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 5.4.0-1 Kernel Configuration
# Linux/arm64 5.4.0-1
.3
Kernel Configuration
#
#
...
...
@@ -6371,6 +6371,7 @@ CONFIG_TYPEC_FUSB302=y
# USB Type-C Alternate Mode drivers
#
CONFIG_TYPEC_DP_ALTMODE=y
# CONFIG_TYPEC_NVIDIA_ALTMODE is not set
# end of USB Type-C Alternate Mode drivers
CONFIG_USB_ROLE_SWITCH=y
...
...
@@ -7079,10 +7080,10 @@ CONFIG_PM_DEVFREQ=y
# DEVFREQ Governors
#
CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y
# CONFIG_DEVFREQ_GOV_PERFORMANCE is not set
# CONFIG_DEVFREQ_GOV_POWERSAVE is not set
# CONFIG_DEVFREQ_GOV_USERSPACE is not set
# CONFIG_DEVFREQ_GOV_PASSIVE is not set
CONFIG_DEVFREQ_GOV_PERFORMANCE=y
CONFIG_DEVFREQ_GOV_POWERSAVE=y
CONFIG_DEVFREQ_GOV_USERSPACE=y
CONFIG_DEVFREQ_GOV_PASSIVE=y
#
# DEVFREQ Drivers
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment