From ef5c74f292f2399b85ed295054cc572a3acd2d19 Mon Sep 17 00:00:00 2001 From: Kreyren Date: Thu, 11 Jan 2024 12:30:52 +0000 Subject: [PATCH 1/2] teres_i.defconfig: Initial commit Standardize the teres defconfig as ti makes the device run much smoother and makes it possible to easily rebuild the kernel. --- arch/arm64/configs/teres_i.defconfig | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 arch/arm64/configs/teres_i.defconfig diff --git a/arch/arm64/configs/teres_i.defconfig b/arch/arm64/configs/teres_i.defconfig new file mode 100644 index 000000000000..4503e7a0d267 --- /dev/null +++ b/arch/arm64/configs/teres_i.defconfig @@ -0,0 +1,2 @@ +CONFIG_RTL8723BS=m # WiFi/BLE +CONFIG_DRM_ANALOGIX_ANX6345=m # Display From 3f65ae0bf89790baec1697325946cf197ba4f514 Mon Sep 17 00:00:00 2001 From: Kreyren Date: Thu, 11 Jan 2024 12:34:56 +0000 Subject: [PATCH 2/2] Additional configuration --- arch/arm64/configs/teres_i.defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/teres_i.defconfig b/arch/arm64/configs/teres_i.defconfig index 4503e7a0d267..1222a06e3e5a 100644 --- a/arch/arm64/configs/teres_i.defconfig +++ b/arch/arm64/configs/teres_i.defconfig @@ -1,2 +1,4 @@ +CONFIG_ARCH_SUNXI=y CONFIG_RTL8723BS=m # WiFi/BLE CONFIG_DRM_ANALOGIX_ANX6345=m # Display +CONFIG_AXP20X_BATTERY=m # Battery gauge