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: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Showing
想要评论请 注册 或 登录
It's either
bool
default y
or
def_bool y
but not a mixture of both.
Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>