main/linux-postmarketos-exynos4: Enable RFKILL (MR 2661)
Enable CONFIG_RFKILL in the kernel configuration for Exynos4 devices. This allows Gnome's Bluetooth panel to detect the Bluetooth controllers present. Signed-off-by: Paul Cercueil <paul@crapouillou.net> [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
cdf6b3fed5
commit
01f19ace27
@ -4,7 +4,7 @@
|
||||
|
||||
pkgname=linux-postmarketos-exynos4
|
||||
pkgver=5.15
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Mainline kernel fork for Samsung Exynos4 devices"
|
||||
arch="armv7"
|
||||
_carch="arm"
|
||||
@ -91,7 +91,7 @@ package() {
|
||||
|
||||
sha512sums="
|
||||
f31ff70afa2c0b5a83f04d862187570174e477b92ac5d503f9fb1d1617a0e16d863b786495c321e41528c4a67ab050a5320b1d875555405a1e6e1f7a3c3b6cc4 linux-5.15.tar.gz
|
||||
95ea881496095692c5b1f176821c3426cec77be0739e0a32914c030749fd2b19b2d77e121c4f03949f74df91678e2c6fea1fe542dd625f7b1c6b0181e84ac097 config-postmarketos-exynos4.armv7
|
||||
9e6800509a260085ff7850f67a743c8e9984115f06a7e18a11b82078e9dc971414bc218fd684eef48191e5a17b785ef5beabb435ef2fc80ba100d43c4508d845 config-postmarketos-exynos4.armv7
|
||||
a033fa9afa05825d5c923f1d5a224e230a8b02e75b02a21e0a0077f1b76c01d663ba54204e66db1e85096d9e44cc29fee0acaf919d3187cb47dba9005f94d8be 0001-ARM-decompressor-Flush-tlb-before-swiching-domain-0-.patch
|
||||
57590b105cb6d01e5f2d860a21c1417b197abbcaf8553bf57633b261ac1e161b0d424f8baeb7b14b3ed923ebac6f6e27401ef02c0b53a4b3e34600368fe85219 0002-ARM-dts-exynos-Add-reboot-modes-to-midas.patch
|
||||
81430b484a0747717ed8dba45c04c40689d9546b7b9d3eb20f0520e78c94f1438afc1f21a0b06007f60ff718e924d1586acc98f4498671a1a7609ed6e6f2b3f0 0003-mmc-core-Workaround-VTU00M-0xf1-FTL-metadata-corrupt.patch
|
||||
|
@ -1247,13 +1247,16 @@ CONFIG_MAC80211_LEDS=y
|
||||
# CONFIG_MAC80211_MESSAGE_TRACING is not set
|
||||
# CONFIG_MAC80211_DEBUG_MENU is not set
|
||||
CONFIG_MAC80211_STA_HASH_MAX_SIZE=0
|
||||
# CONFIG_RFKILL is not set
|
||||
CONFIG_RFKILL=m
|
||||
CONFIG_RFKILL_LEDS=y
|
||||
CONFIG_RFKILL_INPUT=y
|
||||
# CONFIG_RFKILL_GPIO is not set
|
||||
# CONFIG_NET_9P is not set
|
||||
# CONFIG_CAIF is not set
|
||||
# CONFIG_CEPH_LIB is not set
|
||||
CONFIG_NFC=y
|
||||
CONFIG_NFC=m
|
||||
CONFIG_NFC_DIGITAL=m
|
||||
CONFIG_NFC_NCI=y
|
||||
CONFIG_NFC_NCI=m
|
||||
CONFIG_NFC_NCI_SPI=m
|
||||
CONFIG_NFC_NCI_UART=m
|
||||
CONFIG_NFC_HCI=m
|
||||
@ -1278,8 +1281,8 @@ CONFIG_NFC_SHDLC=y
|
||||
# CONFIG_NFC_ST_NCI_I2C is not set
|
||||
# CONFIG_NFC_ST_NCI_SPI is not set
|
||||
# CONFIG_NFC_NXP_NCI is not set
|
||||
CONFIG_NFC_S3FWRN5=y
|
||||
CONFIG_NFC_S3FWRN5_I2C=y
|
||||
CONFIG_NFC_S3FWRN5=m
|
||||
CONFIG_NFC_S3FWRN5_I2C=m
|
||||
# CONFIG_NFC_S3FWRN82_UART is not set
|
||||
# CONFIG_NFC_ST95HF is not set
|
||||
# end of Near Field Communication (NFC) devices
|
||||
@ -1766,6 +1769,7 @@ CONFIG_USB_NET_ZAURUS=y
|
||||
# CONFIG_USB_NET_CX82310_ETH is not set
|
||||
# CONFIG_USB_NET_KALMIA is not set
|
||||
# CONFIG_USB_NET_QMI_WWAN is not set
|
||||
# CONFIG_USB_HSO is not set
|
||||
# CONFIG_USB_NET_INT51X1 is not set
|
||||
# CONFIG_USB_IPHETH is not set
|
||||
# CONFIG_USB_SIERRA_NET is not set
|
||||
|
Loading…
x
Reference in New Issue
Block a user