[PATCH] powerpc: Make early debugging options behave with oldconfig
authorMichael Ellerman <michael@ellerman.id.au>
Tue, 9 May 2006 06:03:51 +0000 (16:03 +1000)
committerPaul Mackerras <paulus@samba.org>
Fri, 19 May 2006 04:35:23 +0000 (14:35 +1000)
commit485a2d54dbc7cf939bd0c22daad74e2cf6f001d7
tree4939a7b849faf8e0fc3f5069b7f696475845eaa9
parentb26f100d89c87060b561c3108582b7cb81521df8
[PATCH] powerpc: Make early debugging options behave with oldconfig

If you undefine all the early debugging options and then run make oldconfig,
you don't get prompted to see if you want to enable any of them. This is
annoying.

AFAICT we can't do this just with a choice, because the choice is either
optional, in which case we don't get prompted, or not in which case we _must_
select early debugging.

So add a bool which controls whether we have early debugging at all, and then
if that's enabled provide the choice. The extra bool will actually be useful
in another patch I have lying around, so this is a win-win.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/Kconfig.debug