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-22 07:54:57 +0200 |
commit | 978543a246c6badb5e5e1c2430211e01f005af27 (patch) | |
tree | 287facf943f45cacbc3dfb1e0af457fd1046b010 /target/linux/bcm53xx | |
parent | ead26e9db649a508ba93e7e8193ada70322620b1 (diff) | |
download | upstream-978543a246c6badb5e5e1c2430211e01f005af27.tar.gz upstream-978543a246c6badb5e5e1c2430211e01f005af27.tar.bz2 upstream-978543a246c6badb5e5e1c2430211e01f005af27.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>
Diffstat (limited to 'target/linux/bcm53xx')
-rw-r--r-- | target/linux/bcm53xx/config-4.14 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/config-4.14 b/target/linux/bcm53xx/config-4.14 index b0417df9e9..db49a2de0f 100644 --- a/target/linux/bcm53xx/config-4.14 +++ b/target/linux/bcm53xx/config-4.14 @@ -127,7 +127,6 @@ CONFIG_DEBUG_UART_PHYS=0x18000300 CONFIG_DEBUG_UART_VIRT=0xf1000300 CONFIG_DEBUG_UNCOMPRESS=y CONFIG_DEBUG_USER=y -# CONFIG_DRM_LIB_RANDOM is not set CONFIG_DTC=y CONFIG_EARLY_PRINTK=y CONFIG_EDAC_ATOMIC_SCRUB=y |