mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-aarch64-rc to 5.7.rc6-2 (#1809)
Enable PINCTRL_AXP209 which is necessary to enable USB power, CHARGER_AXP20X, BATTERY_AXP20X, AXP20X_POWER for monitoring and charging battery, DRM_ANALOGIC_ANX6345 for LCD support and SND_SOC_SIMPLE_AMPLIFIER for audio. With these drivers enabled Pinebook boots with linux-aarch64-rc and is fully functional. The only missing part is bluetooth (driver is not mainlined yet)
This commit is contained in:
parent
2d3485d040
commit
7c92ec82bb
2 changed files with 8 additions and 8 deletions
|
@ -11,7 +11,7 @@ _srcname=linux-${_rcver}-rc${_rcrel}
|
|||
_kernelname=${pkgbase#linux}
|
||||
_desc="AArch64 multi-platform (release candidate)"
|
||||
pkgver=${_rcver}.rc${_rcrel}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('aarch64')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -34,7 +34,7 @@ md5sums=('f6a99608424cad32b4c55518b7f3b06a'
|
|||
'e85e2b7aa3bc42d7dd6b36c325d29e3f'
|
||||
'2c36fb143c27ed46f498c4d4633ea0c6'
|
||||
'2e3fe5b9053d6a2c5327113836409d13'
|
||||
'00db302a73d67a307452af03584e7ef6'
|
||||
'ba615382f03ced3e2c5709c61b8e849b'
|
||||
'7f1a96e24f5150f790df94398e9525a3'
|
||||
'61c5ff73c136ed07a7aadbf58db3d96a'
|
||||
'584777ae88bce2c5659960151b64c7d8'
|
||||
|
|
|
@ -4065,7 +4065,7 @@ CONFIG_GENERIC_PINMUX_FUNCTIONS=y
|
|||
CONFIG_PINCONF=y
|
||||
CONFIG_GENERIC_PINCONF=y
|
||||
# CONFIG_DEBUG_PINCTRL is not set
|
||||
# CONFIG_PINCTRL_AXP209 is not set
|
||||
CONFIG_PINCTRL_AXP209=y
|
||||
CONFIG_PINCTRL_AMD=y
|
||||
# CONFIG_PINCTRL_MCP23S08 is not set
|
||||
CONFIG_PINCTRL_ROCKCHIP=y
|
||||
|
@ -4323,9 +4323,9 @@ CONFIG_BATTERY_SBS=m
|
|||
CONFIG_CHARGER_SBS=m
|
||||
CONFIG_MANAGER_SBS=m
|
||||
# CONFIG_BATTERY_BQ27XXX is not set
|
||||
# CONFIG_CHARGER_AXP20X is not set
|
||||
# CONFIG_BATTERY_AXP20X is not set
|
||||
# CONFIG_AXP20X_POWER is not set
|
||||
CONFIG_CHARGER_AXP20X=m
|
||||
CONFIG_BATTERY_AXP20X=m
|
||||
CONFIG_AXP20X_POWER=m
|
||||
# CONFIG_AXP288_FUEL_GAUGE is not set
|
||||
# CONFIG_BATTERY_MAX17040 is not set
|
||||
# CONFIG_BATTERY_MAX17042 is not set
|
||||
|
@ -5854,7 +5854,7 @@ CONFIG_DRM_TOSHIBA_TC358767=m
|
|||
CONFIG_DRM_TI_TFP410=m
|
||||
CONFIG_DRM_TI_SN65DSI86=m
|
||||
# CONFIG_DRM_TI_TPD12S015 is not set
|
||||
# CONFIG_DRM_ANALOGIX_ANX6345 is not set
|
||||
CONFIG_DRM_ANALOGIX_ANX6345=m
|
||||
CONFIG_DRM_ANALOGIX_ANX78XX=m
|
||||
CONFIG_DRM_ANALOGIX_DP=m
|
||||
CONFIG_DRM_I2C_ADV7511=m
|
||||
|
@ -6398,7 +6398,7 @@ CONFIG_SND_SOC_RT5677_SPI=m
|
|||
# CONFIG_SND_SOC_RT711_SDW is not set
|
||||
# CONFIG_SND_SOC_RT715_SDW is not set
|
||||
# CONFIG_SND_SOC_SGTL5000 is not set
|
||||
# CONFIG_SND_SOC_SIMPLE_AMPLIFIER is not set
|
||||
CONFIG_SND_SOC_SIMPLE_AMPLIFIER=m
|
||||
# CONFIG_SND_SOC_SIRF_AUDIO_CODEC is not set
|
||||
# CONFIG_SND_SOC_SPDIF is not set
|
||||
# CONFIG_SND_SOC_SSM2305 is not set
|
||||
|
|
Loading…
Reference in a new issue