X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Fmn10300%2FKconfig;h=243bfa23fd5863c0d8198d61352b2c0a8db9812a;hb=e8cdfb0509f48d44d95d68d4f42d8d71a9ba4acd;hp=41ba38513c8943f1ad1441cb818ba22411b100ae;hpb=82cc4f5cb8be6dede34c32a814ab1470409e1840;p=karo-tx-linux.git diff --git a/arch/mn10300/Kconfig b/arch/mn10300/Kconfig index 41ba38513c89..243bfa23fd58 100644 --- a/arch/mn10300/Kconfig +++ b/arch/mn10300/Kconfig @@ -1,6 +1,7 @@ config MN10300 def_bool y select HAVE_OPROFILE + select GENERIC_HARDIRQS config AM33_2 def_bool n @@ -34,9 +35,6 @@ config RWSEM_GENERIC_SPINLOCK config RWSEM_XCHGADD_ALGORITHM bool -config GENERIC_HARDIRQS_NO__DO_IRQ - def_bool y - config GENERIC_CALIBRATE_DELAY def_bool y @@ -79,10 +77,6 @@ config QUICKLIST config ARCH_HAS_ILOG2_U32 def_bool y -# Use the generic interrupt handling code in kernel/irq/ -config GENERIC_HARDIRQS - def_bool y - config HOTPLUG_CPU def_bool n @@ -203,6 +197,7 @@ endmenu config SMP bool "Symmetric multi-processing support" default y + select USE_GENERIC_SMP_HELPERS depends on MN10300_PROC_MN2WS0038 || MN10300_PROC_MN2WS0050 ---help--- This enables support for systems with more than one CPU. If you have @@ -226,11 +221,6 @@ config NR_CPUS depends on SMP default "2" -config USE_GENERIC_SMP_HELPERS - bool - depends on SMP - default y - source "kernel/Kconfig.preempt" config MN10300_CURRENT_IN_E2