diff options
author | Andrew Donnellan <ajd@linux.ibm.com> | 2019-08-01 06:58:55 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2019-10-28 11:54:16 +0100 |
commit | c1bc6f93f95970f917caaac544a374862e84df52 (patch) | |
tree | ee261bef9caa9556dccda0ae033bf7b032ff988f /arch/powerpc/configs/debug.config | |
parent | powerpc/nvdimm: Update vmemmap_populated to check sub-section range (diff) | |
download | linux-c1bc6f93f95970f917caaac544a374862e84df52.tar.xz linux-c1bc6f93f95970f917caaac544a374862e84df52.zip |
powerpc/configs: Add debug config fragment
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
Diffstat (limited to 'arch/powerpc/configs/debug.config')
-rw-r--r-- | arch/powerpc/configs/debug.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/debug.config b/arch/powerpc/configs/debug.config new file mode 100644 index 000000000000..a14ae1f20d60 --- /dev/null +++ b/arch/powerpc/configs/debug.config @@ -0,0 +1 @@ +CONFIG_SCOM_DEBUGFS=y |