moby: ship axp20x_adc as a kernel module, in initrd, instead of as a builtin

works: display
works: rear camera (megapixels-next)
works: torch / LED
works: speaker
works: headphones
untested: battery/charging
This commit is contained in:
2024-09-19 06:46:50 +00:00
parent dc1999e7b2
commit 3c660df817
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ in
# full list of modules active post-boot with the linux-megous kernel + autoModules=true:
# - `lsmod | sort | cut -d ' ' -f 1`
# "8723cs"
# "axp20x_adc" #< NOT FOUND in megous-no-autoModules
"axp20x_adc" #< NOT FOUND in megous-no-autoModules
# "axp20x_battery"
# "axp20x_pek"
# "axp20x_usb_power"

View File

@@ -768,7 +768,7 @@ linux.override {
# INPUT_AXP20X_PEK = yes;
# CHARGER_AXP20X = yes;
# BATTERY_AXP20X = yes;
AXP20X_ADC = yes;
# AXP20X_ADC = yes;
# AXP20X_POWER = yes;
# REGULATOR_VCTRL = yes;