Skip to content

Commit 7fd6ef6

Browse files
bulwahnchenhuacai
authored andcommitted
LoongArch: Drop these obsolete selects in Kconfig
Commit fa96b57 ("LoongArch: Add build infrastructure") adds the new file arch/loongarch/Kconfig. As the work on LoongArch was probably quite some time under development, various config symbols have changed and disappeared from the time of initial writing of the Kconfig file and its inclusion in the repository. The following four commits: commit c126a53 ("arch: remove GENERIC_FIND_FIRST_BIT entirely") commit 140c818 ("arch: remove HAVE_COPY_THREAD_TLS") commit aca52c3 ("mm: remove CONFIG_HAVE_MEMBLOCK") commit 3f08a30 ("mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option") remove the mentioned config symbol, and enable the intended setup by default without configuration. Drop these obsolete selects in loongarch's Kconfig. Reviewed-by: WANG Xuerui <[email protected]> Signed-off-by: Lukas Bulwahn <[email protected]> Signed-off-by: Huacai Chen <[email protected]>
1 parent 88084a3 commit 7fd6ef6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arch/loongarch/Kconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ config LOONGARCH
5454
select GENERIC_CMOS_UPDATE
5555
select GENERIC_CPU_AUTOPROBE
5656
select GENERIC_ENTRY
57-
select GENERIC_FIND_FIRST_BIT
5857
select GENERIC_GETTIMEOFDAY
5958
select GENERIC_IRQ_MULTI_HANDLER
6059
select GENERIC_IRQ_PROBE
@@ -77,7 +76,6 @@ config LOONGARCH
7776
select HAVE_ARCH_TRANSPARENT_HUGEPAGE
7877
select HAVE_ASM_MODVERSIONS
7978
select HAVE_CONTEXT_TRACKING
80-
select HAVE_COPY_THREAD_TLS
8179
select HAVE_DEBUG_STACKOVERFLOW
8280
select HAVE_DMA_CONTIGUOUS
8381
select HAVE_EXIT_THREAD
@@ -86,8 +84,6 @@ config LOONGARCH
8684
select HAVE_IOREMAP_PROT
8785
select HAVE_IRQ_EXIT_ON_IRQ_STACK
8886
select HAVE_IRQ_TIME_ACCOUNTING
89-
select HAVE_MEMBLOCK
90-
select HAVE_MEMBLOCK_NODE_MAP
9187
select HAVE_MOD_ARCH_SPECIFIC
9288
select HAVE_NMI
9389
select HAVE_PERF_EVENTS

0 commit comments

Comments
 (0)