Skip to content

Commit

Permalink
hw-mgmt: patches: Update ARM BF3 kernel configuration
Browse files Browse the repository at this point in the history
  1. Disable unused BF3 PMC driver
  2. Disable unused ARM SCMI sensors driver
  3. Enable BF3 serial driver
  4. Enable BF3 pinctrl driver

Signed-off-by: Felix Radensky <[email protected]>
  • Loading branch information
felixradensky committed Oct 29, 2023
1 parent 5338491 commit 75f224d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes-kernel/linux/kconfig.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,14 +178,15 @@ CONFIG_SENSORS_UCD9200=m
CONFIG_FUSE_FS=m

[arm64:downstream]
CONFIG_SERIAL_AMBA_PL011=y
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
CONFIG_SENSORS_MP2891=m
CONFIG_MMC_SDHCI_OF_DWCMSHC=m
CONFIG_VFIO_PLATFORM=m
CONFIG_SENSORS_ARM_SCMI=m
CONFIG_MLXBF_GIGE=m
CONFIG_I2C_MLXBF=m
CONFIG_GPIO_MLXBF3=m
CONFIG_PINCTRL_MLXBF3=m
CONFIG_MLXBF_TMFIFO=m
CONFIG_MLXBF_BOOTCTL=m
CONFIG_MLXBF_PMC=m
CONFIG_MLXBF_PTM=m

0 comments on commit 75f224d

Please sign in to comment.