[openwrt/openwrt] mediatek: mt7622: build AHCI driver as module

LEDE Commits lede-commits at lists.infradead.org
Fri Apr 23 23:17:24 BST 2021


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/95ac3f82c6914505b01b01ab819e02d091835598

commit 95ac3f82c6914505b01b01ab819e02d091835598
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Fri Apr 23 23:12:09 2021 +0100

    mediatek: mt7622: build AHCI driver as module
    
    Build the driver for the in-SoC AHCI SATA host as module, just like for
    the other subtargets. No board requires booting off SATA, so we don't
    need to have it built-in. All boards with SATA support already select
    kmod-ata-ahci-mtk which provides the module.
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 target/linux/mediatek/mt7622/config-5.10 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/linux/mediatek/mt7622/config-5.10 b/target/linux/mediatek/mt7622/config-5.10
index 0fa258e07a..1ab925190a 100644
--- a/target/linux/mediatek/mt7622/config-5.10
+++ b/target/linux/mediatek/mt7622/config-5.10
@@ -1,5 +1,4 @@
 CONFIG_64BIT=y
-CONFIG_AHCI_MTK=y
 CONFIG_ARCH_DMA_ADDR_T_64BIT=y
 CONFIG_ARCH_KEEP_MEMBLOCK=y
 CONFIG_ARCH_MEDIATEK=y



More information about the lede-commits mailing list