diff options
author | Yong-iL Joh <yong-il.joh@windriver.com> | 2015-11-11 15:59:44 +0900 |
---|---|---|
committer | Yong-iL Joh <yong-il.joh@windriver.com> | 2015-11-13 19:53:15 +0900 |
commit | 99d366837d57d3556c44a65befc27cf8f76c9caa (patch) | |
tree | bcbabfb221b15ffe520b07cae9ae5bf9e1645912 | |
parent | 4b1dd2c39b5f0be19371d2df43b412276997c59d (diff) | |
download | meta-ivi-99d366837d57d3556c44a65befc27cf8f76c9caa.tar.gz meta-ivi-99d366837d57d3556c44a65befc27cf8f76c9caa.tar.bz2 meta-ivi-99d366837d57d3556c44a65befc27cf8f76c9caa.zip |
linux-yocto/vexpress_a9.cfg: fix mistypo
- add FUSE, DRM feature
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
-rw-r--r-- | meta-ivi-bsp/recipes-kernel/linux/linux-yocto/vexpress_a9.cfg | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/meta-ivi-bsp/recipes-kernel/linux/linux-yocto/vexpress_a9.cfg b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto/vexpress_a9.cfg index fb81b22..d2e76e1 100644 --- a/meta-ivi-bsp/recipes-kernel/linux/linux-yocto/vexpress_a9.cfg +++ b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto/vexpress_a9.cfg @@ -848,7 +848,7 @@ CONFIG_QUOTA=y # Bluetooth support CONFIG_BT=y -ONFIG_BT_BNEP=y +CONFIG_BT_BNEP=y CONFIG_BT_HIDP=m CONFIG_CRC_ITU_T=m @@ -856,3 +856,13 @@ CONFIG_CRC_ITU_T=m CONFIG_NFC=y CONFIG_NFC_DIGITAL=m CONFIG_NFC_SIM=m + +# +# additional kernel config during s/w integration +# +# fuse +CONFIG_FUSE_FS=m +CONFIG_CUSE=m + +# drm +CONFIG_DRM=y |