]> git.ipfire.org Git - people/ms/linux.git/commit
arch: Add generic Kconfig option indicating page size smaller than 64k
authorGuenter Roeck <linux@roeck-us.net>
Sat, 27 Nov 2021 15:44:40 +0000 (07:44 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 27 Nov 2021 22:34:41 +0000 (14:34 -0800)
commit1f0e290cc5fd818d002e0a83b0ea8eceb8f2c515
treec413b21211fe1ec916db779cb1cc82165b12aee9
parent4f0dda359c4563cbb1b0f97b0dbbcdc553156541
arch: Add generic Kconfig option indicating page size smaller than 64k

NTFS_RW and VMXNET3 require a page size smaller than 64kB.  Add generic
Kconfig option for use outside architecture code to avoid architecture
specific Kconfig options in that code.

Suggested-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Cc: Anton Altaparmakov <anton@tuxera.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/Kconfig