From: Robert P. J. Day Date: Sun, 6 May 2007 21:50:39 +0000 (-0700) Subject: ARM26: remove useless config option GENERIC_BUST_SPINLOCK. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e87be1143472d841c1907e6e7ae4862a30e3595c;p=linux-beck.git ARM26: remove useless config option GENERIC_BUST_SPINLOCK. Remove the apparently useless config option GENERIC_BUST_SPINLOCK, since nothing in the source tree refers to it. Signed-off-by: Robert P. J. Day Acked-by: Ian Molton Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/arm26/Kconfig b/arch/arm26/Kconfig index 989113dce415..20688bc13e9b 100644 --- a/arch/arm26/Kconfig +++ b/arch/arm26/Kconfig @@ -57,9 +57,6 @@ config GENERIC_CALIBRATE_DELAY bool default y -config GENERIC_BUST_SPINLOCK - bool - config ZONE_DMA bool default y