remove a superfluous kconfig type definition
authorUwe Kleine-König <ukleinek@strlen.de>
Thu, 7 Aug 2008 18:11:04 +0000 (20:11 +0200)
committerUwe Kleine-Koenig <ukl@pengutronix.de>
Fri, 12 Dec 2008 10:17:07 +0000 (11:17 +0100)
It's either

        bool
        default y

or

        def_bool y

but not a mixture of both.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
arch/arm/Kconfig

Simple merge