Re: [PATCH 2/2] serial: Remove obsolete CONS_INDEX_n Kconfig options

2022-05-24 Thread Andre Przywara
On Mon, 9 May 2022 00:10:55 -0500 Samuel Holland wrote: > These were only ever implied by sunxi platforms, and that usage has > been removed. Current practice is to specify CONFIG_CONS_INDEX in each > board's defconfig. > > Signed-off-by: Samuel Holland Applied to sunxi/master. Thanks! Andre

Re: [PATCH 2/2] serial: Remove obsolete CONS_INDEX_n Kconfig options

2022-05-09 Thread Andre Przywara
On Mon, 9 May 2022 00:10:55 -0500 Samuel Holland wrote: > These were only ever implied by sunxi platforms, and that usage has > been removed. Current practice is to specify CONFIG_CONS_INDEX in each > board's defconfig. Indeed. Verified by creating the .config files for all 160 ARCH_SUNXI _defc

Re: [PATCH 2/2] serial: Remove obsolete CONS_INDEX_n Kconfig options

2022-05-09 Thread Tom Rini
On Mon, May 09, 2022 at 12:10:55AM -0500, Samuel Holland wrote: > These were only ever implied by sunxi platforms, and that usage has > been removed. Current practice is to specify CONFIG_CONS_INDEX in each > board's defconfig. > > Signed-off-by: Samuel Holland Reviewed-by: Tom Rini -- Tom

[PATCH 2/2] serial: Remove obsolete CONS_INDEX_n Kconfig options

2022-05-08 Thread Samuel Holland
These were only ever implied by sunxi platforms, and that usage has been removed. Current practice is to specify CONFIG_CONS_INDEX in each board's defconfig. Signed-off-by: Samuel Holland --- drivers/serial/Kconfig | 26 -- 1 file changed, 26 deletions(-) diff --git a/d