[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#898521: linux: loongson-3 enable NUMA/CPU_PM/IDLE/HPET/REGULATOR



Package: src:linux
Version: 4.17~rc3-1-exp1

Loongson-3 support these options, while we didn't enable them before.

-- 
YunQiang Su
From bbef2f566766d79dd0675764b5bde1fe63206f93 Mon Sep 17 00:00:00 2001
From: YunQiang Su <syq@debian.org>
Date: Sat, 14 Apr 2018 12:33:14 +0800
Subject: [PATCH 1/5] add NUMA/CPU_PM/CPU_IDLE/RS780_HPET/REGULATOR to
 loongson-3

---
 debian/config/kernelarch-mips/config.loongson-3 | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/debian/config/kernelarch-mips/config.loongson-3 b/debian/config/kernelarch-mips/config.loongson-3
index 9574411..ffcc8cb 100644
--- a/debian/config/kernelarch-mips/config.loongson-3
+++ b/debian/config/kernelarch-mips/config.loongson-3
@@ -11,15 +11,27 @@ CONFIG_64BIT=y
 CONFIG_SMP=y
 CONFIG_HOTPLUG_CPU=y
 CONFIG_NR_CPUS=16
+CONFIG_NUMA=y
+
+##
+## file: kernel/power/Kconfig
+##
+CONFIG_CPU_PM=y
 
 ##
 ## file: arch/mips/loongson64/Kconfig
 ##
 ## choice: Machine Type
 CONFIG_LOONGSON_MACH3X=y
+CONFIG_RS780_HPET=y
 ## end choice
 
 ##
+## file: drivers/cpuidle/Kconfig
+##
+CONFIG_CPU_IDLE=y
+
+##
 ## file: drivers/ata/Kconfig
 ##
 CONFIG_SATA_AHCI=y
@@ -67,6 +79,11 @@ CONFIG_8139TOO=m
 CONFIG_RTC_DRV_CMOS=y
 
 ##
+## file: drivers/regulator/Kconfig
+##
+CONFIG_REGULATOR=y
+
+##
 ## file: drivers/tty/serial/8250/Kconfig
 ##
 # CONFIG_SERIAL_8250_EXTENDED is not set
-- 
2.11.0


Reply to: