Skip to content

Commit 61a0f15

Browse files
committed
amlogic: switch to Linux 6.6 by default
1 parent 7396006 commit 61a0f15

11 files changed

Lines changed: 2021 additions & 1 deletion

target/linux/amlogic/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ BOARDNAME:=Amlogic Meson family
1010
FEATURES:=boot-part ext4 audio usb fpu legacy-sdcard squashfs usbgadget display gpio fpu pci pcie
1111
SUBTARGETS:=meson8b mesongx
1212

13-
KERNEL_PATCHVER:=6.1
13+
KERNEL_PATCHVER:=6.6
14+
KERNEL_TESTING_PATCHVER:=5.15
1415

1516
define Target/Description
1617
Build firmware image for Amlogic Meson SoC devices.

target/linux/amlogic/config-6.6

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
CONFIG_AMLOGIC_THERMAL=y
2+
CONFIG_CONSOLE_TRANSLATIONS=y
3+
CONFIG_DEVFREQ_THERMAL=y
4+
# CONFIG_DRM_DW_HDMI_GP_AUDIO is not set
5+
# CONFIG_DRM_MESON is not set
6+
# CONFIG_DRM_MESON_DW_HDMI is not set
7+
CONFIG_HW_CONSOLE=y
8+
CONFIG_HW_RANDOM_MESON=y
9+
CONFIG_HW_RANDOM_OPTEE=y
10+
CONFIG_INPUT=y
11+
CONFIG_KVM_ARM_PMU=y
12+
# CONFIG_MAX77620_WATCHDOG is not set
13+
# CONFIG_MAX77620_THERMAL is not set
14+
CONFIG_MESON_EFUSE=y
15+
# CONFIG_MESON_MX_EFUSE is not set
16+
# CONFIG_MFD_KHADAS_MCU is not set
17+
# CONFIG_MMC_DEBUG is not set
18+
# CONFIG_MMC_UNSAFE_RESUME is not set
19+
# CONFIG_MMC_TIFM_SD is not set
20+
# CONFIG_MMC_WBSD is not set
21+
# CONFIG_NVMEM_SPMI_SDAM is not set
22+
# CONFIG_PHY_MESON8B_USB2 is not set
23+
# CONFIG_PINCTRL_MESON8_PMX is not set
24+
# CONFIG_REGULATOR_S2MPA01 is not set
25+
# CONFIG_REGULATOR_S2MPS11 is not set
26+
# CONFIG_REGULATOR_S5M8767 is not set
27+
# CONFIG_REGULATOR_VEXPRESS is not set
28+
# CONFIG_SDIO_UART is not set
29+
CONFIG_SENSORS_ARM_SCMI=y
30+
CONFIG_SENSORS_ARM_SCPI=y
31+
# CONFIG_SND_MESON_AIU is not set
32+
# CONFIG_SND_MESON_AXG_FRDDR is not set
33+
# CONFIG_SND_MESON_AXG_TODDR is not set
34+
# CONFIG_SND_MESON_AXG_TDMIN is not set
35+
# CONFIG_SND_MESON_AXG_TDMOUT is not set
36+
# CONFIG_SND_MESON_AXG_SOUND_CARD is not set
37+
# CONFIG_SND_MESON_AXG_SPDIFOUT is not set
38+
# CONFIG_SND_MESON_AXG_SPDIFIN is not set
39+
# CONFIG_SND_MESON_AXG_PDM is not set
40+
# CONFIG_SND_MESON_GX_SOUND_CARD is not set
41+
# CONFIG_SND_MESON_G12A_TOACODEC is not set
42+
# CONFIG_SND_MESON_G12A_TOHDMITX is not set
43+
# CONFIG_SND_SOC_MESON_T9015 is not set
44+
CONFIG_VT=y
45+
CONFIG_VT_CONSOLE=y
46+
CONFIG_VT_CONSOLE_SLEEP=y
47+
CONFIG_VT_HW_CONSOLE_BINDING=y

0 commit comments

Comments
 (0)