Skip to content

Commit

Permalink
powerpc/configs: Add debug config fragment
Browse files Browse the repository at this point in the history
Add a debug config fragment that we can use to put useful debug
options into.

It can be used like:
  # make foo_defconfig
  # make debug.config

Currently the only option included is to enable debugfs SCOM access.

Suggested-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
[mpe: Drop the special targets, just use the fragment directly]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20190801045855.5822-1-ajd@linux.ibm.com
  • Loading branch information
Andrew Donnellan authored and Michael Ellerman committed Oct 28, 2019
1 parent 5f5d6e4 commit c1bc6f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/configs/debug.config
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_SCOM_DEBUGFS=y

0 comments on commit c1bc6f9

Please sign in to comment.