projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f25eb8
)
Blackfin arch: fix indentation -- use tabs, not spaces
author
Mike Frysinger
<michael.frysinger@analog.com>
Thu, 15 Nov 2007 12:39:34 +0000
(20:39 +0800)
committer
Bryan Wu
<bryan.wu@analog.com>
Thu, 15 Nov 2007 12:39:34 +0000
(20:39 +0800)
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
arch/blackfin/Kconfig
patch
|
blob
|
history
diff --git
a/arch/blackfin/Kconfig
b/arch/blackfin/Kconfig
index 0db05a583c31c5909a2ac748819a20a8753f6fb3..0e0ba3b913f7d99997b0ad12f1dd8420849557aa 100644
(file)
--- a/
arch/blackfin/Kconfig
+++ b/
arch/blackfin/Kconfig
@@
-50,7
+50,7
@@
config GENERIC_HARDIRQS
default y
config GENERIC_IRQ_PROBE
-
bool
+ bool
default y
config GENERIC_TIME
@@
-300,9
+300,9
@@
config BFIN_KERNEL_CLOCK
configuration.
config PLL_BYPASS
-
bool "Bypass PLL"
-
depends on BFIN_KERNEL_CLOCK
-
default n
+ bool "Bypass PLL"
+ depends on BFIN_KERNEL_CLOCK
+ default n
config CLKIN_HALF
bool "Half Clock In"