Skip to content

Commit

Permalink
fix(build-configs.yaml): Add CONFIG_CPUSETS_V1
Browse files Browse the repository at this point in the history
Due changes of 1abab1ba0775036bb67c6c57945c637be644c04f ChromeOS
tests not passing anymore. Regression bisection pointed to this
commit.

Signed-off-by: Denys Fedoryshchenko <[email protected]>
  • Loading branch information
nuclearcat committed Nov 22, 2024
1 parent 4a71b7f commit c0c186b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/core/build-configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ fragments:
- 'CONFIG_ROOT_NFS=y'
- 'CONFIG_REGULATOR_DA9211=y'
- 'CONFIG_ARM_MEDIATEK_CPUFREQ=y'
- 'CONFIG_CPUSETS_V1=y'
- 'CONFIG_RTC_DRV_MT6397=y'
# This is required for sc7180-trogdor-lazor-limozeen and it hasn't been
# merged upstream yet.
Expand Down Expand Up @@ -615,6 +616,7 @@ fragments:
- 'CONFIG_BT_HCIBTUSB_MTK=y'
- 'CONFIG_BT_HCIBTUSB=m'
- 'CONFIG_BT=m'
- 'CONFIG_CPUSETS_V1=y'
- 'CONFIG_CHARGER_CROS_USBPD=m'
- 'CONFIG_CHARGER_WILCO=m'
- 'CONFIG_CHROME_PLATFORMS=y'
Expand Down

0 comments on commit c0c186b

Please sign in to comment.