summaryrefslogtreecommitdiffstats
path: root/configs/fedora/generic/s390x
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Revert "Enable CONFIG_DRM on s390x (rhbz 1569086)"Jeremy Cline2018-04-191-0/+1
| | | | | | It turns out this depends on CONFIG_VT which depends on !S390 This reverts commit c45e5994bf27033db30d7b6987c555bb42907ac9.
* Enable CONFIG_DRM on s390x (rhbz 1569086)Jeremy Cline2018-04-181-1/+0
|
* Linux v4.15-12216-gf9f1e414128eJustin M. Forbes2018-02-093-0/+3
|
* Linux v4.15-1549-g6304672b7f0aJustin M. Forbes2018-01-304-2/+2
|
* configs: Move base-debug and base-generic to configs/fedoraDon Zickus2018-01-05375-0/+375
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.