diff options
author | Jeremy Cline <jcline@redhat.com> | 2020-02-07 11:53:17 -0500 |
---|---|---|
committer | Jeremy Cline <jcline@redhat.com> | 2020-02-07 11:53:17 -0500 |
commit | dde56757001fccedd29c70657b63693be65aa486 (patch) | |
tree | d2a18afcb5f3f14136dfa145cdaa8746de519337 /configs | |
parent | 2d1a677e517e1b4c5190761e06c19c65ab77eb1d (diff) | |
download | kernel-dde56757001fccedd29c70657b63693be65aa486.tar.gz kernel-dde56757001fccedd29c70657b63693be65aa486.tar.xz kernel-dde56757001fccedd29c70657b63693be65aa486.zip |
Linux v5.5-9824-g90568ecf5615
This also enables:
- DM_CLONE as a module (rhbz 1799060)
- PCI Express devices on RockChip SoCs (rhbz 1792564)
Diffstat (limited to 'configs')
-rw-r--r-- | configs/fedora/generic/CONFIG_DM_CLONE | 2 | ||||
-rw-r--r-- | configs/fedora/generic/arm/aarch64/CONFIG_PCIE_ROCKCHIP_HOST | 1 | ||||
-rw-r--r-- | configs/fedora/generic/arm/aarch64/CONFIG_PHY_ROCKCHIP_PCIE | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/configs/fedora/generic/CONFIG_DM_CLONE b/configs/fedora/generic/CONFIG_DM_CLONE index 03f992664..319d14515 100644 --- a/configs/fedora/generic/CONFIG_DM_CLONE +++ b/configs/fedora/generic/CONFIG_DM_CLONE @@ -1 +1 @@ -# CONFIG_DM_CLONE is not set +CONFIG_DM_CLONE=m diff --git a/configs/fedora/generic/arm/aarch64/CONFIG_PCIE_ROCKCHIP_HOST b/configs/fedora/generic/arm/aarch64/CONFIG_PCIE_ROCKCHIP_HOST new file mode 100644 index 000000000..416bd56df --- /dev/null +++ b/configs/fedora/generic/arm/aarch64/CONFIG_PCIE_ROCKCHIP_HOST @@ -0,0 +1 @@ +CONFIG_PCIE_ROCKCHIP_HOST=m diff --git a/configs/fedora/generic/arm/aarch64/CONFIG_PHY_ROCKCHIP_PCIE b/configs/fedora/generic/arm/aarch64/CONFIG_PHY_ROCKCHIP_PCIE new file mode 100644 index 000000000..20fb6074b --- /dev/null +++ b/configs/fedora/generic/arm/aarch64/CONFIG_PHY_ROCKCHIP_PCIE @@ -0,0 +1 @@ +CONFIG_PHY_ROCKCHIP_PCIE=m |