
On Thu, Feb 20, 2020 at 05:51:13PM +0000, Andre Przywara wrote:
With some recent additions and some old cruft, there are some config options that were defined in *almost* every board defconfig file for Allwinner SoCs. This "almost" seems to point to bugs, either those options were missed by mistake or failed to properly synchronise (when a new board defconfig comes into the tree and just missed some automatic update).
This series defines those common symbols in their respective Kconfig files or in the ARCH_SUNXI definition, then removes them from all the defconfigs.
This fixes those boards that suffered from a missing definition, also cleans up all board defconfigs by moving not-board-specific options out of there.
Rationale for why those options are generic are given in the commit message of 1/2.
defconfig handling really is a pain, thanks for taking care of this
Acked-by: Maxime Ripard mripard@kernel.org Maxime