Re: [PATCH] treewide: drop CONFIG_EMBEDDED
"Jason A. Donenfeld" <[email protected]>
| Newsgroups | gmane.network.wireguard,gmane.linux.kernel,gmane.linux.ports.arm.kernel,gmane.linux.kernel.cross-arch,gmane.linux.kernel.arc,gmane.linux.ports.hexagon,gmane.linux.ports.mips,gmane.linux.ports.ppc64.devel,gmane.linux.ports.riscv,gmane.linux.ports.sh.devel,gmane.linux.kbuild.devel |
|---|---|
| Message-ID | <CAHmME9pxC_e6Ftj1MJ4H2skhhKfNubd=7OwcH9xepCxjkDxpkg@mail.gmail.com> |
On Wed, Aug 16, 2023 at 7:50 AM Randy Dunlap <[email protected]> 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 <[email protected]> > Cc: Russell King <[email protected]> > Cc: [email protected] > Cc: Arnd Bergmann <[email protected]> > Cc: Jason A. Donenfeld <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Cc: Vineet Gupta <[email protected]> > Cc: Brian Cain <[email protected]> > Cc: [email protected] > Cc: Greg Ungerer <[email protected]> > Cc: Geert Uytterhoeven <[email protected]> > Cc: [email protected] > Cc: Michal Simek <[email protected]> > Cc: Thomas Bogendoerfer <[email protected]> > Cc: Dinh Nguyen <[email protected]> > Cc: Jonas Bonn <[email protected]> > Cc: Stefan Kristiansson <[email protected]> > Cc: Stafford Horne <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: Michael Ellerman <[email protected]> > Cc: Nicholas Piggin <[email protected]> > Cc: Christophe Leroy <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: Paul Walmsley <[email protected]> > Cc: Palmer Dabbelt <[email protected]> > Cc: Albert Ou <[email protected]> > Cc: Yoshinori Sato <[email protected]> > Cc: Rich Felker <[email protected]> > Cc: John Paul Adrian Glaubitz <[email protected]> > Cc: [email protected] > Cc: Max Filippov <[email protected]> > Cc: Josh Triplett <[email protected]> > Cc: Masahiro Yamada <[email protected]> > Cc: [email protected] > Cc: Andrew Morton <[email protected]> > --- > diff -- a/tools/testing/selftests/wireguard/qemu/kernel.config b/tools/testing/selftests/wireguard/qemu/kernel.config > --- a/tools/testing/selftests/wireguard/qemu/kernel.config > +++ b/tools/testing/selftests/wireguard/qemu/kernel.config > @@ -41,7 +41,6 @@ CONFIG_KALLSYMS=y > CONFIG_BUG=y > CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y > CONFIG_JUMP_LABEL=y > -CONFIG_EMBEDDED=n > CONFIG_BASE_FULL=y > CONFIG_FUTEX=y > CONFIG_SHMEM=y Acked-by: Jason A. Donenfeld <[email protected]>