[linux] 01/01: [arm64] embed reset drivers to kernel

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Fri Jan 26 12:33:15 UTC 2018


This is an automated email from the git hooks/post-receive script.

riku pushed a commit to branch sid
in repository linux.

commit 893c18929088b688856ec179fd1023419fe4df00
Author: Riku Voipio <riku.voipio at linaro.org>
Date:   Fri Jan 26 10:26:54 2018 +0200

    [arm64] embed reset drivers to kernel
    
    Reset drivers are tiny and are needed often early in boot. Kconfig
    selects the drivers automatically with arch specific defaults:
    
    config COMMON_RESET_HI6220
            default ARCH_HISI
    
    So remove explicit driver selections from arm 64 config and let
    kconfig dependencies handle it for us.
---
 debian/changelog           | 3 +++
 debian/config/arm64/config | 6 ------
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 13d6522..bb64f22 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -116,6 +116,9 @@ linux (4.14.14-1) UNRELEASED; urgency=medium
   [ Ben Hutchings ]
   * bpf: Avoid ABI change in 4.14.14
 
+  [ Riku Voipio ]
+  * [arm64] build in reset drivers
+
  -- Salvatore Bonaccorso <carnil at debian.org>  Tue, 16 Jan 2018 20:50:23 +0100
 
 linux (4.14.13-1) unstable; urgency=medium
diff --git a/debian/config/arm64/config b/debian/config/arm64/config
index 41e29d0..45f8c0e 100644
--- a/debian/config/arm64/config
+++ b/debian/config/arm64/config
@@ -780,12 +780,6 @@ CONFIG_QCOM_Q6V5_PIL=m
 ## file: drivers/reset/Kconfig
 ##
 CONFIG_RESET_CONTROLLER=y
-CONFIG_RESET_MESON=y
-
-##
-## file: drivers/reset/hisilicon/Kconfig
-##
-CONFIG_COMMON_RESET_HI6220=m
 
 ##
 ## file: drivers/rpmsg/Kconfig

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list