Skip to content

Commit

Permalink
riscv: Fix spelling mistake "SPARSEMEM" to "SPARSMEM"
Browse files Browse the repository at this point in the history
There is a spelling mistake when SPARSEMEM Kconfig copy.

Fixes: a5406a7 ("riscv: Correct SPARSEMEM configuration")
Cc: stable@vger.kernel.org
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
  • Loading branch information
Kefeng Wang authored and palmer-dabbelt committed Apr 16, 2021
1 parent e49d033 commit 199fc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/riscv/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ config ARCH_FLATMEM_ENABLE
config ARCH_SPARSEMEM_ENABLE
def_bool y
depends on MMU
select SPARSEMEM_STATIC if 32BIT && SPARSMEM
select SPARSEMEM_STATIC if 32BIT && SPARSEMEM
select SPARSEMEM_VMEMMAP_ENABLE if 64BIT

config ARCH_SELECT_MEMORY_MODEL
Expand Down

0 comments on commit 199fc6b

Please sign in to comment.