From 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 16 May 2024 03:11:33 +0000 Subject: [PATCH] AX88772C_eeprom and ax8872c build together --- kernel/arch/mips/lantiq/Kconfig | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/kernel/arch/mips/lantiq/Kconfig b/kernel/arch/mips/lantiq/Kconfig index 8e3a1fc..6c6802e 100644 --- a/kernel/arch/mips/lantiq/Kconfig +++ b/kernel/arch/mips/lantiq/Kconfig @@ -19,7 +19,7 @@ config SOC_XWAY bool "XWAY" select SOC_TYPE_XWAY - select HW_HAS_PCI + select HAVE_PCI select MFD_SYSCON select MFD_CORE @@ -51,9 +51,5 @@ config PCI_LANTIQ bool "PCI Support" depends on SOC_XWAY && PCI - -config XRX200_PHY_FW - bool "XRX200 PHY firmware loader" - depends on SOC_XWAY endif -- Gitblit v1.6.2