X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=arch%2Fmips%2FKconfig;h=860a1e9e8d925929897ebf05714c2768e5ab6ac0;hb=1d8f1f5a780a;hp=5cd695f905a1c424b02fed524a9169eaaa5d63f3;hpb=55101e2d6ce1c780f6ee8fee5f37306971aac6cd;p=uclinux-h8%2Flinux.git diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 5cd695f905a1..860a1e9e8d92 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -50,6 +50,8 @@ config MIPS select CLONE_BACKWARDS select HAVE_DEBUG_STACKOVERFLOW select HAVE_CC_STACKPROTECTOR + select CPU_PM if CPU_IDLE + select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST menu "Machine selection" @@ -2057,9 +2059,11 @@ config MIPS_CPS depends on SYS_SUPPORTS_MIPS_CPS select MIPS_CM select MIPS_CPC + select MIPS_CPS_PM if HOTPLUG_CPU select MIPS_GIC_IPI select SMP select SYNC_R4K if (CEVT_R4K || CSRC_R4K) + select SYS_SUPPORTS_HOTPLUG_CPU select SYS_SUPPORTS_SMP select WEAK_ORDERING help @@ -2069,6 +2073,9 @@ config MIPS_CPS no external assistance. It is safe to enable this when hardware support is unavailable. +config MIPS_CPS_PM + bool + config MIPS_GIC_IPI bool