Re: [PATCH 1/2] sunxi: Kconfig: use SoC-wide values for some symbols

2022-09-14 Thread Andre Przywara
On Wed, 14 Sep 2022 10:04:44 -0400 Tom Rini wrote: Hi Tom, > On Wed, Sep 14, 2022 at 12:32:16AM +0100, Andre Przywara wrote: > > > Some configuration symbols formerly defined in header files were > > recently converted to Kconfig symbols. This moved their value definition > > into *every*

[PATCH 1/2] sunxi: Kconfig: use SoC-wide values for some symbols

2022-09-13 Thread Andre Przywara
Some configuration symbols formerly defined in header files were recently converted to Kconfig symbols. This moved their value definition into *every* defconfig file, even though those values are hardly board choices. Use the new Kconfig option to define per-SoC default values, in just one place,