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.

riscv: defconfig: enable NLS_ISO8859_1

NLS_ISO8859_1 was enabled as a module with commit efe1e08bca9a ("riscv:
defconfig: enable NLS_CODEPAGE_437, NLS_ISO8859_1"), but the
NLS_CODEPAGE_437 counterpart is selected as built-in. The commit does
not explain the reason behind, and it is not consistent with the
defconfig for ARM64 that also enables these modules to mount EFI system
partitions.

Select NLS_ISO8859_1 as built-in to provide both requirements within the
kernel image.

Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Link: https://patch.msgid.link/20260111-nls_iso8859_1_y_riscv-v1-1-2c992bb2c00d@gmail.com
Signed-off-by: Paul Walmsley <pjw@kernel.org>

authored by

Javier Carrasco and committed by
Paul Walmsley
5bfb2878 9f77b4c5

+1 -1
+1 -1
arch/riscv/configs/defconfig
··· 295 295 CONFIG_ROOT_NFS=y 296 296 CONFIG_9P_FS=y 297 297 CONFIG_NLS_CODEPAGE_437=y 298 - CONFIG_NLS_ISO8859_1=m 298 + CONFIG_NLS_ISO8859_1=y 299 299 CONFIG_SECURITY=y 300 300 CONFIG_SECURITY_SELINUX=y 301 301 CONFIG_SECURITY_APPARMOR=y