sifive: fu540: Enable spi-nor flash support
[platform/kernel/u-boot.git] / board / sifive / fu540 / Kconfig
index 8eb5e30..75661f3 100644 (file)
@@ -26,9 +26,9 @@ config BOARD_SPECIFIC_OPTIONS # dummy
        imply CMD_FS_GENERIC
        imply CMD_NET
        imply CMD_PING
+       imply CMD_SF
        imply CLK_SIFIVE
        imply CLK_SIFIVE_FU540_PRCI
-       imply CLK_SIFIVE_GEMGXL_MGMT
        imply DOS_PARTITION
        imply EFI_PARTITION
        imply IP_DYN
@@ -39,6 +39,17 @@ config BOARD_SPECIFIC_OPTIONS # dummy
        imply PHY_LIB
        imply PHY_MSCC
        imply SIFIVE_SERIAL
+       imply SPI
+       imply SPI_SIFIVE
+       imply SPI_FLASH
+       imply SPI_FLASH_ISSI
+       imply MMC
+       imply MMC_SPI
+       imply MMC_BROKEN_CD
+       imply CMD_MMC
+       imply DM_GPIO
+       imply SIFIVE_GPIO
+       imply CMD_GPIO
        imply SMP
 
 endif