Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
can-latester
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
canbus
can-benchmark
can-latester
Commits
11555d03
Commit
11555d03
authored
10 years ago
by
Michal Sojka
Browse files
Options
Downloads
Patches
Plain Diff
Add kernel options to allow booting from flash and NFS
Note: booting from flash still doesn't work
parent
ffb36c97
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kernel/build/shark/3.12/.config
+33
-7
33 additions, 7 deletions
kernel/build/shark/3.12/.config
with
33 additions
and
7 deletions
kernel/build/shark/3.12/.config
+
33
−
7
View file @
11555d03
...
...
@@ -529,10 +529,7 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y
#
# CONFIG_CONNECTOR is not set
CONFIG_MTD
=
y
CONFIG_MTD_REDBOOT_PARTS
=
y
CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK
=-
1
# CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set
# CONFIG_MTD_REDBOOT_PARTS_READONLY is not set
# CONFIG_MTD_REDBOOT_PARTS is not set
CONFIG_MTD_CMDLINE_PARTS
=
y
CONFIG_MTD_OF_PARTS
=
y
# CONFIG_MTD_AR7_PARTS is not set
...
...
@@ -581,7 +578,7 @@ CONFIG_MTD_CFI_UTIL=y
#
CONFIG_MTD_COMPLEX_MAPPINGS
=
y
# CONFIG_MTD_PHYSMAP is not set
#
CONFIG_MTD_PHYSMAP_OF
is not set
CONFIG_MTD_PHYSMAP_OF
=
y
# CONFIG_MTD_PCI is not set
# CONFIG_MTD_GPIO_ADDR is not set
# CONFIG_MTD_INTEL_VR_NOR is not set
...
...
@@ -1375,7 +1372,17 @@ CONFIG_MISC_FILESYSTEMS=y
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_JFFS2_FS is not set
CONFIG_JFFS2_FS
=
y
CONFIG_JFFS2_FS_DEBUG
=
0
CONFIG_JFFS2_FS_WRITEBUFFER
=
y
# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
# CONFIG_JFFS2_SUMMARY is not set
# CONFIG_JFFS2_FS_XATTR is not set
# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
CONFIG_JFFS2_ZLIB
=
y
# CONFIG_JFFS2_LZO is not set
CONFIG_JFFS2_RTIME
=
y
# CONFIG_JFFS2_RUBIN is not set
# CONFIG_LOGFS is not set
# CONFIG_CRAMFS is not set
# CONFIG_SQUASHFS is not set
...
...
@@ -1390,7 +1397,25 @@ CONFIG_MISC_FILESYSTEMS=y
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
# CONFIG_F2FS_FS is not set
# CONFIG_NETWORK_FILESYSTEMS is not set
CONFIG_NETWORK_FILESYSTEMS
=
y
CONFIG_NFS_FS
=
y
CONFIG_NFS_V2
=
y
CONFIG_NFS_V3
=
y
# CONFIG_NFS_V3_ACL is not set
# CONFIG_NFS_V4 is not set
# CONFIG_NFS_SWAP is not set
CONFIG_ROOT_NFS
=
y
# CONFIG_NFSD is not set
CONFIG_LOCKD
=
y
CONFIG_LOCKD_V4
=
y
CONFIG_NFS_COMMON
=
y
CONFIG_SUNRPC
=
y
# CONFIG_SUNRPC_DEBUG is not set
# CONFIG_CEPH_FS is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
# CONFIG_NLS is not set
# CONFIG_BINARY_PRINTF is not set
...
...
@@ -1417,6 +1442,7 @@ CONFIG_CRC7=y
# CONFIG_LIBCRC32C is not set
# CONFIG_CRC8 is not set
CONFIG_ZLIB_INFLATE
=
y
CONFIG_ZLIB_DEFLATE
=
y
# CONFIG_XZ_DEC is not set
# CONFIG_XZ_DEC_BCJ is not set
CONFIG_DECOMPRESS_GZIP
=
y
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment