diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2020-10-06 19:05:16 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2020-10-22 19:39:32 +0300 |
commit | 785b5bb41b0a9b1d9173192dcdebe6e994d1f71a (patch) | |
tree | a11188853446c8244219622938c9df7854a39578 /drivers/power/Makefile | |
parent | a7305e684fcfb33029fe3d0af6b7d8dc4c8ca7a1 (diff) | |
download | linux-785b5bb41b0a9b1d9173192dcdebe6e994d1f71a.tar.xz |
PM: AVS: Drop the avs directory and the corresponding Kconfig
All avs drivers have now been moved to their corresponding soc specific
directories. Additionally, they don't depend on the POWER_AVS Kconfig
anymore. Therefore, let's simply drop the drivers/power/avs directory
altogether.
Cc: Nishanth Menon <nm@ti.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/power/Makefile')
-rw-r--r-- | drivers/power/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/power/Makefile b/drivers/power/Makefile index b7c2e372186b..effbf0377f32 100644 --- a/drivers/power/Makefile +++ b/drivers/power/Makefile @@ -1,4 +1,3 @@ # SPDX-License-Identifier: GPL-2.0-only -obj-$(CONFIG_POWER_AVS) += avs/ obj-$(CONFIG_POWER_RESET) += reset/ obj-$(CONFIG_POWER_SUPPLY) += supply/ |