Skip to content

Commit

Permalink
linux-5.5_rc7: Set CONFIG_PSTORE=m
Browse files Browse the repository at this point in the history
This option enables generic access to platform level
persistent storage via "pstore" filesystem that can
be mounted as /dev/pstore.  Only useful if you have
a platform level driver that registers with pstore to
provide the data, so you probably should just go say "Y"
(or "M") to a platform specific persistent store driver
(e.g. ACPI_APEI on X86) which will select this for you.

Switch on, so that we might be able to get dmesg from crashed
systems out of nvram.

Resolves #1249
  • Loading branch information
pmenzel committed Jan 20, 2020
1 parent 82bfdc8 commit c0d1e7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linux-5.5_rc7-316.bee
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,7 @@ mee_configure() {
CONFIG_SQUASHFS_XZ=y
CONFIG_SQUASHFS_4K_DEVBLK_SIZE=y
CONFIG_SQUASHFS_EMBEDDED=y
CONFIG_PSTORE=m
CONFIG_NFS_FS=m
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=m
Expand Down

0 comments on commit c0d1e7a

Please sign in to comment.