Re: [PATCH] treewide: drop CONFIG_EMBEDDED

From: Jesse Taube
Date: Wed Aug 16 2023 - 18:45:58 EST


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
> - help
> - This option should be enabled if compiling the kernel for
> - an embedded system so certain expert options are available
> - for configuration.

Wouldn't removing this break many out of tree configs?
Should there be a warning here to update change it instead of removal?

Thanks,
Jesse Taube