linux-stable/drivers/clk/x86
Hans de Goede 3cd8cc98d6 platform/x86: Drop the PMC_ATOM Kconfig option
The def_bool y PMC_ATOM Kconfig option provides a couple of symbols used
by the code enabled by the X86_INTEL_LPSS option and it registers some
clocks. These clocks are only registered on Bay Trail, Cherry Trail and
Brasswell Intel SoCs and kernels targeting these SoCs must always have
the X86_INTEL_LPSS option enabled otherwise many things will not work.

Building the PMC_ATOM code on kernels which are not targeting the
mentioned SoCs and which do not have the X86_INTEL_LPSS enabled is
not useful.

This means that we can simplify things by replacing the PMC_ATOM Kconfig
option in Makefiles with X86_INTEL_LPSS and then drop the option.

Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lore.kernel.org/r/20220503140207.101218-2-hdegoede@redhat.com
2022-06-12 14:41:22 +02:00
..
clk-cgu-pll.c clk: intel: Use devm_clk_hw_register() instead of clk_hw_register() 2020-07-24 01:55:18 -07:00
clk-cgu.c clk: intel: Avoid unnecessary memset by improving code 2020-07-24 01:58:15 -07:00
clk-cgu.h clk: intel: Add CGU clock driver for a new SoC 2020-05-26 19:58:52 -07:00
clk-fch.c clk: x86: Fix clk_gate_flags for RV_CLK_GATE 2022-01-06 17:57:53 -08:00
clk-lgm.c clk: intel: Add CGU clock driver for a new SoC 2020-05-26 19:58:52 -07:00
clk-lpss-atom.c clk: x86: Rename clk-lpt to more specific clk-lpss-atom 2021-07-27 14:03:47 -07:00
clk-pmc-atom.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 2019-06-05 17:36:37 +02:00
Kconfig clk: intel: Add CGU clock driver for a new SoC 2020-05-26 19:58:52 -07:00
Makefile platform/x86: Drop the PMC_ATOM Kconfig option 2022-06-12 14:41:22 +02:00