]> git.baikalelectronics.ru Git - kernel.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)
commit45f6d7f1883583960d0e8fc749994043d4a09d14
treec413b21211fe1ec916db779cb1cc82165b12aee9
parentf934419ffdc1368d3813f0c5571340f166e34c6d
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