summaryrefslogtreecommitdiff
path: root/arch/arm64/configs/tizen_tm2_defconfig
AgeCommit message (Collapse)Author
2017-02-17ARM64: tizen_tm2_defconfig: enable CONFIG_GEARVRtizen/vrAndi Shyti
Enable support for Samsung Gear VR Change-Id: I254b1aab8c254a53e21d4996b9b95dd6f8461a5d Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
2016-12-15ARM: tizen_{odroid,tm2}_defconfig: enable SECURITY_SMACK_APPEND_SIGNALSRafal Krypa
Change-Id: I2a6a9380323f780d327e5e57009ab2edc6aae399 Signed-off-by: Rafal Krypa <r.krypa@samsung.com>
2016-12-14arm64: defconfig: tm2: sync with v4.1.36 rebased treeSeung-Woo Kim
This patch is to sync tm2 defconfig with v4.1.36 rebased tree. Change-Id: I8ceda9fa5747fd5790e5393ede573cc09fd13876 Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
2016-12-14ARM64: tizen_tm2_defconfig: enable CONFIG_NETFILTER_XT_TARGET_SECMARKjooseong lee
The config allows security marking of network packets. Iptable need to set packet's secmark to 'System' label to avoid Smack deny issue only for multicast address range. * Refer to : https://review.tizen.org/gerrit/#/c/100096/ Change-Id: I28dce71862d2bddba2ede2f72b7cdd493c3d184f Signed-off-by: jooseong lee <jooseong.lee@samsung.com>
2016-12-14ARM: tizen_{odroid,tm2}_defconfig: enable DMA BUF FENCE supportMarek Szyprowski
Change-Id: I963eaef32f09f32f3e93418e6c236964ee0e54ad Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
2016-12-14arm64: defconfig: tm2: enable 6LOWPAN and BT_6LOWPAN optionsSeung-Woo Kim
This patch enables 6Lowpan modules for BT. Change-Id: I5181bd4ae1face748049448239cb62e90b341fbf Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
2016-12-14Enable dummy_hcd and FunctionFS in tm2 config.Krzysztof Opasiak
This is required to run usb host API test suit. Change-Id: I203ef286bef030ddd359e6e18145b612a7d8dc05 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2016-12-14arm64: defconfig: tm2: enable SMACK and AUDIT options for NETFILTERSeung-Woo Kim
To support security check of network packet from Tizen platform, it is required to enable the configs for SMACK_NETFILTER dependent on NETWORK_SECMARK and AUDIT of NETFILTER. Change-Id: I684ce5771dbd6e52ee529ede647d36c6561e549e Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
2016-12-14arm64: tizen_tm2_defconfig: enable BCM4773 version 2 sensorhub for tm2(e)Hoegeun Kwon
The CONFIG_SENSORS_SSP_BBD_VER2 flag enables the version 2 of the sensorhub in the config file. Change-Id: I21984f496e063f3cb727a8f76f6e189cafc2bd71 Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
2016-12-14arm64: tizen_tm2_defconfig: Enables BCM4773 sensorhub for tm2 boardHoegeun Kwon
Add support for the BCM4773 in the exynos5433 tm2 and tm2e boards as spi_0 nodes. Change-Id: I765f87ee868dfe8d4155a42bf895b09c35cbb85b Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
2016-12-14ARM64: tizen_tm2_defconfig: update the configuration fileJaehoon Chung
Update the tizen_tm2_defcofig file. Synchronized the defconfig file after updated some Kconfig files. Change-Id: I9924bfd1ef18130fd36b6120cec0cd6c9dcfc275 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2016-12-14ARM64: tizen_tm2_defconfig: disable rtc-s3c configJoonyoung Shim
Currently there is booting issue of tizen 3.0 mobile 32bit platform with PID1 getting stuck printing "systemd[1]: Time has been changed" continuously. [1][2] This problem is related with rtc-s3c and now rtc-s3c is reporting time values over 2038 years like below: [ 5.124065] s3c-rtc 10590000.rtc: setting system clock to 2140-10-02 10:52:03 UTC (5388461523) Android MM N910S kernel uses only pmic rtc, not rtc-s3c so i think it's better to disable rtc-s3c. [1] https://github.com/systemd/systemd/issues/1143 [2] https://patchwork.ozlabs.org/patch/585661 Change-Id: Idc580c2494aa309607dd835ca39411236f3366e6 Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
2016-12-14ARM64: tizen_tm2_defconfig: enable sync configJoonyoung Shim
The android sync config is enabled by request of window part because of vulkan support. Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
2016-12-14ARM64: tizen_tm2_defconfig: enable mali midgard r12p0_04rel0Joonyoung Shim
We will use mali midgard r12p0_04rel0 instead of r5p0_06rel0. Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
2016-12-14arm64: tizen_tm2_defconfig: fix mali directory path for gatorJoonyoung Shim
The mali midgard path was changed to drivers/gpu/arm/midgard/r5p0_06rel0 from drivers/gpu/arm/midgard, so should fix mali path for gator in defconfig. Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
2016-12-14arm64: tizen_tm2_defconfig: enable the sec-nfc legacy driverJihoon Jung
This patch enables the sec-nfc legacy driver instead of s3fwrn5 for neard interface. The legacy driver is used from nfc-manager which is used as replacement of neard from Tizen. Change-Id: I7a688738b69ca14723c8333cfca28c30ba2b9c84 Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com> Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
2016-12-14arm64: tm2_defconfig: do not compile unnecessary driversAndi Shyti
Patch c89511d3180fe37cdee67f9bcd2876fefa26a057 was including in not specifying the compilation status of some drivers in the RC system. In order to not compile them specify their entries with the "is not set" flag in the config file. Change-Id: I09ff34c020bc7fd039bfaf7d5ba177205f7256fa Signed-off-by: Andi Shyti <andi.shyti@samsung.com> Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com> Suggested-by: Seung-Woo Kim <sw0312.kim@samsung.com>
2016-12-14arm64: tm2_defconfig: add support for the ir-spi driverAndi Shyti
Enable the CONFIG_IR_SPI flag for the TM2 default configuration. Change-Id: Ic2f08b7b5480d7de4bb8442323e100742642405a Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
2016-12-14ARM64: configs: revert defconfig into default and add tizen_tm2_defconfigJaehoon Chung
This patch reverts arm64 defconfig into default defconfig in v4.1 and adds tizen_tm2_defconfig. Also it fixes proper defconfig from local build script. Change-Id: Ic167bb2edc61f4fb25bade2e69e46f9549b7ae4e Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>