linux-smol: add posix timers

This commit is contained in:
ptrcnull 2023-02-04 00:21:44 +01:00
parent e241b14d34
commit e3a8f249e8
2 changed files with 5 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me> # Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=linux-smol pkgname=linux-smol
pkgver=5.15.90 pkgver=5.15.90
pkgrel=0 pkgrel=1
pkgdesc="linux kernel but smol" pkgdesc="linux kernel but smol"
url="https://www.kernel.org" url="https://www.kernel.org"
arch="x86_64" arch="x86_64"
@ -30,5 +30,5 @@ package() {
sha512sums=" sha512sums="
ef0e9e249ace8b9c006377a5169558f68dec4cdf455394809b1c9095081e3b00da53ee9cff13810a93533531736bcbdf335f0118021b6a8e92eae521de5097b7 linux-5.15.90.tar.xz ef0e9e249ace8b9c006377a5169558f68dec4cdf455394809b1c9095081e3b00da53ee9cff13810a93533531736bcbdf335f0118021b6a8e92eae521de5097b7 linux-5.15.90.tar.xz
1231f8f63adae1ded25db5e45851d8b2ea4471b5a7c098b4e7dd17841faf3545562c0edd467e60e2c5c0795c91ac107f34d9f51a2504e1fe16689cc4cda110f0 config 9768b527d08a82c782591199da9a3034de425c20134627f89a52d86647c89357edf5132b1a2b105387bad3a6b6a2b6eecfa05458c4dff944190afaea6afaa63e config
" "

View file

@ -86,6 +86,7 @@ CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y
CONFIG_GENERIC_CMOS_UPDATE=y CONFIG_GENERIC_CMOS_UPDATE=y
CONFIG_HAVE_POSIX_CPU_TIMERS_TASK_WORK=y CONFIG_HAVE_POSIX_CPU_TIMERS_TASK_WORK=y
CONFIG_POSIX_CPU_TIMERS_TASK_WORK=y
# #
# Timers subsystem # Timers subsystem
@ -214,7 +215,7 @@ CONFIG_MULTIUSER=y
CONFIG_SGETMASK_SYSCALL=y CONFIG_SGETMASK_SYSCALL=y
# CONFIG_SYSFS_SYSCALL is not set # CONFIG_SYSFS_SYSCALL is not set
CONFIG_FHANDLE=y CONFIG_FHANDLE=y
# CONFIG_POSIX_TIMERS is not set CONFIG_POSIX_TIMERS=y
CONFIG_PRINTK=y CONFIG_PRINTK=y
# CONFIG_BUG is not set # CONFIG_BUG is not set
CONFIG_ELF_CORE=y CONFIG_ELF_CORE=y
@ -1576,6 +1577,7 @@ CONFIG_PPS=y
# #
# PTP clock support # PTP clock support
# #
# CONFIG_PTP_1588_CLOCK is not set
CONFIG_PTP_1588_CLOCK_OPTIONAL=y CONFIG_PTP_1588_CLOCK_OPTIONAL=y
# #