diff --git a/boards/sparc/bm3803/xx3803/configs/nsh/defconfig b/boards/sparc/bm3803/xx3803/configs/nsh/defconfig index 52c0367960..38e6b032d2 100644 --- a/boards/sparc/bm3803/xx3803/configs/nsh/defconfig +++ b/boards/sparc/bm3803/xx3803/configs/nsh/defconfig @@ -7,7 +7,6 @@ # # CONFIG_ARCH_LEDS is not set # CONFIG_ARCH_RAMFUNCS is not set -# CONFIG_FS_LARGEFILE is not set # CONFIG_LIBC_LONG_LONG is not set # CONFIG_NSH_ARGCAT is not set # CONFIG_NSH_CMDOPT_HEXDUMP is not set diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig index aeca516f2c..5d030caa7c 100644 --- a/fs/nfs/Kconfig +++ b/fs/nfs/Kconfig @@ -7,6 +7,7 @@ config NFS bool "NFS client file system" default n depends on !DISABLE_MOUNTPOINT && ALLOW_BSD_COMPONENTS + select FS_LARGEFILE ---help--- Enable network file system (NFS) client file system