aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2020-11-08 18:36:08 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2020-12-05 21:24:57 +0100
commitd11f102a550b927b5321ecd93d70cc3b8b1f648b (patch)
tree4065435f72ad91e7f9a1334c901083c2371bc394
parent51258137c228f92a90abf2b6eeef242168dfb1db (diff)
downloadbackports-d11f102a550b927b5321ecd93d70cc3b8b1f648b.tar.gz
patches: Deactivate hikey9xx staging driver
The hikey9xx driver is not included, but will be activated unconditionally in the staging driver directory. Just comment it. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--patches/0084-disable-some-staging-dirs.patch6
1 files changed, 6 insertions, 0 deletions
diff --git a/patches/0084-disable-some-staging-dirs.patch b/patches/0084-disable-some-staging-dirs.patch
index 1dd86ca7..9e550b3b 100644
--- a/patches/0084-disable-some-staging-dirs.patch
+++ b/patches/0084-disable-some-staging-dirs.patch
@@ -9,3 +9,9 @@
obj-$(CONFIG_PRISM2_USB) += wlan-ng/
obj-$(CONFIG_COMEDI) += comedi/
obj-$(CONFIG_FB_OLPC_DCON) += olpc_dcon/
+@@ -48,4 +48,4 @@ obj-$(CONFIG_FIELDBUS_DEV) += fieldb
+ obj-$(CONFIG_KPC2000) += kpc2000/
+ obj-$(CONFIG_QLGE) += qlge/
+ obj-$(CONFIG_WFX) += wfx/
+-obj-y += hikey9xx/
++#obj-y += hikey9xx/