moby: remove a few unnecessary kernel configs

camera: works (rear, in megapixels-next)
speakers: work
headphones: work
charging: untested (assume the USB-C port only powers the board, doesn't charge the battery)
This commit is contained in:
2024-09-18 08:54:04 +00:00
parent 7a3c550817
commit 6be3a8a245

View File

@@ -702,30 +702,30 @@ linux.override {
USB_ANNOUNCE_NEW_DEVICES = yes; USB_ANNOUNCE_NEW_DEVICES = yes;
LEDS_BRIGHTNESS_HW_CHANGED = yes; LEDS_BRIGHTNESS_HW_CHANGED = yes;
SERIAL_8250_NR_UARTS = freeform "4"; SERIAL_8250_NR_UARTS = freeform "4";
RCU_CPU_STALL_TIMEOUT = freeform "60"; # RCU_CPU_STALL_TIMEOUT = freeform "60";
INPUT_JOYSTICK = yes; INPUT_JOYSTICK = yes;
RT2800USB_RT3573 = yes; RT2800USB_RT3573 = yes;
NETFILTER_XTABLES_COMPAT = yes; # NETFILTER_XTABLES_COMPAT = yes;
ARM64_ERRATUM_2441007 = yes; ARM64_ERRATUM_2441007 = yes;
ARM64_ERRATUM_1286807 = yes; ARM64_ERRATUM_1286807 = yes;
ARM64_ERRATUM_1542419 = yes; ARM64_ERRATUM_1542419 = yes;
ARM64_ERRATUM_2441009 = yes; ARM64_ERRATUM_2441009 = yes;
PGTABLE_LEVELS = freeform "4"; PGTABLE_LEVELS = freeform "4";
BT_BNEP_MC_FILTER = yes; # BT_BNEP_MC_FILTER = yes;
BT_BNEP_PROTO_FILTER = yes; # BT_BNEP_PROTO_FILTER = yes;
BT_LE = yes; # BT_LE = yes;
BT_LE_L2CAP_ECRED = yes; # BT_LE_L2CAP_ECRED = yes;
BT_6LOWPAN = module; # BT_6LOWPAN = module;
BT_HCIUART_3WIRE = yes; # BT_HCIUART_3WIRE = yes;
BT_HCIUART_RTL = yes; # BT_HCIUART_RTL = yes;
CONTEXT_TRACKING_USER = no; # CONTEXT_TRACKING_USER = no;
TICK_CPU_ACCOUNTING = yes; # TICK_CPU_ACCOUNTING = yes;
VIRT_CPU_ACCOUNTING = no; # VIRT_CPU_ACCOUNTING = no;
VIRT_CPU_ACCOUNTING_GEN = no; # VIRT_CPU_ACCOUNTING_GEN = no;
RCU_EXPERT = yes; # RCU_EXPERT = yes;
RCU_FANOUT = freeform "64"; # RCU_FANOUT = freeform "64";
RCU_FANOUT_LEAF = freeform "16"; # RCU_FANOUT_LEAF = freeform "16";
ARCH_MMAP_RND_BITS_MAX = freeform "33"; ARCH_MMAP_RND_BITS_MAX = freeform "33";
ARM64_LPA2 = yes; ARM64_LPA2 = yes;
@@ -733,14 +733,14 @@ linux.override {
ARM64_VA_BITS = freeform "48"; ARM64_VA_BITS = freeform "48";
ARM64_PA_BITS_48 = yes; ARM64_PA_BITS_48 = yes;
ARM64_PA_BITS = freeform "48"; ARM64_PA_BITS = freeform "48";
PM_AUTOSLEEP = yes; # PM_AUTOSLEEP = yes;
CPU_IDLE_GOV_LADDER = no; # CPU_IDLE_GOV_LADDER = no;
ZSMALLOC_STAT = yes; # ZSMALLOC_STAT = yes;
ZRAM_TRACK_ENTRY_ACTIME = yes; # ZRAM_TRACK_ENTRY_ACTIME = yes;
ZRAM_MEMORY_TRACKING = yes; # ZRAM_MEMORY_TRACKING = yes;
HW_RANDOM_TPM = no; # HW_RANDOM_TPM = no;
USB_CONFIGFS_F_TCM = yes; # USB_CONFIGFS_F_TCM = yes;
VALIDATE_FS_PARSER = yes; # VALIDATE_FS_PARSER = yes;
CMDLINE_FROM_BOOTLOADER = yes; CMDLINE_FROM_BOOTLOADER = yes;