Hi Randy,
On Wed, Aug 16, 2023 at 7:50 AM Randy Dunlap wrote:
> There is only one Kconfig user of CONFIG_EMBEDDED and it can be
> switched to EXPERT or "if !ARCH_MULTIPLATFORM" (suggested by Arnd).
>
> Signed-off-by: Randy Dunlap
Makes perfect sense to me.
Acked-by: Geert Uytterhoeven
Gr{oet
On Wed, Aug 16, 2023, at 07:50, Randy Dunlap wrote:
> There is only one Kconfig user of CONFIG_EMBEDDED and it can be
> switched to EXPERT or "if !ARCH_MULTIPLATFORM" (suggested by Arnd).
>
> Signed-off-by: Randy Dunlap
> Cc: Russell King
> Cc: linux-arm-ker...@lists.infradead.org
> Cc: Arnd Berg
On Tue, 15 Aug 2023 22:50:10 PDT (-0700), rdun...@infradead.org wrote:
There is only one Kconfig user of CONFIG_EMBEDDED and it can be
switched to EXPERT or "if !ARCH_MULTIPLATFORM" (suggested by Arnd).
Signed-off-by: Randy Dunlap
Cc: Russell King
Cc: linux-arm-ker...@lists.infradead.org
Cc: A
On Thu, 10 Aug 2023 07:19:18 PDT (-0700), a...@kernel.org wrote:
From: Arnd Bergmann
Most of the patches I sent so far for the -Wmissing-prototype warnings
have made it into linux-next now. There are a few that I'm resending
now as nobody has picked them up, and then a number of fixes that I
fo
On 16/8/23 15:50, Randy Dunlap wrote:
There is only one Kconfig user of CONFIG_EMBEDDED and it can be
switched to EXPERT or "if !ARCH_MULTIPLATFORM" (suggested by Arnd).
Signed-off-by: Randy Dunlap
Cc: Russell King
Cc: linux-arm-ker...@lists.infradead.org
Cc: Arnd Bergmann
Cc: Jason A. Done
On Wed, Aug 16, 2023 at 7:50 AM Randy Dunlap wrote:
>
> There is only one Kconfig user of CONFIG_EMBEDDED and it can be
> switched to EXPERT or "if !ARCH_MULTIPLATFORM" (suggested by Arnd).
>
> Signed-off-by: Randy Dunlap
> Cc: Russell King
> Cc: linux-arm-ker...@lists.infradead.org
> Cc: Arnd B
Hi Jesse,
On 8/16/23 15:45, Jesse Taube wrote:
> Hi, Randy
>
>> diff -- a/init/Kconfig b/init/Kconfig
>> --- a/init/Kconfig
>> +++ b/init/Kconfig
>> @@ -1790,14 +1790,6 @@ config DEBUG_RSEQ
>>
>> If unsure, say N.
>>
>> -config EMBEDDED
>> - bool "Embedded system"
>> - select EXPERT
Randy Dunlap writes:
> There is only one Kconfig user of CONFIG_EMBEDDED and it can be
> switched to EXPERT or "if !ARCH_MULTIPLATFORM" (suggested by Arnd).
>
> Signed-off-by: Randy Dunlap
...
> arch/powerpc/configs/40x/klondike_defconfig |2 +-
> arch/powerpc/configs/44x/fsp2_defco