soc: Move brcmstb to bcm/brcmstb
Unify the different Broadcom SoCs directory and have everybody live under drivers/soc/bcm/*. Acked-by: Scott Branden <scott.branden@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
parent
1a695a905c
commit
34642650e5
8 changed files with 16 additions and 12 deletions
|
@ -1,7 +1,6 @@
|
||||||
menu "SOC (System On Chip) specific Drivers"
|
menu "SOC (System On Chip) specific Drivers"
|
||||||
|
|
||||||
source "drivers/soc/bcm/Kconfig"
|
source "drivers/soc/bcm/Kconfig"
|
||||||
source "drivers/soc/brcmstb/Kconfig"
|
|
||||||
source "drivers/soc/fsl/qe/Kconfig"
|
source "drivers/soc/fsl/qe/Kconfig"
|
||||||
source "drivers/soc/mediatek/Kconfig"
|
source "drivers/soc/mediatek/Kconfig"
|
||||||
source "drivers/soc/qcom/Kconfig"
|
source "drivers/soc/qcom/Kconfig"
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
obj-y += bcm/
|
obj-y += bcm/
|
||||||
obj-$(CONFIG_SOC_BRCMSTB) += brcmstb/
|
|
||||||
obj-$(CONFIG_ARCH_DOVE) += dove/
|
obj-$(CONFIG_ARCH_DOVE) += dove/
|
||||||
obj-$(CONFIG_MACH_DOVE) += dove/
|
obj-$(CONFIG_MACH_DOVE) += dove/
|
||||||
obj-y += fsl/
|
obj-y += fsl/
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
menu "Broadcom SoC drivers"
|
||||||
|
|
||||||
config RASPBERRYPI_POWER
|
config RASPBERRYPI_POWER
|
||||||
bool "Raspberry Pi power domain driver"
|
bool "Raspberry Pi power domain driver"
|
||||||
depends on ARCH_BCM2835 || COMPILE_TEST
|
depends on ARCH_BCM2835 || COMPILE_TEST
|
||||||
|
@ -7,3 +9,16 @@ config RASPBERRYPI_POWER
|
||||||
help
|
help
|
||||||
This enables support for the RPi power domains which can be enabled
|
This enables support for the RPi power domains which can be enabled
|
||||||
or disabled via the RPi firmware.
|
or disabled via the RPi firmware.
|
||||||
|
|
||||||
|
config SOC_BRCMSTB
|
||||||
|
bool "Broadcom STB SoC drivers"
|
||||||
|
depends on ARM
|
||||||
|
select SOC_BUS
|
||||||
|
help
|
||||||
|
Enables drivers for the Broadcom Set-Top Box (STB) series of chips.
|
||||||
|
This option alone enables only some support code, while the drivers
|
||||||
|
can be enabled individually within this menu.
|
||||||
|
|
||||||
|
If unsure, say N.
|
||||||
|
|
||||||
|
endmenu
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
obj-$(CONFIG_RASPBERRYPI_POWER) += raspberrypi-power.o
|
obj-$(CONFIG_RASPBERRYPI_POWER) += raspberrypi-power.o
|
||||||
|
obj-$(CONFIG_SOC_BRCMSTB) += brcmstb/
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
menuconfig SOC_BRCMSTB
|
|
||||||
bool "Broadcom STB SoC drivers"
|
|
||||||
depends on ARM
|
|
||||||
select SOC_BUS
|
|
||||||
help
|
|
||||||
Enables drivers for the Broadcom Set-Top Box (STB) series of chips.
|
|
||||||
This option alone enables only some support code, while the drivers
|
|
||||||
can be enabled individually within this menu.
|
|
||||||
|
|
||||||
If unsure, say N.
|
|
Loading…
Add table
Reference in a new issue