mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-15 07:29:08 +00:00
* Linux: Update kernel to 6.12.6 * Linux 6.12 * https://github.com/home-assistant/operating-system/pull/3767#discussion_r1899169881 * https://github.com/home-assistant/operating-system/pull/3767#discussion_r1899170543 * Add patch descriptions, kernel ver conditionals Signed-off-by: Nick Venenga <nick@venenga.com> * Remove extra zram compression algos * Undo fragment files config change ...for platforms that didn't receive kernel updates * Sort Dockerfile apt packages * Add Upstream refs to patches * Re-enable TC * Restore v6.6.y kernel fragments * Update buildroot to rebased branch * Apply 6.12 migration only to generic-x86-64 * package/eq3_char_loop: port patch from RaspberryMatic by @jens-maus * package/generic_raw_uart: port patch from RaspberryMatic by @jens-maus * Restore buildroot-external/board/pc/patches/linux It's used in ova and generic-aarch64 defconfigs. Keep the path removed from generic-x86-64 defconfig. * Split linux patches to be version-specific The IPv6 reachability patch needs different context on 6.6.y and 6.12.y - introduce version-specific linux directories. To avoid the need for extra directory for version used in RPi, copy those patches to its patches directory. * Replace removed Intel Skylake audio driver with Intel AVS The Skylake driver was removed and should be now replaced either by Intel HD Audio or Intel AVS. Remove the old options and enable AVS. SND_SOC_INTEL_SKYLAKE=m not found (defined in /build/buildroot-external/board/pc/generic-x86-64/kernel.config:63) SND_SOC_INTEL_SKL=m not found (defined in /build/buildroot-external/board/pc/generic-x86-64/kernel.config:64) SND_SOC_INTEL_APL=m not found (defined in /build/buildroot-external/board/pc/generic-x86-64/kernel.config:65) SND_SOC_INTEL_KBL=m not found (defined in /build/buildroot-external/board/pc/generic-x86-64/kernel.config:66) SND_SOC_INTEL_GLK=m not found (defined in /build/buildroot-external/board/pc/generic-x86-64/kernel.config:67) SND_SOC_INTEL_CNL=m not found (defined in /build/buildroot-external/board/pc/generic-x86-64/kernel.config:68) SND_SOC_INTEL_CFL=m not found (defined in /build/buildroot-external/board/pc/generic-x86-64/kernel.config:69) SND_SOC_INTEL_CML_H=m not found (defined in /build/buildroot-external/board/pc/generic-x86-64/kernel.config:70) SND_SOC_INTEL_CML_LP=m not found (defined in /build/buildroot-external/board/pc/generic-x86-64/kernel.config:71) SND_SOC_INTEL_SKYLAKE_FAMILY=m not found (defined in /build/buildroot-external/board/pc/generic-x86-64/kernel.config:72) SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC=y not found (defined in /build/buildroot-external/board/pc/generic-x86-64/kernel.config:73) SND_SOC_INTEL_SKYLAKE_COMMON=m not found (defined in /build/buildroot-external/board/pc/generic-x86-64/kernel.config:74) ->a882f4d750SND_SOC_INTEL_SST=m requested, actual = n (defined in /build/buildroot-external/board/pc/generic-x86-64/kernel.config:58) ->970d299b0a* Remove I2C_COMPAT option I2C_COMPAT=y not found (defined in /build/buildroot-external/board/pc/generic-x86-64/kernel.config:163) ->7e722083fc* Correctly disable module compression after Kconfig change The Kconfig structure was changed, there's now a top-level bool:c7ff693fa2--------- Signed-off-by: Nick Venenga <nick@venenga.com> Co-authored-by: Jan Čermák <sairon@sairon.cz>
82 lines
1.8 KiB
Plaintext
82 lines
1.8 KiB
Plaintext
# This fragment contains configuration options for all platforms that
|
|
# should support WiFi connectivity over USB or SDIO. It does not contain
|
|
# drivers for PCI or PCIe devices - those need also inclusion of
|
|
# device-support-wireless-pci.config fragment.
|
|
|
|
# Atheros drivers
|
|
CONFIG_WLAN_VENDOR_ATH=y
|
|
CONFIG_ATH10K=m
|
|
CONFIG_ATH10K_SDIO=m
|
|
CONFIG_ATH10K_USB=m
|
|
CONFIG_ATH6KL=m
|
|
CONFIG_ATH6KL_SDIO=m
|
|
CONFIG_ATH6KL_USB=m
|
|
CONFIG_ATH9K=m
|
|
CONFIG_ATH9K_HTC=m
|
|
CONFIG_CARL9170=m
|
|
|
|
# Broadcom drivers
|
|
CONFIG_WLAN_VENDOR_BROADCOM=y
|
|
CONFIG_B43=m
|
|
CONFIG_B43_PHY_G=y
|
|
CONFIG_B43_PHY_N=y
|
|
CONFIG_B43_PHY_LP=y
|
|
CONFIG_B43_PHY_HT=y
|
|
CONFIG_BRCMSMAC=m
|
|
CONFIG_BRCMFMAC=m
|
|
CONFIG_BRCMFMAC_USB=y
|
|
|
|
# Intel drivers
|
|
# Note: enabling it here but Intel drivers are currently exclusively PCI
|
|
CONFIG_WLAN_VENDOR_INTEL=y
|
|
|
|
# Marvell drivers
|
|
CONFIG_WLAN_VENDOR_MARVELL=y
|
|
CONFIG_MWIFIEX=m
|
|
CONFIG_MWIFIEX_SDIO=m
|
|
CONFIG_MWIFIEX_USB=m
|
|
|
|
# Mediatek drivers
|
|
CONFIG_WLAN_VENDOR_MEDIATEK=y
|
|
CONFIG_MT7601U=m
|
|
CONFIG_MT7663U=m
|
|
CONFIG_MT7663S=m
|
|
CONFIG_MT76x0E=m
|
|
CONFIG_MT76x0U=m
|
|
CONFIG_MT76x2U=m
|
|
CONFIG_MT76x2E=m
|
|
CONFIG_MT7921S=m
|
|
CONFIG_MT7921U=m
|
|
|
|
# Ralink drivers
|
|
CONFIG_WLAN_VENDOR_RALINK=y
|
|
CONFIG_RT2500USB=m
|
|
CONFIG_RT73USB=m
|
|
CONFIG_RT2800USB=m
|
|
CONFIG_RT2800USB_RT3573=y
|
|
CONFIG_RT2800USB_RT53XX=y
|
|
CONFIG_RT2800USB_RT55XX=y
|
|
CONFIG_RT2800USB_UNKNOWN=y
|
|
CONFIG_RT2X00=m
|
|
|
|
# Realtek drivers
|
|
CONFIG_WLAN_VENDOR_REALTEK=y
|
|
CONFIG_RTL8XXXU=m
|
|
CONFIG_RTL8192CU=m
|
|
CONFIG_RTL_CARDS=m
|
|
CONFIG_RTW88=m
|
|
CONFIG_RTW88_8822BS=m
|
|
CONFIG_RTW88_8822BU=m
|
|
CONFIG_RTW88_8822CS=m
|
|
CONFIG_RTW88_8822CU=m
|
|
CONFIG_RTW88_8723DS=m
|
|
CONFIG_RTW88_8723DU=m
|
|
CONFIG_RTW88_8821CS=m
|
|
# Use OOT driver for 8821CU instead, see: https://github.com/home-assistant/operating-system/issues/3205
|
|
# CONFIG_RTW88_8821CU is not set
|
|
CONFIG_RTW89=m
|
|
|
|
# Staging drivers
|
|
CONFIG_STAGING=y
|
|
CONFIG_RTL8723BS=m
|