[source] kernel: disable DRM_HISI_KIRIN and USB_DWC3_OF_SIMPLE

LEDE Commits lede-commits at lists.infradead.org
Wed Mar 22 06:23:37 PDT 2017


rmilecki pushed a commit to source.git, branch master:
https://git.lede-project.org/cfc5b35dd42c7ee633d20d321fbcae3ee9aa7d5e

commit cfc5b35dd42c7ee633d20d321fbcae3ee9aa7d5e
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Wed Mar 22 14:22:07 2017 +0100

    kernel: disable DRM_HISI_KIRIN and USB_DWC3_OF_SIMPLE
    
    They were triggering config prompts on brcm2710.
    
    Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
 target/linux/generic/config-4.9 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/target/linux/generic/config-4.9 b/target/linux/generic/config-4.9
index 7b56b4f..a6f8dad 100644
--- a/target/linux/generic/config-4.9
+++ b/target/linux/generic/config-4.9
@@ -1069,6 +1069,7 @@ CONFIG_DQL=y
 # CONFIG_DRM_FBDEV_EMULATION is not set
 # CONFIG_DRM_FSL_DCU is not set
 # CONFIG_DRM_HDLCD is not set
+# CONFIG_DRM_HISI_KIRIN is not set
 # CONFIG_DRM_I2C_ADV7511 is not set
 # CONFIG_DRM_I2C_CH7006 is not set
 # CONFIG_DRM_I2C_NXP_TDA998X is not set
@@ -4688,6 +4689,7 @@ CONFIG_USB_DEFAULT_PERSIST=y
 # CONFIG_USB_DWC3 is not set
 # CONFIG_USB_DWC3_EXYNOS is not set
 # CONFIG_USB_DWC3_KEYSTONE is not set
+# CONFIG_USB_DWC3_OF_SIMPLE is not set
 # CONFIG_USB_DWC3_PCI is not set
 # CONFIG_USB_DWC3_QCOM is not set
 # CONFIG_USB_DYNAMIC_MINORS is not set



More information about the lede-commits mailing list