diff options
author | Sergey Ryazanov <ryazanov.s.a@gmail.com> | 2018-05-21 12:12:34 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-05-24 17:24:30 +0200 |
commit | 294a45adbe88464b23b15e5905c1518c5a87fef3 (patch) | |
tree | 00766b624b405e79492b60ca8b359fe857df54e5 /target/linux/x86/config-4.14 | |
parent | 1deadfe3de452ce633317862079537a1c9db3013 (diff) | |
download | openwrt-294a45adbe88464b23b15e5905c1518c5a87fef3.tar.gz openwrt-294a45adbe88464b23b15e5905c1518c5a87fef3.tar.bz2 openwrt-294a45adbe88464b23b15e5905c1518c5a87fef3.zip |
kernel: disable DRM_LIB_RANDOM by default
DRM_LIB_RANDOM config symbol selected only by DRM_DEBUG_MM_SELFTEST
which is disable by default, so disable DRM_LIB_RANDOM by default too.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
(cherry picked from commit 978543a246c6badb5e5e1c2430211e01f005af27)
Diffstat (limited to 'target/linux/x86/config-4.14')
-rw-r--r-- | target/linux/x86/config-4.14 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/x86/config-4.14 b/target/linux/x86/config-4.14 index 34ed4feaed..f09291f181 100644 --- a/target/linux/x86/config-4.14 +++ b/target/linux/x86/config-4.14 @@ -122,7 +122,6 @@ CONFIG_DMIID=y CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y CONFIG_DMI_SYSFS=y CONFIG_DNOTIFY=y -# CONFIG_DRM_LIB_RANDOM is not set CONFIG_DUMMY_CONSOLE=y CONFIG_EARLY_PRINTK=y # CONFIG_EARLY_PRINTK_DBGP is not set |