aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/conf/IMX6
Commit message (Expand)AuthorAgeFilesLines
* arm: Remove IMX6 kernel configEmmanuel Vadot2023-03-171-138/+0
* arm: conf: Remove options EXT_RESOURCESEmmanuel Vadot2022-02-211-2/+1
* sys/*/conf/*, docs: fix links to handbookCeri Davies2021-05-201-1/+1
* Factor-out hardware-independent part of USB HID support to new moduleVladimir Kondratyev2021-01-071-0/+3
* Add the standard extres pseudo devices to the IMX6 kernel config.Ian Lepore2020-11-251-0/+9
* sys: Remove DEV_RANDOM device optionConrad Meyer2019-06-211-1/+0
* tun/tap: merge and rename to `tuntap`Kyle Evans2019-05-081-1/+1
* Move options INTRNG into std.armv6 and std.armv7Warner Losh2018-08-201-2/+0
* Oops, fix a typo: imx_snvs should be imx6_snvs.Ian Lepore2018-07-081-1/+1
* Move device statements out of std.imx* and into kernel config files.Ian Lepore2018-07-081-0/+2
* Build modules specific to imx5/imx6 only when building those kernels.Ian Lepore2018-02-181-1/+1
* Update several more URLsEitan Adler2017-10-291-2/+2
* Tag all armv7 kernels as such in their machine config line.Warner Losh2017-10-051-1/+1
* Add an ahci driver for imx6.Ian Lepore2017-08-031-0/+3
* Remove the MULTIDELAY option from arm. It's now enabled when PLATFORM isAndrew Turner2017-07-071-1/+0
* Remove PLATFORM_SMP. It's unneeded as all configs with both PLATFORM andAndrew Turner2017-07-041-1/+0
* Port the IMX6 kernel configuration to use MULTIDELAY. This will help addingAndrew Turner2017-04-101-0/+1
* Move the IMX6 kernels to use PLATFORM_SMP. This is the last SMP config toAndrew Turner2017-03-171-0/+1
* Remove HZ=<various> from all armv6 configs, put HZ=1000 in std.armv6.Ian Lepore2016-07-091-1/+0
* Consolidate debugging options from all arm kernel configs to std.arm[v6].Ian Lepore2016-07-091-18/+0
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner2016-04-151-1/+1
* Remove the commented out sc device from the i.MX kernels, they both useAndrew Turner2016-01-151-8/+0
* Add i.MX 6 IPU driver and enable it in IMX6 configOleksandr Tymoshenko2015-12-211-0/+3
* - Add driver for i.MX 6 HDMI framerOleksandr Tymoshenko2015-12-211-0/+3
* Create device options for the two common ARM timers.Andrew Turner2015-11-211-0/+2
* Remove pl310.c from the SoC std.* files, it's in files.armAndrew Turner2015-11-201-0/+2
* Enable ARM_INTRNG on IMX6 platforms, and make the imx_gpio driver anIan Lepore2015-10-181-0/+2
* Enable the watchdog driver on imx6, now that it works.Ian Lepore2015-08-191-1/+1
* Use the new gic option on all configs that need it.Andrew Turner2015-05-101-0/+3
* Clean up the ARM kernel configs to use 'include<space><tab>"file"'.Andrew Turner2015-05-071-1/+1
* Move the first batch of common armv6 options to std.armv6.Andrew Turner2015-05-051-30/+0
* Create std.arm and std.armv6 config files and include the right one fromIan Lepore2015-05-051-0/+1
* Add the SOC_IMX51, SOC_IMX53, and SOC_IMX6 options. These are used toAndrew Turner2015-04-231-0/+2
* Add a "module" to build the dtb files for all supported imx6 systems.Ian Lepore2015-03-021-0/+1
* Remove "New" label from NFSCL/NFSD now that they are the only NFSJohn Baldwin2015-01-061-2/+2
* Switch i.MX to use the platform code to help with a single Freescale kernel.Andrew Turner2014-12-241-0/+1
* Fix the indentation to simplify comparing the ARM config files.Andrew Turner2014-12-211-1/+1
* tart to clean up the armv6 kernel configs by reducing the diff betweenAndrew Turner2014-12-211-27/+30
* Clean up to use the standard style of "options \t" and "device\t\t"Andrew Turner2014-12-201-95/+95
* Renove faith(4) and faithd(8) from base. It looks like industryAlexander V. Chernikov2014-11-091-1/+0
* The iomux driver is no longer optional, all imx platforms have it asIan Lepore2014-09-041-1/+0
* Resync comments about scbus and pass for life after AHCI joined CAM.Warner Losh2014-09-011-2/+2
* Put option FDT into the base IMX6 config and remove it from the configIan Lepore2014-08-311-0/+1
* Enable SCTP support. It runs perfectly fine on a Wandboard quad.Michael Tuexen2014-08-301-1/+1
* Remove FDT option, since it is in every file, which includes this one.Michael Tuexen2014-08-301-1/+0
* Enable Freescale i.MX I2C driver for i.MX6.Ruslan Bukin2014-07-221-3/+3
* o Enable GPIO device driver for i.MX6.Ruslan Bukin2014-07-181-1/+4
* Switch wandboards over to the common IMX6 kernel config, which has SMPIan Lepore2014-04-041-3/+3
* In kernel config files, it is supposed to be 'options<space><tab>' notWarner Losh2014-03-181-1/+1
* Make all the comments '# ' and align to same column. This fixes theWarner Losh2014-03-161-3/+3