Skip to content

Commit

Permalink
build-configs.yaml: Add MT6359_AUXADC config to arm64-chromebook
Browse files Browse the repository at this point in the history
Enable the CONFIG_MEDIATEK_MT6359_AUXADC config option (which provides
the mt6359-auxadc driver) in the arm64-chromebook fragment. This makes
the test case /soc/pwrap@10024000/pmic/adc in the DT kselftest pass on
the mediatek chromebooks, which has been failing in linux-next since the
addition of commit b0a4ce81f327 ("arm64: dts: mediatek: Add ADC node on
MT6357, MT6358, MT6359 PMICs") in the kernel.

Signed-off-by: Nícolas F. R. A. Prado <[email protected]>
  • Loading branch information
nfraprado authored and nuclearcat committed Aug 22, 2024
1 parent f0f61d7 commit d4ac730
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/core/build-configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ fragments:
- 'CONFIG_USB_RTL8152=y' # Allows kernel ip-config. Prevents deferred probe timeout errors.
- 'CONFIG_USB_USBNET=y' # Needed for ASIX AX88772B ethernet adapter used at Collabora's lab. Builtin to allow kernel ip-config, and prevent deferred probe timeout errors.
- 'CONFIG_WATCHDOG_SYSFS=y'
- 'CONFIG_MEDIATEK_MT6359_AUXADC=m'
- 'CONFIG_EXTRA_FIRMWARE="
mediatek/mt8173/vpu_d.bin
mediatek/mt8173/vpu_p.bin
Expand Down

0 comments on commit d4ac730

Please sign in to comment.