mbox series

[0/3] Cleanup some BRCMSTB Kconfig options

Message ID 20231009135833.17880-1-pbrobinson@gmail.com (mailing list archive)
Headers show
Series Cleanup some BRCMSTB Kconfig options | expand

Message

Peter Robinson Oct. 9, 2023, 1:58 p.m. UTC
Most of the BRCMSTB drivers correctly depend on ARCH_BRCMSTB
but some of the options depend on ARM and ARM64 instead.
This cleans those up to be uniform with the rest of the
drivers for the SoC to make it a bit more straight forward
when enabling (or not) the SoC and associate drivers.

Peter Robinson (3):
  soc: bcm: brcmstb: depend on ARCH_BRCMSTB over arm arches
  power: reset: brcmstb: Depend on actual SoC dependencies
  bus: brcmstb_gisb: Depend on SoC specifics over generic arm

 drivers/bus/Kconfig         | 2 +-
 drivers/power/reset/Kconfig | 2 +-
 drivers/soc/bcm/Kconfig     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Comments

Sebastian Reichel Oct. 13, 2023, 2:03 a.m. UTC | #1
On Mon, 09 Oct 2023 14:58:16 +0100, Peter Robinson wrote:
> Most of the BRCMSTB drivers correctly depend on ARCH_BRCMSTB
> but some of the options depend on ARM and ARM64 instead.
> This cleans those up to be uniform with the rest of the
> drivers for the SoC to make it a bit more straight forward
> when enabling (or not) the SoC and associate drivers.
> 
> Peter Robinson (3):
>   soc: bcm: brcmstb: depend on ARCH_BRCMSTB over arm arches
>   power: reset: brcmstb: Depend on actual SoC dependencies
>   bus: brcmstb_gisb: Depend on SoC specifics over generic arm
> 
> [...]

Applied, thanks!

[2/3] power: reset: brcmstb: Depend on actual SoC dependencies
      commit: 3c693ac29e3fb4e1d88652e633a9dc16e1dd76e4

Best regards,