enable trusty as built-in for now

This commit is contained in:
Miguel Bernal Marin 2019-02-12 23:56:03 -06:00
parent 404cf52139
commit 68dfa6ba8f
3 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

@ -1 +1 @@
10
11