From 6ed7feb3608f6f2b1d951d4270aefcc3d8515cb7 Mon Sep 17 00:00:00 2001 From: Stefan Sicleru Date: Mon, 29 Feb 2016 14:01:21 +0100 Subject: linux/cfg: add kernel config for VFAT and NLS support Provide support for VFAT and one of its associated code pages: 437 Signed-off-by: Stefan Sicleru Signed-off-by: Martin Borg --- recipes-kernel/linux/files/cfg/00053-nls_cp437.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes-kernel/linux/files/cfg/00053-nls_cp437.cfg diff --git a/recipes-kernel/linux/files/cfg/00053-nls_cp437.cfg b/recipes-kernel/linux/files/cfg/00053-nls_cp437.cfg new file mode 100644 index 0000000..1cfb4b4 --- /dev/null +++ b/recipes-kernel/linux/files/cfg/00053-nls_cp437.cfg @@ -0,0 +1,3 @@ +CONFIG_VFAT_FS=y +CONFIG_FAT_DEFAULT_CODEPAGE=437 +CONFIG_NLS_CODEPAGE_437=m -- cgit v1.2.3-54-g00ecf