linux-postmarketos-amlogic: add support for the NEC IR decoder (MR 3958)
Also enable support for LIRC and /dev/uinput. Signed-off-by: Ferass El Hafidi <vitali64pmemail@protonmail.com> [ci:skip-build]: Already built successfully in CI
This commit is contained in:
parent
5ce568cd79
commit
32f7b8dedd
2 changed files with 8 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
# Co-Maintainer: exkc <exxxxkc@getgoogleoff.me>
|
||||
pkgname=linux-postmarketos-amlogic
|
||||
pkgver=6.1.10
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Mainline kernel for Amlogic devices"
|
||||
arch="aarch64"
|
||||
_carch="arm64"
|
||||
|
@ -65,7 +65,7 @@ package() {
|
|||
|
||||
sha512sums="
|
||||
7bec1d76ecafd89fdb13bc7c9c69b4f378e41b29aed33c302b235540f40f1d5e6b3c653d2dea83c2d03408e324ffa73ff3dcc7c47c685572719d62bc66a06a1d linux-postmarketos-amlogic-6.1.10.tar.xz
|
||||
c215fbc93b736c22c2ce76dd29cd88bd0eb39aab889cfc73cb71643ac0d68f280d08b36607e6567c878e75c1b6f9a1315f0e9e3175dc40fcdfd6bbd0d36da04d config-postmarketos-amlogic.aarch64
|
||||
9aafc14e72fdc745be5a3811ba90d0a7bef02e17ef1f18ffff81d79c593be3a13a1f85d9bfd9218b115c88b3279250e0eacc3afbd4370a1a718575563773c8b2 config-postmarketos-amlogic.aarch64
|
||||
182d779a91acd47dcd865eba919b404db24840493f54775dcf4508237edf65ff8aae9f84d8aa673d7aa2414934325ea972491cbf6d590434a6a5aad33eb8e20c 0001-WIP-arm64-dts-meson-gxbb-kii-pro-sort-and-tidy-the-d.patch
|
||||
2a772de080dda5100a653a9806ee60130228dd2e232055362fa330ee42644374161aa032b1838f12555e952214ac29eb4ef664c587af2363796ba9f70d95dee3 0002-WIP-arm64-dts-meson-gxbb-kii-pro-complete-the-blueto.patch
|
||||
a497d042112e1f6bf4b4793992907b25b99b9b6d5f77b051261b80ed90ef70022c647ef2db2385bb9dccf31e94b23fa9f3d9bc42b4d1ff1049bcf8cafb7a6b6d 0003-WIP-arm64-dts-meson-gxbb-kii-pro-add-initial-audio-s.patch
|
||||
|
|
|
@ -11,8 +11,6 @@ CONFIG_AS_VERSION=24000
|
|||
CONFIG_LD_IS_BFD=y
|
||||
CONFIG_LD_VERSION=24000
|
||||
CONFIG_LLD_VERSION=0
|
||||
CONFIG_CC_CAN_LINK=y
|
||||
CONFIG_CC_CAN_LINK_STATIC=y
|
||||
CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
|
||||
CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y
|
||||
CONFIG_CC_HAS_ASM_INLINE=y
|
||||
|
@ -3118,7 +3116,7 @@ CONFIG_INPUT_MISC=y
|
|||
# CONFIG_INPUT_CM109 is not set
|
||||
# CONFIG_INPUT_REGULATOR_HAPTIC is not set
|
||||
# CONFIG_INPUT_AXP20X_PEK is not set
|
||||
# CONFIG_INPUT_UINPUT is not set
|
||||
CONFIG_INPUT_UINPUT=y
|
||||
# CONFIG_INPUT_PCF8574 is not set
|
||||
CONFIG_INPUT_PWM_BEEPER=m
|
||||
CONFIG_INPUT_PWM_VIBRA=m
|
||||
|
@ -4136,13 +4134,13 @@ CONFIG_REGULATOR_VCTRL=m
|
|||
# CONFIG_REGULATOR_WM8994 is not set
|
||||
# CONFIG_REGULATOR_QCOM_LABIBB is not set
|
||||
CONFIG_RC_CORE=m
|
||||
# CONFIG_LIRC is not set
|
||||
CONFIG_LIRC=y
|
||||
CONFIG_RC_MAP=m
|
||||
CONFIG_RC_DECODERS=y
|
||||
# CONFIG_IR_IMON_DECODER is not set
|
||||
# CONFIG_IR_JVC_DECODER is not set
|
||||
# CONFIG_IR_MCE_KBD_DECODER is not set
|
||||
# CONFIG_IR_NEC_DECODER is not set
|
||||
CONFIG_IR_NEC_DECODER=m
|
||||
# CONFIG_IR_RC5_DECODER is not set
|
||||
# CONFIG_IR_RC6_DECODER is not set
|
||||
# CONFIG_IR_RCMM_DECODER is not set
|
||||
|
@ -4154,6 +4152,7 @@ CONFIG_RC_DEVICES=y
|
|||
# CONFIG_IR_ENE is not set
|
||||
# CONFIG_IR_FINTEK is not set
|
||||
# CONFIG_IR_GPIO_CIR is not set
|
||||
# CONFIG_IR_GPIO_TX is not set
|
||||
# CONFIG_IR_HIX5HD2 is not set
|
||||
# CONFIG_IR_IGORPLUGUSB is not set
|
||||
# CONFIG_IR_IGUANA is not set
|
||||
|
@ -4164,8 +4163,10 @@ CONFIG_RC_DEVICES=y
|
|||
CONFIG_IR_MESON=m
|
||||
CONFIG_IR_MESON_TX=m
|
||||
# CONFIG_IR_NUVOTON is not set
|
||||
# CONFIG_IR_PWM_TX is not set
|
||||
# CONFIG_IR_REDRAT3 is not set
|
||||
# CONFIG_IR_SERIAL is not set
|
||||
# CONFIG_IR_SPI is not set
|
||||
# CONFIG_IR_STREAMZAP is not set
|
||||
# CONFIG_IR_TOY is not set
|
||||
# CONFIG_IR_TTUSBIR is not set
|
||||
|
|
Loading…
Reference in a new issue