diff options
Diffstat (limited to 'arch/h8300/Kconfig.cpu')
-rw-r--r-- | arch/h8300/Kconfig.cpu | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/h8300/Kconfig.cpu b/arch/h8300/Kconfig.cpu index 321f3922728b..c8ea74a29cd3 100644 --- a/arch/h8300/Kconfig.cpu +++ b/arch/h8300/Kconfig.cpu | |||
@@ -155,10 +155,12 @@ config H8300_TIMER16_CH | |||
155 | config H8300_ITU_CH | 155 | config H8300_ITU_CH |
156 | int "ITU channel" | 156 | int "ITU channel" |
157 | depends on H8300_ITU | 157 | depends on H8300_ITU |
158 | range 0 4 | ||
158 | 159 | ||
159 | config H8300_TPU_CH | 160 | config H8300_TPU_CH |
160 | int "TPU channel" | 161 | int "TPU channel" |
161 | depends on H8300_TPU | 162 | depends on H8300_TPU |
163 | range 0 4 | ||
162 | 164 | ||
163 | source "kernel/Kconfig.preempt" | 165 | source "kernel/Kconfig.preempt" |
164 | 166 | ||