summaryrefslogtreecommitdiff
path: root/target/linux/imx6/config-3.10
Commit message (Collapse)AuthorAgeFilesLines
* kernel: sort Kconfig options in kernel configsGabor Juhos2014-07-131-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 41614
* kernel: make sure the new UBIBLOCK symbol does not break buildsJohn Crispin2014-06-111-0/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41134
* imx6: enable FPU for hard floatLuka Perkov2014-02-271-2/+3
| | | | | | | | | | | | | | The OpenWrt build system uses MACHINE_FEATURES of fpu to set the HAS_FPU which in turn sets the default of CONFIG_SOFT_FLOAT as well as uClibc configuration. As the IMX6 SoC has both vfpv3 and NEON hardware support we want to add fpu to the feature list. This will default the IMX6 target to use -mfloat-abi=hard which will the be most efficient use of floating point. When switching to hard float, we also need to enable VFP support in the kernel. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 39759
* imx6: enable IMX6 watchdogLuka Perkov2014-02-201-1/+1
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 39643
* imx6: add rtc feature supportLuka Perkov2013-12-171-0/+4
| | | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39111
* imx6: refresh kernel configLuka Perkov2013-11-181-1/+0
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38856
* imx6: enable SATA supportLuka Perkov2013-10-231-1/+5
| | | | | | | | | | Enable SATA support (for IMX6D/IMX6Q) static in the kernel. It seems there are some issues causing the driver to not load properly when built as a module which still need to be worked out. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 38515
* imx6: enable cpufreqLuka Perkov2013-10-231-6/+10
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 38514
* imx6: enable i2c-devLuka Perkov2013-10-231-0/+1
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 38513
* imx6: enable fixed voltage reulatorLuka Perkov2013-10-161-0/+1
| | | | | | | | | | Fixed voltage regulator support is required by several drivers that have regulator consumers, such as the sgtl5000 audio codec used on many i.MX6 boards. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 38426
* imx6: add pfuze100 regulator supportLuka Perkov2013-10-161-0/+1
| | | | | | | | | | - backport driver - apply patch to allow misprogrammed parts - enable driver in kernel Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 38422
* imx6: enable cpufreq-imx6q by defaultLuka Perkov2013-09-271-2/+4
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38233
* imx6: backport thermal driverLuka Perkov2013-09-271-0/+17
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38229
* imx6: enable XZ_DEC_BCJ and XZ_DEC_ARMLuka Perkov2013-09-251-0/+2
| | | | | | | | | | | | | | | | | squashfs is unable to decompress some blocks without that: [ 1.880530] SQUASHFS error: Unable to read page, block bc77a, size 14c50 [ 1.887268] SQUASHFS error: Unable to read fragment cache entry [bc77a] [ 1.893889] SQUASHFS error: Unable to read page, block bc77a, size 14c50 [ 1.900636] SQUASHFS error: Unable to read fragment cache entry [bc77a] [ 1.907275] SQUASHFS error: Unable to read page, block bc77a, size 14c50 [ 1.913994] SQUASHFS error: Unable to read fragment cache entry [bc77a] [ 1.920631] SQUASHFS error: Unable to read page, block bc77a, size 14c50 Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38202
* imx6: update PCIe driverLuka Perkov2013-09-201-3/+4
| | | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38080
* imx6: update configLuka Perkov2013-09-201-2/+12
| | | | | | | | | | * enable PERF_EVENTS * enable REGULATOR_ANATOP * enable VMSPLIT_2G Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38078
* imx6: add gpio sysfs supportLuka Perkov2013-09-101-1/+2
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 37934
* imx6: disable sdma until license issues are solvedLuka Perkov2013-08-281-3/+2
| | | | | | | | Also, synchronize patches with upstream. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37853
* imx6: refresh 3.10 kernel configLuka Perkov2013-08-281-1/+1
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37850
* imx6: remove sdma binaryLuka Perkov2013-08-041-2/+0
| | | | SVN-Revision: 37682
* imx6: add support for EHCI USBLuka Perkov2013-07-281-0/+6
| | | | SVN-Revision: 37581
* linux: move more ARM_ERRATA symbols to the generic configGabor Juhos2013-07-201-3/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37470
* kernel: move CONFIG_NET_IP_TUNNEL to genericJonas Gorski2013-07-191-1/+0
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37465
* imx6: add support for gw5400-aLuka Perkov2013-07-151-10/+46
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 37363
* imx6: make kernel_oldconfigLuka Perkov2013-07-021-3/+1
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37134
* imx6: add new targetLuka Perkov2013-05-291-0/+284
SVN-Revision: 36753