diff options
author | Len Brown <len.brown@intel.com> | 2007-10-10 04:32:13 (GMT) |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-10-10 04:32:13 (GMT) |
commit | de85871a9a53c00cae4c3a70849b5eaad0eb38b2 (patch) | |
tree | e1f5ea71da333598db35a63a2c6faa1343037412 /arch/i386/Kconfig | |
parent | 731aa5fd9971a5163845fbe55de63d686a11da0a (diff) | |
parent | e196441bdf2dbf0526b28a6829c39557c236d611 (diff) | |
download | linux-fsl-qoriq-de85871a9a53c00cae4c3a70849b5eaad0eb38b2.tar.xz |
Pull cpuidle into test branch
Diffstat (limited to 'arch/i386/Kconfig')
-rw-r--r-- | arch/i386/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 97b64d7..3328e0a 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -1069,6 +1069,8 @@ endif # APM source "arch/i386/kernel/cpu/cpufreq/Kconfig" +source "drivers/cpuidle/Kconfig" + endmenu menu "Bus options (PCI, PCMCIA, EISA, MCA, ISA)" |