summaryrefslogtreecommitdiff
path: root/arch/mips/lantiq/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/lantiq/Kconfig')
-rw-r--r--arch/mips/lantiq/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/mips/lantiq/Kconfig b/arch/mips/lantiq/Kconfig
index 9485fe5..7389098 100644
--- a/arch/mips/lantiq/Kconfig
+++ b/arch/mips/lantiq/Kconfig
@@ -18,7 +18,6 @@ config SOC_XWAY
select HW_HAS_PCI
endchoice
-
choice
prompt "Devicetree"
@@ -27,4 +26,8 @@ config DT_EASY50712
depends on SOC_XWAY
endchoice
+config PCI_LANTIQ
+ bool "PCI Support"
+ depends on SOC_XWAY && PCI
+
endif