From ecefd63ffc0a954d70b67d4276097103c3a2502f Mon Sep 17 00:00:00 2001 From: YunQiang Su Date: Sun, 13 May 2018 23:31:51 +0800 Subject: [PATCH] loongson-3: enable NUMA, CPU_PM, CPU_IDLE, RS780_HPET, REGULATOR --- debian/changelog | 4 ++++ debian/config/kernelarch-mips/config.loongson-3 | 17 +++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/debian/changelog b/debian/changelog index c7b3f843f..c778a898b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,6 +31,10 @@ linux (4.17~rc4-1~exp1) UNRELEASED; urgency=medium [ Jason Duerstock ] * [ia64] udeb: Add compress-modules package (fixes FTBFS) + [ YunQiang Su ] + * [mips{,64}el/loongson-3] enable NUMA, CPU_PM, CPU_IDLE, RS780_HPET, + REGULATOR. (Closes: #898521). + -- Luca Boccassi Wed, 02 May 2018 12:59:01 +0100 linux (4.17~rc3-1~exp1) experimental; urgency=medium diff --git a/debian/config/kernelarch-mips/config.loongson-3 b/debian/config/kernelarch-mips/config.loongson-3 index 95744114d..ffcc8cb14 100644 --- a/debian/config/kernelarch-mips/config.loongson-3 +++ b/debian/config/kernelarch-mips/config.loongson-3 @@ -11,14 +11,26 @@ 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 ## @@ -66,6 +78,11 @@ CONFIG_8139TOO=m ## CONFIG_RTC_DRV_CMOS=y +## +## file: drivers/regulator/Kconfig +## +CONFIG_REGULATOR=y + ## ## file: drivers/tty/serial/8250/Kconfig ##