diff options
author | Michael Bestas <mkbestas@lineageos.org> | 2021-04-24 21:46:16 +0300 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2021-04-24 21:46:16 +0300 |
commit | fceba71f532e79fd5a4ac23b07c3d3f4ad9191dc (patch) | |
tree | 58fc98938b523a923e23524a294116477dec82cd /init | |
parent | 66a90692949af0a14746e35a9006fb0b9162b4cd (diff) | |
parent | f3d4e7ef44f14e433312bc0646ea996d8c8756bf (diff) |
Merge remote-tracking branch 'msm8998/lineage-18.1' into lineage-18.1
Change-Id: I1de0344cea7674abde2788d3788c38eb074a3d6a
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index bdab22382639..bf501a633f9e 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -65,7 +65,7 @@ config CROSS_COMPILE config COMPILE_TEST bool "Compile also drivers which will not load" - default n + depends on HAS_IOMEM help Some drivers can be compiled on a different platform than they are intended to be run on. Despite they cannot be loaded there (or even |