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/Kconfig | |
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/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index ff0350ca3b74..696bf77a7042 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -1,4 +1,3 @@ # SPDX-License-Identifier: GPL-2.0-only -source "drivers/power/avs/Kconfig" source "drivers/power/reset/Kconfig" source "drivers/power/supply/Kconfig" |