Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ARM: remove CONFIG_UNUSED_BOARD_FILES

All unused board files are removed, so the Kconfig symbol is no
longer needed.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

-13
-13
arch/arm/Kconfig
··· 1465 1465 the ARM_ATAG_DTB_COMPAT option) then you may unselect this option 1466 1466 to remove ATAGS support from your kernel binary. 1467 1467 1468 - config UNUSED_BOARD_FILES 1469 - bool "Board support for machines without known users" 1470 - depends on ATAGS 1471 - help 1472 - Most ATAGS based board files are completely unused and are 1473 - scheduled for removal in early 2023, and left out of kernels 1474 - by default now. If you are using a board file that is marked 1475 - as unused, turn on this option to build support into the kernel. 1476 - 1477 - To keep support for your individual board from being removed, 1478 - send a reply to the email discussion at 1479 - https://lore.kernel.org/all/CAK8P3a0Z9vGEQbVRBo84bSyPFM-LF+hs5w8ZA51g2Z+NsdtDQA@mail.gmail.com/ 1480 - 1481 1468 config DEPRECATED_PARAM_STRUCT 1482 1469 bool "Provide old way to pass kernel parameters" 1483 1470 depends on ATAGS