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>
This commit is contained in:
parent
94fa873ff8
commit
72cca72a6c
1 changed files with 0 additions and 1 deletions
|
|
@ -156,7 +156,6 @@ config ARCH_MTD_XIP
|
|||
bool
|
||||
|
||||
config GENERIC_HARDIRQS_NO__DO_IRQ
|
||||
bool
|
||||
def_bool y
|
||||
|
||||
if OPROFILE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue