summaryrefslogtreecommitdiffstats
path: root/configs/fedora/generic/s390x
Commit message (Collapse)AuthorAgeFilesLines
...
* Enable CONFIG_SCSI_DH* for s390x (rhbz 1586189)Jeremy Cline2018-06-051-1/+0
|
* Config updates for upstream kconfig patch ↵Justin M. Forbes2018-05-151-0/+1
| | | | 17baab68d337a0bf4654091e2b4cd67c3fdb44d8
* Enable CONFIG_DRM on s390x for real (rhbz 1569086)Jeremy Cline2018-04-199-7/+9
| | | | This only works with 4.17.
* 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.