From c1bc6f93f95970f917caaac544a374862e84df52 Mon Sep 17 00:00:00 2001 From: Andrew Donnellan Date: Thu, 1 Aug 2019 14:58:55 +1000 Subject: 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 Signed-off-by: Andrew Donnellan [mpe: Drop the special targets, just use the fragment directly] Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/20190801045855.5822-1-ajd@linux.ibm.com --- arch/powerpc/configs/debug.config | 1 + 1 file changed, 1 insertion(+) create mode 100644 arch/powerpc/configs/debug.config (limited to 'arch/powerpc/configs/debug.config') 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 -- cgit