From 9926df89b25e7ef6c9ce2053d3f39afbb73ea297 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 14 May 2021 21:34:31 -0400 Subject: configs: Remove unnecessary CONFIG_DM_PCI_COMPAT=y The following boards no longer need CONFIG_DM_PCI_COMPAT enabled, so remove that. Signed-off-by: Tom Rini --- configs/ls1012aqds_tfa_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/ls1012aqds_tfa_defconfig') diff --git a/configs/ls1012aqds_tfa_defconfig b/configs/ls1012aqds_tfa_defconfig index 9f95854..6267e48 100644 --- a/configs/ls1012aqds_tfa_defconfig +++ b/configs/ls1012aqds_tfa_defconfig @@ -69,7 +69,6 @@ CONFIG_E1000=y CONFIG_NVME=y CONFIG_PCI=y CONFIG_DM_PCI=y -CONFIG_DM_PCI_COMPAT=y CONFIG_PCIE_LAYERSCAPE_RC=y CONFIG_DM_RTC=y CONFIG_RTC_PCF8563=y -- cgit v1.1