From: Frederic Weisbecker Date: Tue, 5 Jul 2011 15:45:34 +0000 (+0200) Subject: h8300: Use generic config PREEMPT definition X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e22c8f4616c8e68b7659331409e9c081ce265498;p=mv-sheeva.git h8300: Use generic config PREEMPT definition So that it can handle the new CONFIG_PREEMPT_COUNT. Signed-off-by: Frederic Weisbecker Cc: Yoshinori Sato --- diff --git a/arch/h8300/Kconfig.cpu b/arch/h8300/Kconfig.cpu index d236ab4232c..15c22286ae7 100644 --- a/arch/h8300/Kconfig.cpu +++ b/arch/h8300/Kconfig.cpu @@ -162,9 +162,7 @@ config H8300_TPU_CH int "TPU channel" depends on H8300_TPU -config PREEMPT - bool "Preemptible Kernel" - default n +source "kernel/Kconfig.preempt" source "mm/Kconfig"