In commit title: we use the "arm64: morello:" tag when updating this defconfig (see previous commits touching this file).
On 05/05/2023 17:36, Pawel Zalewski wrote:
It is very useful to be able to boot from a remote rootfs, especially during the development and due to the nature of the Morello project development will be the most often encountered use case.
Signed-off-by: Pawel Zalewski pzalewski@thegoodpenguin.co.uk
arch/arm64/configs/morello_transitional_pcuabi_defconfig | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/arch/arm64/configs/morello_transitional_pcuabi_defconfig b/arch/arm64/configs/morello_transitional_pcuabi_defconfig index 856806652bac..d1fefce6e727 100644 --- a/arch/arm64/configs/morello_transitional_pcuabi_defconfig +++ b/arch/arm64/configs/morello_transitional_pcuabi_defconfig @@ -147,6 +147,8 @@ CONFIG_TMPFS=y CONFIG_HUGETLBFS=y # CONFIG_EFIVAR_FS is not set CONFIG_9P_FS=y +CONFIG_NFS_FS=y +CONFIG_ROOT_NFS=y
We try to update this defconfig according to the output of `make savedefconfig`, so that it remains stable and easy to diff. In that output, it looks like these two entries are just before CONFIG_9P_FS, not after.
Kevin
CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_ISO8859_1=y CONFIG_KEYS=y