diff options
author | Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com> | 2018-03-20 14:33:31 +0900 |
---|---|---|
committer | Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com> | 2018-03-20 19:06:03 +0900 |
commit | 0946966f6027cd3ff605fdbaf3ba7072e8e48339 (patch) | |
tree | 6c3592d4f814084583a9da59101de6623c33a116 /meta-agl-bsp/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas | |
parent | 1920a554b718a05806485e65f7645f5711628fa3 (diff) |
[AGL] ulcb: Disable build-in most driver
Kingfisher has MedlaLB Interface for most, kernel tree has
most driver as build-in driver. So these configs is enabled.
Howemver AGL use most driver in gerrit repository. So AGL
should be disable it.
Change-Id: Ia46500d58fc16f348a098c58f5e807cf37913e5e
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
Diffstat (limited to 'meta-agl-bsp/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas')
-rw-r--r-- | meta-agl-bsp/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/disable_most.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/disable_most.cfg b/meta-agl-bsp/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/disable_most.cfg new file mode 100644 index 000000000..4179e25c2 --- /dev/null +++ b/meta-agl-bsp/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/disable_most.cfg @@ -0,0 +1,9 @@ +# CONFIG_STAGING is not set +# CONFIG_MOST is not set +# CONFIG_MOSTCORE is not set +# CONFIG_AIM_CDEV is not set +# CONFIG_AIM_NETWORK is not set +# CONFIG_AIM_SOUND is not set +# CONFIG_AIM_V4L2 is not set +# CONFIG_HDM_DIM2 is not set + |