Hi Robert,
I was looking to enable large block device support as well so I thought while I was going through the process, it would be a good idea to look for HFS support as well since someone else was looking for it.
So, it looks like you need:
Symbol: HFSPLUS_FS [=n] ¦
¦ Prompt: Apple Extended HFS file system support ¦
¦ Defined at fs/hfsplus/Kconfig:1 ¦
¦ Depends on: MISC_FILESYSTEMS [=y] && BLOCK [=y] ¦
¦ Location: ¦
¦ -> File systems ¦
¦ -> Miscellaneous filesystems (MISC_FILESYSTEMS [=y]) ¦
¦ Selects: NLS [=y] && NLS_UTF8 [=y]
Symbol: HFS_FS [=n] ¦
¦ Prompt: Apple Macintosh file system support (EXPERIMENTAL) ¦
¦ Defined at fs/hfs/Kconfig:1 ¦
¦ Depends on: MISC_FILESYSTEMS [=y] && BLOCK [=y] && EXPERIMENTAL [=y] ¦
¦ Location: ¦
¦ -> File systems ¦
¦ -> Miscellaneous filesystems (MISC_FILESYSTEMS [=y]) ¦
¦ Selects: NLS [=y]
You can find those in:
File systems->Miscellaneous Filesystems->Apple Extended HFS file system support
and
File systems->Miscellaneous Filesystems->Apple Macintosh file system support (EXPERIMENTAL)
For anyone else who is looking for LBD (large block device support), it can be found in:
Symbol: LBDAF [=y] ?
? Prompt: Support for large (2TB+) block devices and files ?
? Defined at block/Kconfig:26 ?
? Depends on: BLOCK [=y] && !64BIT [=64BIT] ?
? Location: ?
? -> Enable the block layer
So this is in:
Enable the block layer->Support for large (2TB+) block devices and files