diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2008-10-31 03:01:19 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-10-31 03:22:31 -0400 |
commit | 464f763d5aeac1c31f6c626afbc4ea086c78a7b4 (patch) | |
tree | e52da92b86ed67aaa10ab689636bb7393fe88acb /arch/sh | |
parent | 694f94f263bee30ada18bab178b98a0d10917e68 (diff) |
sh: Enable NFS root in Migo-R defconfig.
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/configs/migor_defconfig | 35 |
1 files changed, 28 insertions, 7 deletions
diff --git a/arch/sh/configs/migor_defconfig b/arch/sh/configs/migor_defconfig index 624c47aa66d3..30cac42f25e7 100644 --- a/arch/sh/configs/migor_defconfig +++ b/arch/sh/configs/migor_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.27 | 3 | # Linux kernel version: 2.6.28-rc2 |
4 | # Tue Oct 21 12:57:28 2008 | 4 | # Fri Oct 31 15:58:06 2008 |
5 | # | 5 | # |
6 | CONFIG_SUPERH=y | 6 | CONFIG_SUPERH=y |
7 | CONFIG_SUPERH32=y | 7 | CONFIG_SUPERH32=y |
@@ -73,7 +73,6 @@ CONFIG_EVENTFD=y | |||
73 | CONFIG_SHMEM=y | 73 | CONFIG_SHMEM=y |
74 | CONFIG_AIO=y | 74 | CONFIG_AIO=y |
75 | CONFIG_VM_EVENT_COUNTERS=y | 75 | CONFIG_VM_EVENT_COUNTERS=y |
76 | CONFIG_PCI_QUIRKS=y | ||
77 | CONFIG_SLAB=y | 76 | CONFIG_SLAB=y |
78 | # CONFIG_SLUB is not set | 77 | # CONFIG_SLUB is not set |
79 | # CONFIG_SLOB is not set | 78 | # CONFIG_SLOB is not set |
@@ -285,7 +284,7 @@ CONFIG_GUSA=y | |||
285 | CONFIG_ZERO_PAGE_OFFSET=0x00001000 | 284 | CONFIG_ZERO_PAGE_OFFSET=0x00001000 |
286 | CONFIG_BOOT_LINK_OFFSET=0x00800000 | 285 | CONFIG_BOOT_LINK_OFFSET=0x00800000 |
287 | CONFIG_CMDLINE_BOOL=y | 286 | CONFIG_CMDLINE_BOOL=y |
288 | CONFIG_CMDLINE="console=ttySC0,115200 earlyprintk=serial ip=on" | 287 | CONFIG_CMDLINE="console=ttySC0,115200 earlyprintk=serial ip=on root=/dev/nfs ip=dhcp" |
289 | 288 | ||
290 | # | 289 | # |
291 | # Bus options | 290 | # Bus options |
@@ -718,6 +717,7 @@ CONFIG_SSB_POSSIBLE=y | |||
718 | # CONFIG_MFD_SM501 is not set | 717 | # CONFIG_MFD_SM501 is not set |
719 | # CONFIG_HTC_PASIC3 is not set | 718 | # CONFIG_HTC_PASIC3 is not set |
720 | # CONFIG_MFD_TMIO is not set | 719 | # CONFIG_MFD_TMIO is not set |
720 | # CONFIG_PMIC_DA903X is not set | ||
721 | # CONFIG_MFD_WM8400 is not set | 721 | # CONFIG_MFD_WM8400 is not set |
722 | # CONFIG_MFD_WM8350_I2C is not set | 722 | # CONFIG_MFD_WM8350_I2C is not set |
723 | 723 | ||
@@ -969,7 +969,23 @@ CONFIG_TMPFS=y | |||
969 | # CONFIG_ROMFS_FS is not set | 969 | # CONFIG_ROMFS_FS is not set |
970 | # CONFIG_SYSV_FS is not set | 970 | # CONFIG_SYSV_FS is not set |
971 | # CONFIG_UFS_FS is not set | 971 | # CONFIG_UFS_FS is not set |
972 | # CONFIG_NETWORK_FILESYSTEMS is not set | 972 | CONFIG_NETWORK_FILESYSTEMS=y |
973 | CONFIG_NFS_FS=y | ||
974 | # CONFIG_NFS_V3 is not set | ||
975 | # CONFIG_NFS_V4 is not set | ||
976 | CONFIG_ROOT_NFS=y | ||
977 | # CONFIG_NFSD is not set | ||
978 | CONFIG_LOCKD=y | ||
979 | CONFIG_NFS_COMMON=y | ||
980 | CONFIG_SUNRPC=y | ||
981 | # CONFIG_SUNRPC_REGISTER_V4 is not set | ||
982 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
983 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
984 | # CONFIG_SMB_FS is not set | ||
985 | # CONFIG_CIFS is not set | ||
986 | # CONFIG_NCP_FS is not set | ||
987 | # CONFIG_CODA_FS is not set | ||
988 | # CONFIG_AFS_FS is not set | ||
973 | 989 | ||
974 | # | 990 | # |
975 | # Partition Types | 991 | # Partition Types |
@@ -1019,7 +1035,12 @@ CONFIG_CRYPTO=y | |||
1019 | # Crypto core or helper | 1035 | # Crypto core or helper |
1020 | # | 1036 | # |
1021 | # CONFIG_CRYPTO_FIPS is not set | 1037 | # CONFIG_CRYPTO_FIPS is not set |
1022 | # CONFIG_CRYPTO_MANAGER is not set | 1038 | CONFIG_CRYPTO_ALGAPI=y |
1039 | CONFIG_CRYPTO_AEAD=y | ||
1040 | CONFIG_CRYPTO_BLKCIPHER=y | ||
1041 | CONFIG_CRYPTO_HASH=y | ||
1042 | CONFIG_CRYPTO_RNG=y | ||
1043 | CONFIG_CRYPTO_MANAGER=y | ||
1023 | # CONFIG_CRYPTO_GF128MUL is not set | 1044 | # CONFIG_CRYPTO_GF128MUL is not set |
1024 | # CONFIG_CRYPTO_NULL is not set | 1045 | # CONFIG_CRYPTO_NULL is not set |
1025 | # CONFIG_CRYPTO_CRYPTD is not set | 1046 | # CONFIG_CRYPTO_CRYPTD is not set |
@@ -1096,7 +1117,7 @@ CONFIG_CRYPTO=y | |||
1096 | # Random Number Generation | 1117 | # Random Number Generation |
1097 | # | 1118 | # |
1098 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | 1119 | # CONFIG_CRYPTO_ANSI_CPRNG is not set |
1099 | CONFIG_CRYPTO_HW=y | 1120 | # CONFIG_CRYPTO_HW is not set |
1100 | 1121 | ||
1101 | # | 1122 | # |
1102 | # Library routines | 1123 | # Library routines |