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

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