generic: 5.15: copy config and patch from 5.10
[openwrt/openwrt.git] / target / linux / generic / pending-5.15 / 500-fs_cdrom_dependencies.patch
1 --- a/fs/hfs/Kconfig
2 +++ b/fs/hfs/Kconfig
3 @@ -2,6 +2,7 @@
4 config HFS_FS
5 tristate "Apple Macintosh file system support"
6 depends on BLOCK
7 + select CDROM
8 select NLS
9 help
10 If you say Y here, you will be able to mount Macintosh-formatted
11 --- a/fs/hfsplus/Kconfig
12 +++ b/fs/hfsplus/Kconfig
13 @@ -2,6 +2,7 @@
14 config HFSPLUS_FS
15 tristate "Apple Extended HFS file system support"
16 depends on BLOCK
17 + select CDROM
18 select NLS
19 select NLS_UTF8
20 help
21 --- a/fs/isofs/Kconfig
22 +++ b/fs/isofs/Kconfig
23 @@ -1,6 +1,7 @@
24 # SPDX-License-Identifier: GPL-2.0-only
25 config ISO9660_FS
26 tristate "ISO 9660 CDROM file system support"
27 + select CDROM
28 help
29 This is the standard file system used on CD-ROMs. It was previously
30 known as "High Sierra File System" and is called "hsfs" on other
31 --- a/fs/udf/Kconfig
32 +++ b/fs/udf/Kconfig
33 @@ -1,6 +1,7 @@
34 # SPDX-License-Identifier: GPL-2.0-only
35 config UDF_FS
36 tristate "UDF file system support"
37 + select CDROM
38 select CRC_ITU_T
39 select NLS
40 help