summaryrefslogtreecommitdiffstats
path: root/configs/fedora/generic/arm/armv7
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup some old config options, remove DRM drivers hidden behind ↵Peter Robinson2018-08-163-3/+0
| | | | DRM_LEGACY, tweak module filters a little (fpga, iio, few other bits), minor find optimisation
* Disable BFP JIT on ARMv7 as it's currently broken, Remove forced console on ↵Peter Robinson2018-06-253-1/+2
| | | | aarch64, legacy config (rhbz 1594402)
* ARM updates for 4.18, cleanup some dropped config optionsPeter Robinson2018-06-1539-29/+10
|
* Linux v4.17-505-g9214407d1237Laura Abbott2018-06-041-0/+1
|
* Config updates for upstream kconfig patch ↵Justin M. Forbes2018-05-153-0/+3
| | | | 17baab68d337a0bf4654091e2b4cd67c3fdb44d8
* Enable on ARMv7 for i.MXPeter Robinson2018-04-221-0/+1
|
* minor AllWinner config cleanupPeter Robinson2018-04-221-1/+0
|
* Minor ARMv7 cleanupsPeter Robinson2018-04-222-1/+1
|
* Enable UFS storage options on ARM, just enable on ARM/x86 as it's only ↵Peter Robinson2018-04-191-1/+0
| | | | likely to be on those platgforms at this point
* Enable drivers for Xilinx ZYMQ-MP Ultra96Peter Robinson2018-04-183-3/+0
|
* Tegra TX fixes attempt 2Peter Robinson2018-04-171-1/+0
|
* Disable tps65217-charger, fix for the BeagleBone boot failure, Further fix ↵Peter Robinson2018-04-122-2/+1
| | | | for ThunderX ZIP driver, fix olpc i686 config
* fix nouveau on Tegra, Enable IOMMU on ExynosPeter Robinson2018-04-122-2/+2
|
* Enable JFFS2 and some MTD modules (rhbz 1474493)Laura Abbott2018-04-1113-13/+0
|
* Linux v4.16-9576-g38c23685b273Justin M. Forbes2018-04-062-0/+2
|
* Linux v4.16-7248-g06dd3dfeea60Justin M. Forbes2018-04-051-0/+1
|
* Linux v4.16-2520-g642e7fd23353Justin M. Forbes2018-04-032-2/+0
|
* enable big.little cpufreq on ARM64Peter Robinson2018-03-051-1/+0
|
* fixupp ARM_SCPI_CPUFREQ configPeter Robinson2018-03-051-1/+0
|
* minor ARM usb cleanupsPeter Robinson2018-03-041-1/+0
|
* Add RPi3 GPIO expander, RPi fixes, OMAP serial update, general ARM fixesPeter Robinson2018-03-039-6/+5
|
* minor AllWinner config tweeakPeter Robinson2018-02-121-1/+0
|
* POWER_RESET_IMX has been droppedPeter Robinson2018-02-081-1/+0
|
* Exynos IPP has be removed, the other 3 are marked broken due to it's ↵Peter Robinson2018-02-074-4/+0
| | | | removal, so drop the options
* Linux v4.15-10668-g35277995e179Justin M. Forbes2018-02-051-0/+1
|
* Linux v4.15-9939-g4bf772b14675Justin M. Forbes2018-02-022-0/+2
|
* Linux v4.15-6064-g255442c93843Justin M. Forbes2018-02-011-0/+1
|
* Linux v4.15-1549-g6304672b7f0aJustin M. Forbes2018-01-301-0/+1
|
* remove old qcom config optionsPeter Robinson2018-01-083-3/+0
|
* configs: Move base-debug and base-generic to configs/fedoraDon Zickus2018-01-051352-0/+1353
It was suggested that base-debug and base-generic were not good names to use. Further discussion led to using configs/fedora for the base config files and configs/rhel for any overrides. This patch does a plain mkdir configs/fedora git mv configs/base-{generic,debug} configs/fedora No code changes.