Commit e22c8f4616c8e68b7659331409e9c081ce265498

Authored by Frederic Weisbecker
1 parent dab16ae1a9

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>

Showing 1 changed file with 1 additions and 3 deletions Side-by-side Diff

arch/h8300/Kconfig.cpu
... ... @@ -162,9 +162,7 @@
162 162 int "TPU channel"
163 163 depends on H8300_TPU
164 164  
165   -config PREEMPT
166   - bool "Preemptible Kernel"
167   - default n
  165 +source "kernel/Kconfig.preempt"
168 166  
169 167 source "mm/Kconfig"
170 168