diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-04-26 08:53:38 -0400 |
---|---|---|
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-04-27 07:45:26 -0400 |
commit | 0277b378c3779e3c8a413afb7d4ee00fa24a5a26 (patch) | |
tree | a345cb9f27b5439cf191e803d037eb71a7b21fed /arch/avr32/Kconfig | |
parent | c0c3e81608fc300027f2131e351e67ab118cf24c (diff) |
AVR32: Remove useless config option "GENERIC_BUST_SPINLOCK".
Remove the clearly useless config option GENERIC_BUST_SPINLOCK, which
is not used anywhere in the tree.
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'arch/avr32/Kconfig')
-rw-r--r-- | arch/avr32/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index 50fee549e1cd..3ec76586877e 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig | |||
@@ -57,9 +57,6 @@ config ARCH_HAS_ILOG2_U64 | |||
57 | bool | 57 | bool |
58 | default n | 58 | default n |
59 | 59 | ||
60 | config GENERIC_BUST_SPINLOCK | ||
61 | bool | ||
62 | |||
63 | config GENERIC_HWEIGHT | 60 | config GENERIC_HWEIGHT |
64 | bool | 61 | bool |
65 | default y | 62 | default y |