mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-08-15 01:33:32 +01:00
* RaspberryPi: Update kernel to 6.18.32 - e165a3e0c5c6729d077c30c6d720c029d688d99d * Update rpi-firmware to 1.20260521 * buildroot 1c0db348e3...c80dabe55e (1): > package/rpi-firmware: update to 09267f5 (1.20260521) * Use 6.18.y kernel config fragments, remove now unused 6.12.y * Refresh patches and removed merged backports * Update Yellow patches Fix collision in the Makefile and add difference in phy1 fragment which was added upstream in e6f13c8f14d9b776363ddd4966065eac3a8f7bb9: ARM: dts: bcm2711: enable PHY link energy detect powerdown via DT * Disable rtl8812au-aircrack-ng in Yellow defconfig Yellow was the only one still including it and it doesn't build on 6.18. * Drop removed symbols from RPi kernel config fragment
21 lines
574 B
Plaintext
21 lines
574 B
Plaintext
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
|
|
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO is not set
|
|
|
|
CONFIG_LOCALVERSION="-haos-raspi"
|
|
|
|
CONFIG_LEDS_TRIGGERS=y
|
|
CONFIG_LEDS_TRIGGER_DISK=y
|
|
CONFIG_LEDS_TRIGGER_ACTIVITY=y
|
|
|
|
# make sure all network drivers are built-in
|
|
# RPi 3B USB LAN drivers - 3B uses SMSC95XX, 3B+ uses LAN78XX
|
|
CONFIG_USB_NET_DRIVERS=y
|
|
CONFIG_USB_USBNET=y
|
|
CONFIG_USB_LAN78XX=y
|
|
CONFIG_USB_NET_SMSC95XX=y
|
|
# RPi 4 uses bcmgenet driver and BCM54213PE PHY
|
|
CONFIG_BCMGENET=y
|
|
CONFIG_BROADCOM_PHY=y
|
|
# RPi 5 uses Cadence driver and BCM54213PE PHY (above)
|
|
CONFIG_MACB=y
|