diff options
| author | Harvey Hunt <harvey.hunt@imgtec.com> | 2017-09-19 08:12:01 -0400 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2017-10-09 08:53:56 -0400 |
| commit | 7fd60db5b39f9498e97589557ec6356b2e50a6ac (patch) | |
| tree | 720afd09749feff05a3dc63f67371a94ea847204 | |
| parent | 7a8e4158bf6700607bf361dfbaaac7c901f1134a (diff) | |
MIPS: Ci20: Add support for rootfs on NFS to defconfig
Now that ethernet support is in the kernel, add the option to use a
rootfs over NFS to enable automated testing of upstream kernels on a
Ci20.
Signed-off-by: Harvey Hunt <harvey.hunt@imgtec.com>
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Harvey Hunt <harveyhuntnexus@gmail.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/17314/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
| -rw-r--r-- | arch/mips/configs/ci20_defconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/mips/configs/ci20_defconfig b/arch/mips/configs/ci20_defconfig index 5ea3104a3aca..a1a1f797ba2e 100644 --- a/arch/mips/configs/ci20_defconfig +++ b/arch/mips/configs/ci20_defconfig | |||
| @@ -38,6 +38,8 @@ CONFIG_NET=y | |||
| 38 | CONFIG_PACKET=y | 38 | CONFIG_PACKET=y |
| 39 | CONFIG_UNIX=y | 39 | CONFIG_UNIX=y |
| 40 | CONFIG_INET=y | 40 | CONFIG_INET=y |
| 41 | CONFIG_IP_PNP=y | ||
| 42 | CONFIG_IP_PNP_DHCP=y | ||
| 41 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | 43 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set |
| 42 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | 44 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set |
| 43 | # CONFIG_INET_XFRM_MODE_BEET is not set | 45 | # CONFIG_INET_XFRM_MODE_BEET is not set |
| @@ -110,7 +112,8 @@ CONFIG_PROC_KCORE=y | |||
| 110 | CONFIG_TMPFS=y | 112 | CONFIG_TMPFS=y |
| 111 | CONFIG_CONFIGFS_FS=y | 113 | CONFIG_CONFIGFS_FS=y |
| 112 | CONFIG_UBIFS_FS=y | 114 | CONFIG_UBIFS_FS=y |
| 113 | # CONFIG_NETWORK_FILESYSTEMS is not set | 115 | CONFIG_NFS_FS=y |
| 116 | CONFIG_ROOT_NFS=y | ||
| 114 | CONFIG_NLS=y | 117 | CONFIG_NLS=y |
| 115 | CONFIG_NLS_CODEPAGE_437=y | 118 | CONFIG_NLS_CODEPAGE_437=y |
| 116 | CONFIG_NLS_CODEPAGE_737=y | 119 | CONFIG_NLS_CODEPAGE_737=y |
