loongson-3: enable NUMA, CPU_PM, CPU_IDLE, RS780_HPET, REGULATOR

This commit is contained in:
YunQiang Su 2018-05-13 23:31:51 +08:00
parent 569ca4dfa0
commit ecefd63ffc
2 changed files with 21 additions and 0 deletions

4
debian/changelog vendored
View File

@ -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 <bluca@debian.org> Wed, 02 May 2018 12:59:01 +0100
linux (4.17~rc3-1~exp1) experimental; urgency=medium

View File

@ -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
##