[PATCH] device coredump: fix minor issue in Kconfig file

2014-11-19 Thread Amitkumar Karwar
patch updates Kconfig so that user can enable WANT_DEV_COREDUMP. Signed-off-by: Amitkumar Karwar Signed-off-by: Xinming Hu Tested-by: Xinming Hu --- drivers/base/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig index 61a3

[PATCH] device coredump: fix minor issue in Kconfig file

2014-11-19 Thread Amitkumar Karwar
Hi Johannes, >> Currently "make menuconfig" doesn't display an option to enable >> WANT_DEV_COREDUMP. This patch updates Kconfig so that user can enable >> WANT_DEV_COREDUMP. > >This is completely intentional - drivers should "select >WANT_DEV_COREDUMP" and users are only able to set "ALLOW_DEV_CO