diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-09-29 15:39:48 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-01-09 17:00:53 +0100 |
commit | c476a78f19ef12f10230e6162c290c17e9c74933 (patch) | |
tree | 4782bbe55b978e8a6aca5f38541bf90e3cf05039 /arch/arm | |
parent | 1b929c02afd37871d5afb9d498426f83432e71c2 (diff) | |
download | linux-stable-c476a78f19ef12f10230e6162c290c17e9c74933.tar.gz linux-stable-c476a78f19ef12f10230e6162c290c17e9c74933.tar.bz2 linux-stable-c476a78f19ef12f10230e6162c290c17e9c74933.zip |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 43c7773b89ae..b9130ab831db 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1465,19 +1465,6 @@ config ATAGS the ARM_ATAG_DTB_COMPAT option) then you may unselect this option to remove ATAGS support from your kernel binary. -config UNUSED_BOARD_FILES - bool "Board support for machines without known users" - depends on ATAGS - help - Most ATAGS based board files are completely unused and are - scheduled for removal in early 2023, and left out of kernels - by default now. If you are using a board file that is marked - as unused, turn on this option to build support into the kernel. - - To keep support for your individual board from being removed, - send a reply to the email discussion at - https://lore.kernel.org/all/CAK8P3a0Z9vGEQbVRBo84bSyPFM-LF+hs5w8ZA51g2Z+NsdtDQA@mail.gmail.com/ - config DEPRECATED_PARAM_STRUCT bool "Provide old way to pass kernel parameters" depends on ATAGS |