From bee0fdea1ebd379c560e97291d52bd5a770d5086 Mon Sep 17 00:00:00 2001 From: Abhishek Shah Date: Wed, 13 May 2020 01:24:28 +0530 Subject: [PATCH] drivers: pcie: remove depends on X86 Remove depends on X86 for config PCIE, Let the platforms select PCIE if they want to. Signed-off-by: Abhishek Shah --- drivers/pcie/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/pcie/Kconfig b/drivers/pcie/Kconfig index add73bc49a0..4cbc1e45830 100644 --- a/drivers/pcie/Kconfig +++ b/drivers/pcie/Kconfig @@ -5,7 +5,6 @@ menuconfig PCIE bool "Enable new PCI/PCIe support" - depends on X86 help This option enables support for new PCI(e) drivers.