summaryrefslogtreecommitdiff
path: root/arch/arm/configs/tizen_defconfig
AgeCommit message (Collapse)AuthorFilesLines
2014-11-18ARM: tizen_defconfig: update number of minors per block device to allow more ↵Inha Song1-1/+1
than 8 partitions This patch update MMC_BLOCK_MINORS to allow more than 8 partitions per block device. Number of total MMC minors available is 256. Change-Id: Ibd9bd1d2236ced4066d60aa53d11d9f82da21f4e Signed-off-by: Inha Song <ideal.song@samsung.com>
2014-11-18tizen: update defconfig since upgraded to 3.10.52Chanho Park1-30/+71
Change-Id: I6c6545b239393eeeccaad3164f910f7c3fc5f85c Signed-off-by: Chanho Park <chanho61.park@samsung.com>
2014-11-18arm: tizen_defconfig: Disable unused configurationInha Song1-6/+3
This patch disable unused configuration - ASoC: SMDK_WM8994: Machine, PCM, S/PDIF driver Change-Id: I41fd503587fb7c0344add8b2a6db2f83ad1e9662 Signed-off-by: Inha Song <ideal.song@samsung.com>
2014-11-18arm: config: tizen: update to enable AudioInha Song1-1/+1
The machine driver name was changed from "exynos4-wm1811" to "trats2-wm1811". Change-Id: I452b1321310d342a142e94e1671269e1e794b646 Signed-off-by: Inha Song <ideal.song@samsung.com>
2014-11-18ebtables: ebtables support enable in Tizen linux-3.10.Jacek Pielaszkiewicz1-1/+26
Change-Id: Ib9650cf5fca7139a68af88edbcfb2f90777d8227 Signed-off-by: Jacek Pielaszkiewicz <j.pielaszkie@samsung.com>
2014-11-18add net_cls cgroupPrzemyslaw Kedzierski1-1/+1
This patch adds net_cls cgroup. It is needed for resourced. Change-Id: I78ee6b2dbe34aa6ce9cacc203a0c378524d76bb6 Signed-off-by: Przemyslaw Kedzierski <p.kedzierski@samsung.com>
2014-11-18tizen: update tizen_defconfig after usb2 phy backportMarek Szyprowski1-4/+3
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Change-Id: I999a3507e29ecfa3a95f3cdd6ec746073da32a3d
2014-11-18ARM: config: tizen: update defconfigInki Dae1-9/+17
Signed-off-by: Inki Dae <inki.dae@samsung.com>
2014-11-18tizen: update tizen_defconfigChanho Park1-2/+8
Enable SEC_COMP and misc updates Change-Id: I80e8011ded0007f88f7bea367c32d414abd47d52 Signed-off-by: Chanho Park <chanho61.park@samsung.com>
2014-11-18arm: config: tizen: add support for libvirtDariusz Michaluk1-10/+15
libvirt is a toolkit to interact with LXC(Linux kernel containers) current libvirt-lxc driver need some additional kernel features: 1. Control groups (cgroups) CONFIG_CGROUP_DEVICE CONFIG_CPUSETS 2. CFS Scheduler CONFIG_CFS_BANDWIDTH 3. Multiple instances of devpts filesystem CONFIG_DEVPTS_MULTIPLE_INSTANCES 4. Kernel bridging CONFIG_BRIDGE_NETFILTER CONFIG_NETFILTER_XT_TARGET_CHECKSUM CONFIG_STP CONFIG_BRIDGE CONFIG_BRIDGE_IGMP_SNOOPING CONFIG_BRIDGE_VLAN_FILTERING CONFIG_LLC 5. VLAN interface CONFIG_VLAN_8021Q CONFIG_MACVLAN CONFIG_VETH CONFIG_TUN Change-Id: I7c09743d1953b8ddbea99afc8e821c2dd9b826a7 Signed-off-by: Dariusz Michaluk <d.michaluk@samsung.com>
2014-11-18Enable seccomp in tizen_defconfig arm configurationZofia Abramowska1-1/+2
Enabling seccomp and seccomp filters due to future seccomp related work on platform for limiting access to system for unprivileged applications. Change-Id: Ib067d5510e06d89e539537485fecd63e9bd92c40 Signed-off-by: Zofia Abramowska <z.abramowska@samsung.com>
2014-11-18tizen: enable zswap/zsmalloc/zbud to compress swap memoryChanho Park1-5/+9
Change-Id: Iccf427f0acecad261b7cd8baa7114ecf9a421914 Signed-off-by: Chanho Park <chanho61.park@samsung.com>
2014-11-18Enable FHANDLE, needed by systemd >= 209Maciej Wereski1-1/+1
Change-Id: Ic01e9ad45ff6241ba451742857f5808f56deb970 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
2014-11-18arm: config: tizen: enable HDMI driversTomasz Stanislawski1-2/+4
This patch enables HDMI drivers including: - DRM HDMI - SII9234 HDMI-to-MHL bridge - Exynos PHY Signed-off-by: Tomasz Stanislawski <t.stanislaws@samsung.com> Change-Id: I8d9d6d6163bdda2c8d299bcd8048b10fa7bb2f35
2014-11-18Enable RTC chips on M0 devicesŁukasz Stelmach1-1/+1
Change-Id: Ide6d17af6d026230c48bededf32e8f15ca41b8e4 Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
2014-11-18Include kernel configuration in kernel imageŁukasz Stelmach1-1/+2
Enable IKCONFIG and IKCONFIG_PROC to include the configuration of the kernel in the image and export it via /proc/config.gz. Change-Id: I868ba4cabd4a1517b625e81037d7758651dfa4b4 Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
2014-11-18tizen: update default config to use slp gadgetChanho Park1-12/+21
The Tizen uses slp composite gadget which is based on android gadget. Until we migrate to configfs based gadget configuration, we should use the slp gadget. It only support sdb and rndis gadget. Change-Id: I9e7afd3ef9865d43d43d2221b30b7b10ef039399 Signed-off-by: Chanho Park <chanho61.park@samsung.com>
2014-11-18config: tizen: Enable CONFIG_BRCMFMAC for supporting WIFI on M0Jonghwa Lee1-1/+6
Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
2014-11-18tizen:config: Enable THERMAL and BOOSTLukasz Majewski1-2/+120
Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
2014-11-18ntc_thermistor: Update DT and board configuration to enable NTC thermistors.Jonghwa Lee1-1/+3
Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
2014-11-18ADC: EXYNOS4412: Update DT and board configuration to enable ADC.Jonghwa Lee1-1/+1
Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
2014-11-18ARM: defconfig: enable the mmc clock-gating configJaehoon Chung1-3/+2
Enable the MMC_CLK_CATING configuration. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2014-11-18tizen: Update default configuration to enable extcon-port driverChanwoo Choi1-0/+3
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
2014-11-18tizen_defconfig updateKamil Debski1-3/+9
Enable the new USB PHY driver using the Generic PHY Framework and enable EHCI driver (it works well with new PHY driver). Disable the old USB PHY driver. Signed-off-by: Kamil Debski <k.debski@samsung.com>
2014-11-18tizen_defconfig updateSylwester Nawrocki1-2/+4
Enable s5p-jpeg, DRM FIMC and DRM image rotator drivers. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
2014-11-18tizen_defconfig updateSylwester Nawrocki1-0/+1
Enable M0 front facing camera sensor driver. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
2014-11-18ARM: tizen_defconfig: disable s5p-ehciChanho Park1-4/+10
Until we resolve phy issue of otg(host/device), we disable the ehci configuration. Signed-off-by: Chanho Park <chanho61.park@samsung.com>
2014-11-18ARM: tizen_defconfig: add cm36651 proxmity/light sensor configBeomho Seo1-1/+3
- Add cm36651 proximity/light sensor configuration - Disable gp2ap002a00f proximity/light sensor configuration Signed-off-by: Beomho Seo <beomho.seo@samsung.com>
2014-11-18ARM: tizen_defconfig: enable mcs_touchkey configBeomho Seo1-1/+1
enable mcs_touchkey configuration Signed-off-by: Beomho Seo <beomho.seo@samsung.com>
2014-11-18DT: support l5f31188 panelHyungwon Hwang1-0/+1
Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com>
2014-11-18ARM: tizen_defconfig: enable unsafe resume configJaehoon Chung1-1/+2
Enabled the unsafe rsume configuration Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2014-11-18ARM: tizen_defconfig: enable the exynos dw-mmcJaehoon Chung1-1/+1
For using dw_mmc-exynos, updated the tizen_defconfig Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2014-11-18ARM: configs: update tizen_defconfigInki Dae1-4/+8
Enabling exynos drm iommu support and disabling DRM based IPP drivers. IPP drivers don't support IOMMU yet. Signed-off-by: Inki Dae <inki.dae@samsung.com>
2014-11-18ARM: config: Update tizen_defconfig.Jonghwa Lee1-2/+10
Enable CONFIG_CHARGER_MANAGER, CONFIG_EXTCON Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
2014-11-18tizen_defconfig updateSylwester Nawrocki1-6/+24
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
2014-11-18tizen_defconfig updateSylwester Nawrocki1-1/+2
Enable MIPI CSI-2/DSIM PHY driver and geenric PHY framework. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
2014-11-18tizen_defconfig updateLukasz Czerwinski1-9/+33
This patch enables: - NFC subsystem - NCI protocol - NFC HCI implementation - SHDLC link layer for HCI NFC drivers - NFC PN544 driver support - GP2AP002A00F light/priximity sensor - LSM330DLC sensor IIO driver - buffer support within IIO Signed-off-by: Lukasz Czerwinski <l.czerwinski@samsung.com> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
2014-11-18ARM: configs: Update tizen_defconfigSylwester Nawrocki1-128/+409
This patch updates tizen_defconfig to: - enable suspend/resume. - enable support for IIO devices, - enable LSM330DLC accelerometer and gyroscope sensor drivers, - enable legacy AK8975 magnetometer and LPS331 sensor drivers, - enable AK8975 sensor IIO driver, MAX77693 charger, FIMC-IS, - add extra gpios for wm8994 GPIO driver (this allows to register successfully the wm8994 GPIO chip), - enable MALI UMP. Signed-off-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com> Signed-off-by: Chanho Park <chanho61.park@samsung.com>
2014-11-18ARM: configs: Add tizen_defconfigTomasz Figa1-0/+3096
This patch adds a config which is made to work on Trats, SLP PQ, M0 and Redwood targets with Tizen userspace. Signed-off-by: Tomasz Figa <t.figa@samsung.com>