summaryrefslogtreecommitdiffstats
path: root/features/isofs
diff options
context:
space:
mode:
authorAdrian Stratulat <adrian.stratulat@enea.com>2020-06-09 13:10:17 +0200
committerAdrian Stratulat <adrian.stratulat@enea.com>2020-06-11 12:31:55 +0200
commit2e53208e8c1eaf83fb6b6411f8465f2bdf1d6069 (patch)
treea75c155496521cf9fb1931751aa573d8bb33a1ea /features/isofs
parent9153e7a0c6a10dfe5ada1661ab116068cfc364ee (diff)
downloadenea-kernel-cache-ampere-4.14.tar.gz
Add supporting config snippetsampere-4.14
Change-Id: Ic2f7c31c8ad274f4c3677320b81ccb0407612711 Signed-off-by: Adrian Stratulat <adrian.stratulat@enea.com>
Diffstat (limited to 'features/isofs')
-rw-r--r--features/isofs/isofs.cfg10
-rw-r--r--features/isofs/isofs.scc4
2 files changed, 14 insertions, 0 deletions
diff --git a/features/isofs/isofs.cfg b/features/isofs/isofs.cfg
new file mode 100644
index 0000000..c14eb11
--- /dev/null
+++ b/features/isofs/isofs.cfg
@@ -0,0 +1,10 @@
1CONFIG_ISO9660_FS=y
2CONFIG_JOLIET=y
3CONFIG_ZISOFS=y
4CONFIG_UDF_FS=y
5CONFIG_UDF_NLS=y
6CONFIG_FAT_FS=y
7CONFIG_VFAT_FS=y
8CONFIG_FAT_DEFAULT_CODEPAGE=437
9CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
10CONFIG_CRC_ITU_T=y
diff --git a/features/isofs/isofs.scc b/features/isofs/isofs.scc
new file mode 100644
index 0000000..93ca615
--- /dev/null
+++ b/features/isofs/isofs.scc
@@ -0,0 +1,4 @@
1define KFEATURE_DESCRIPTION "Enable ISO FS for CD-ROM support"
2define KFEATURE_COMPATIBILITY all
3
4kconf non-hardware isofs.cfg