[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.
This commit is contained in:
Riku Voipio 2018-01-26 10:26:54 +02:00
parent e30f878e1d
commit 893c189290
2 changed files with 3 additions and 6 deletions

3
debian/changelog vendored
View File

@ -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@debian.org> Tue, 16 Jan 2018 20:50:23 +0100
linux (4.14.13-1) unstable; urgency=medium

View File

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