diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2023-07-05 00:36:24 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2023-07-11 15:30:09 +0200 |
commit | aded002384c13a473af7d519e38ff59bf6056289 (patch) | |
tree | 83af7b64abbd0b191450b7a0e6dce064219dff07 /drivers/soc/bcm/bcm63xx/Makefile | |
parent | soc: apple: Move power-domain driver to the genpd dir (diff) | |
download | linux-aded002384c13a473af7d519e38ff59bf6056289.tar.xz linux-aded002384c13a473af7d519e38ff59bf6056289.zip |
soc: bcm: Move power-domain drivers to the genpd dir
To simplify with maintenance let's move the bcm power-domain drivers to the
new genpd directory. Going forward, patches are intended to be managed
through a separate git tree, according to MAINTAINERS.
While moving the drivers, we end up with a directory for bcm63xx that only
contains a Kconfig file, which seems a bit silly. Let's therefore also move
the Kconfig options into the Kconfig file a directory above, as it allows
us to drop the directory too.
Cc: Florian Fainelli <florian.fainelli@broadcom.com>
Cc: Ray Jui <rjui@broadcom.com>
Cc: Scott Branden <sbranden@broadcom.com>
Cc: <linux-mips@vger.kernel.org>
Cc: <linux-rpi-kernel@lists.infradead.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/soc/bcm/bcm63xx/Makefile')
-rw-r--r-- | drivers/soc/bcm/bcm63xx/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/soc/bcm/bcm63xx/Makefile b/drivers/soc/bcm/bcm63xx/Makefile deleted file mode 100644 index 557eed3d67bd..000000000000 --- a/drivers/soc/bcm/bcm63xx/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0-only -obj-$(CONFIG_BCM63XX_POWER) += bcm63xx-power.o -obj-$(CONFIG_BCM_PMB) += bcm-pmb.o |