diff options
author | Arnd Bergmann <arnd@arndb.de> | 2020-07-17 15:35:23 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2020-07-17 18:01:16 +0200 |
commit | f7d96b86e0c15f22dbfad2997e12a072d6d25b18 (patch) | |
tree | 151edaef8a7478093178375c8e2d7eab6f90c2d5 /arch | |
parent | b041ef0e58d1b8efc6cc7956808a2b80dbf58316 (diff) | |
parent | fecc5cfcd55f7aacc483726c405a951bd6aaaf2e (diff) | |
download | linux-f7d96b86e0c15f22dbfad2997e12a072d6d25b18.tar.bz2 |
Merge tag 'renesas-fixes-for-v5.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/fixes
Renesas fixes for v5.8
- Replace CONFIG_PCIE_RCAR by CONFIG_PCIE_RCAR_HOST in the defconfig,
to unblock a planned Kconfig change.
* tag 'renesas-fixes-for-v5.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel:
arm64: defconfig: Enable CONFIG_PCIE_RCAR_HOST
Link: https://lore.kernel.org/r/20200717100523.15418-1-geert+renesas@glider.be
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/configs/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 883e8bace3ed..2ca7ba69c318 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -194,7 +194,7 @@ CONFIG_HOTPLUG_PCI=y CONFIG_HOTPLUG_PCI_ACPI=y CONFIG_PCI_AARDVARK=y CONFIG_PCI_TEGRA=y -CONFIG_PCIE_RCAR=y +CONFIG_PCIE_RCAR_HOST=y CONFIG_PCI_HOST_GENERIC=y CONFIG_PCI_XGENE=y CONFIG_PCIE_ALTERA=y |