Skip to content

Commit

Permalink
Enable {CONFIG_POWER_RESET,_SYSCON} for mips. Fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Fasano committed Dec 27, 2023
1 parent 949c9d9 commit cbdddab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config.mipseb
Original file line number Diff line number Diff line change
Expand Up @@ -260,4 +260,5 @@ CONFIG_NETPRIO_CGROUP=y
CONFIG_OVERLAY_FS=y
CONFIG_SECURITYFS=y
CONFIG_PSTORE=y
CONFIG_POWER_RESET_PIIX4_POWEROFF=y
CONFIG_POWER_RESET=y
CONFIG_POWER_RESET_SYSCON=y
3 changes: 2 additions & 1 deletion config.mipsel
Original file line number Diff line number Diff line change
Expand Up @@ -259,4 +259,5 @@ CONFIG_NETPRIO_CGROUP=y
CONFIG_OVERLAY_FS=y
CONFIG_SECURITYFS=y
CONFIG_PSTORE=y
CONFIG_POWER_RESET_PIIX4_POWEROFF=y
CONFIG_POWER_RESET=y
CONFIG_POWER_RESET_SYSCON=y

0 comments on commit cbdddab

Please sign in to comment.