lkml.org 
[lkml]   [2020]   [Mar]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Subject[PATCH] spi: Remove CONFIG_ prefix from Kconfig select
    From
    Date
    commit a2ca53b52e00 ("spi: Add HiSilicon v3xx SPI NOR flash
    controller driver") likely inadvertently used a select statement
    with a CONFIG_ prefix, remove the prefix.

    Signed-off-by: Joe Perches <joe@perches.com>
    ---
    drivers/spi/Kconfig | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
    index 82177d..2dc7bd 100644
    --- a/drivers/spi/Kconfig
    +++ b/drivers/spi/Kconfig
    @@ -292,7 +292,7 @@ config SPI_HISI_SFC_V3XX
    tristate "HiSilicon SPI-NOR Flash Controller for Hi16XX chipsets"
    depends on (ARM64 && ACPI) || COMPILE_TEST
    depends on HAS_IOMEM
    - select CONFIG_MTD_SPI_NOR
    + select MTD_SPI_NOR
    help
    This enables support for HiSilicon v3xx SPI-NOR flash controller
    found in hi16xx chipsets.

    \
     
     \ /
      Last update: 2020-03-05 16:18    [W:3.875 / U:0.000 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site