cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Kconfig (551B)


      1# SPDX-License-Identifier: GPL-2.0-only
      2config HFSPLUS_FS
      3	tristate "Apple Extended HFS file system support"
      4	depends on BLOCK
      5	select NLS
      6	select NLS_UTF8
      7	help
      8	  If you say Y here, you will be able to mount extended format
      9	  Macintosh-formatted hard drive partitions with full read-write access.
     10
     11	  This file system is often called HFS+ and was introduced with
     12	  MacOS 8. It includes all Mac specific filesystem data such as
     13	  data forks and creator codes, but it also has several UNIX
     14	  style features such as file ownership and permissions.