enable trusty as built-in for now
This commit is contained in:
parent
404cf52139
commit
68dfa6ba8f
|
@ -3515,11 +3515,11 @@ CONFIG_INTEL_PCH_THERMAL=m
|
|||
#
|
||||
# Trusty
|
||||
#
|
||||
CONFIG_TRUSTY=m
|
||||
CONFIG_TRUSTY_LOG=m
|
||||
CONFIG_TRUSTY_VIRTIO=m
|
||||
CONFIG_TRUSTY_VIRTIO_IPC=m
|
||||
CONFIG_TRUSTY_BACKUP_TIMER=m
|
||||
CONFIG_TRUSTY=y
|
||||
CONFIG_TRUSTY_LOG=y
|
||||
CONFIG_TRUSTY_VIRTIO=y
|
||||
CONFIG_TRUSTY_VIRTIO_IPC=y
|
||||
CONFIG_TRUSTY_BACKUP_TIMER=y
|
||||
CONFIG_WATCHDOG=y
|
||||
CONFIG_WATCHDOG_CORE=y
|
||||
# CONFIG_WATCHDOG_NOWAYOUT is not set
|
||||
|
|
|
@ -18,7 +18,7 @@ Version: 4.19.19
|
|||
# upstream number is the number from PKT it consist in
|
||||
# YYMMDDHHMM a 10 length number
|
||||
%global upstreamnumber 1902080315
|
||||
Release: 10
|
||||
Release: 11
|
||||
License: GPL-2.0
|
||||
Summary: The Linux kernel
|
||||
Url: http://www.kernel.org/
|
||||
|
|
Loading…
Reference in New Issue