diff options
author | Mike Frysinger <michael.frysinger@analog.com> | 2007-11-15 07:39:34 -0500 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-11-15 07:39:34 -0500 |
commit | e4e9a7adebfc01bfa2a46c76615c249a4082dfec (patch) | |
tree | 4163561ec5846ab9cd1e65e6aa73628f01be5217 /arch/blackfin/Kconfig | |
parent | 4f25eb85d64640bc656e72917113a84701521b99 (diff) |
Blackfin arch: fix indentation -- use tabs, not spaces
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 0db05a583c31..0e0ba3b913f7 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -50,7 +50,7 @@ config GENERIC_HARDIRQS | |||
50 | default y | 50 | default y |
51 | 51 | ||
52 | config GENERIC_IRQ_PROBE | 52 | config GENERIC_IRQ_PROBE |
53 | bool | 53 | bool |
54 | default y | 54 | default y |
55 | 55 | ||
56 | config GENERIC_TIME | 56 | config GENERIC_TIME |
@@ -300,9 +300,9 @@ config BFIN_KERNEL_CLOCK | |||
300 | configuration. | 300 | configuration. |
301 | 301 | ||
302 | config PLL_BYPASS | 302 | config PLL_BYPASS |
303 | bool "Bypass PLL" | 303 | bool "Bypass PLL" |
304 | depends on BFIN_KERNEL_CLOCK | 304 | depends on BFIN_KERNEL_CLOCK |
305 | default n | 305 | default n |
306 | 306 | ||
307 | config CLKIN_HALF | 307 | config CLKIN_HALF |
308 | bool "Half Clock In" | 308 | bool "Half Clock In" |