diff options
author | Frederic Weisbecker <fweisbec@gmail.com> | 2011-07-05 11:45:34 -0400 |
---|---|---|
committer | Frederic Weisbecker <fweisbec@gmail.com> | 2011-07-05 12:01:15 -0400 |
commit | e22c8f4616c8e68b7659331409e9c081ce265498 (patch) | |
tree | 4ea119f9103b91ee25abcd31f562826b5d9bb5ae /arch/h8300/Kconfig.cpu | |
parent | dab16ae1a9fc72a9f419f2dff91854e452d02a5e (diff) |
h8300: Use generic config PREEMPT definition
So that it can handle the new CONFIG_PREEMPT_COUNT.
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Diffstat (limited to 'arch/h8300/Kconfig.cpu')
-rw-r--r-- | arch/h8300/Kconfig.cpu | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/h8300/Kconfig.cpu b/arch/h8300/Kconfig.cpu index d236ab4232ca..15c22286ae79 100644 --- a/arch/h8300/Kconfig.cpu +++ b/arch/h8300/Kconfig.cpu | |||
@@ -162,9 +162,7 @@ config H8300_TPU_CH | |||
162 | int "TPU channel" | 162 | int "TPU channel" |
163 | depends on H8300_TPU | 163 | depends on H8300_TPU |
164 | 164 | ||
165 | config PREEMPT | 165 | source "kernel/Kconfig.preempt" |
166 | bool "Preemptible Kernel" | ||
167 | default n | ||
168 | 166 | ||
169 | source "mm/Kconfig" | 167 | source "mm/Kconfig" |
170 | 168 | ||