mbox series

[0/2] ARM: meson: do not select COMMON_CLK_AMLOGIC

Message ID 20190128182252.32589-1-jbrunet@baylibre.com
Headers show
Series ARM: meson: do not select COMMON_CLK_AMLOGIC | expand

Message

Jerome Brunet Jan. 28, 2019, 6:22 p.m. UTC
The patchset remove the selection of CONFIG_COMMON_CLK_AMLOGIC.
This CONFIG symbol:
* Is already selected by controller driver which requires it.
* Is being removed by this changeset [0]

Whether or not series [0] is merged, selecting CONFIG_COMMON_CLK_AMLOGIC
is not necessary and it is safe to remove it.

[0]: https://lkml.kernel.org/r/20190128180430.28689-1-jbrunet@baylibre.com

Jerome Brunet (2):
  arm64: meson: remove COMMON_CLK_AMLOGIC selection
  ARM: meson: remove COMMON_CLK_AMLOGIC selection

 arch/arm/mach-meson/Kconfig  | 1 -
 arch/arm64/Kconfig.platforms | 1 -
 2 files changed, 2 deletions(-)

-- 
2.20.1

Comments

Kevin Hilman Feb. 7, 2019, 3:54 a.m. UTC | #1
Jerome Brunet <jbrunet@baylibre.com> writes:

> The patchset remove the selection of CONFIG_COMMON_CLK_AMLOGIC.

> This CONFIG symbol:

> * Is already selected by controller driver which requires it.

> * Is being removed by this changeset [0]

>

> Whether or not series [0] is merged, selecting CONFIG_COMMON_CLK_AMLOGIC

> is not necessary and it is safe to remove it.

>

> [0]: https://lkml.kernel.org/r/20190128180430.28689-1-jbrunet@baylibre.com


Queued for v5.1 (branch: v5.1/soc)

Kevin