Re: [PATCH] drm: Drop ARCH_MULTIPLATFORM from dependencies

2023-03-14 Thread Javier Martinez Canillas
Philipp Zabel writes: > On Fr, 2022-12-09 at 23:05 +0100, Uwe Kleine-König wrote: >> Some of these dependencies used to be sensible when only a small part of >> the platforms supported by ARCH=arm could be compiled together in a >> single kernel image. Nowadays ARCH_MULTIPLATFORM is only used as

Re: [PATCH] drm: Drop ARCH_MULTIPLATFORM from dependencies

2023-03-14 Thread Philipp Zabel
On Fr, 2022-12-09 at 23:05 +0100, Uwe Kleine-König wrote: > Some of these dependencies used to be sensible when only a small part of > the platforms supported by ARCH=arm could be compiled together in a > single kernel image. Nowadays ARCH_MULTIPLATFORM is only used as a guard > for kernel options

Re: [PATCH] drm: Drop ARCH_MULTIPLATFORM from dependencies

2023-01-10 Thread Javier Martinez Canillas
On 12/10/22 10:21, Uwe Kleine-König wrote: > Hello Arnd, > > On Fri, Dec 09, 2022 at 11:53:49PM +0100, Arnd Bergmann wrote: >> On Fri, Dec 9, 2022, at 23:05, Uwe Kleine-König wrote: >>> Some of these dependencies used to be sensible when only a small part of >>> the platforms supported by ARCH=arm

Re: [PATCH] drm: Drop ARCH_MULTIPLATFORM from dependencies

2022-12-10 Thread Uwe Kleine-König
Hello Arnd, On Fri, Dec 09, 2022 at 11:53:49PM +0100, Arnd Bergmann wrote: > On Fri, Dec 9, 2022, at 23:05, Uwe Kleine-König wrote: > > Some of these dependencies used to be sensible when only a small part of > > the platforms supported by ARCH=arm could be compiled together in a > > single kernel

Re: [PATCH] drm: Drop ARCH_MULTIPLATFORM from dependencies

2022-12-09 Thread Arnd Bergmann
On Fri, Dec 9, 2022, at 23:05, Uwe Kleine-König wrote: > Some of these dependencies used to be sensible when only a small part of > the platforms supported by ARCH=arm could be compiled together in a > single kernel image. Nowadays ARCH_MULTIPLATFORM is only used as a guard > for kernel options inc

[PATCH] drm: Drop ARCH_MULTIPLATFORM from dependencies

2022-12-09 Thread Uwe Kleine-König
Some of these dependencies used to be sensible when only a small part of the platforms supported by ARCH=arm could be compiled together in a single kernel image. Nowadays ARCH_MULTIPLATFORM is only used as a guard for kernel options incompatible with a multiplatform image. See commit 84fc86360623 (