projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e71eccd
)
h8300: Limit timer channel ranges in Kconfig
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Thu, 16 May 2013 13:54:29 +0000
(15:54 +0200)
committer
Geert Uytterhoeven
<geert@linux-m68k.org>
Sun, 23 Jun 2013 13:55:05 +0000
(15:55 +0200)
arch/h8300/kernel/timer/itu.c and arch/h8300/kernel/timer/tpu.c
only support 0--4 for CONFIG_H8300_ITU_CH resp. H8300_TPU_CH, hence limit
them to that range in Kconfig.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/h8300/Kconfig.cpu
patch
|
blob
|
blame
|
history
diff --git
a/arch/h8300/Kconfig.cpu
b/arch/h8300/Kconfig.cpu
index 321f3922728b97b035bb44bd27a9d9756bbaba64..c8ea74a29cd38181e7becb7795814f906ae99ee5 100644
(file)
--- a/
arch/h8300/Kconfig.cpu
+++ b/
arch/h8300/Kconfig.cpu
@@
-155,10
+155,12
@@
config H8300_TIMER16_CH
config H8300_ITU_CH
int "ITU channel"
depends on H8300_ITU
+ range 0 4
config H8300_TPU_CH
int "TPU channel"
depends on H8300_TPU
+ range 0 4
source "kernel/Kconfig.preempt"