diff options
author | Uwe Kleine-König <ukleinek@strlen.de> | 2008-08-07 14:11:04 -0400 |
---|---|---|
committer | Uwe Kleine-Koenig <ukl@pengutronix.de> | 2008-12-12 05:17:07 -0500 |
commit | 72cca72a6cefe90810366cd2b244a33069b21f86 (patch) | |
tree | 597271e163580ba5d2805bf196d1717bde1912d2 /arch/arm/Kconfig | |
parent | 94fa873ff80cbbfb91f1c1a81cb428f6869a7845 (diff) |
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>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 9722f8bb506c..65f423cc610c 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -156,7 +156,6 @@ config ARCH_MTD_XIP | |||
156 | bool | 156 | bool |
157 | 157 | ||
158 | config GENERIC_HARDIRQS_NO__DO_IRQ | 158 | config GENERIC_HARDIRQS_NO__DO_IRQ |
159 | bool | ||
160 | def_bool y | 159 | def_bool y |
161 | 160 | ||
162 | if OPROFILE | 161 | if OPROFILE |