diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2018-01-13 06:20:30 +0000 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2018-01-13 06:20:30 +0000 |
commit | 283a6156bccb558d76b118f93d1f0333913e0e83 (patch) | |
tree | 9e5d01e8c33ea11dbb5f679946f6e6799221129d /configs | |
parent | 9e949a16243edb3f712d7d33a90e3a6be802dafd (diff) | |
download | kernel-283a6156bccb558d76b118f93d1f0333913e0e83.tar.gz kernel-283a6156bccb558d76b118f93d1f0333913e0e83.tar.xz kernel-283a6156bccb558d76b118f93d1f0333913e0e83.zip |
add MMC support for 96boards Synquacer platform, add missing CONFIG_BPF_JIT_ALWAYS_ON as it changed the generated config
Diffstat (limited to 'configs')
-rw-r--r-- | configs/fedora/generic/CONFIG_BPF_JIT_ALWAYS_ON | 1 | ||||
-rw-r--r-- | configs/fedora/generic/arm/aarch64/CONFIG_MMC_SDHCI_F_SDH30 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/fedora/generic/CONFIG_BPF_JIT_ALWAYS_ON b/configs/fedora/generic/CONFIG_BPF_JIT_ALWAYS_ON new file mode 100644 index 000000000..45aacb434 --- /dev/null +++ b/configs/fedora/generic/CONFIG_BPF_JIT_ALWAYS_ON @@ -0,0 +1 @@ +CONFIG_BPF_JIT_ALWAYS_ON=y diff --git a/configs/fedora/generic/arm/aarch64/CONFIG_MMC_SDHCI_F_SDH30 b/configs/fedora/generic/arm/aarch64/CONFIG_MMC_SDHCI_F_SDH30 new file mode 100644 index 000000000..e026d18c2 --- /dev/null +++ b/configs/fedora/generic/arm/aarch64/CONFIG_MMC_SDHCI_F_SDH30 @@ -0,0 +1 @@ +CONFIG_MMC_SDHCI_F_SDH30=m |