[][mtd: spinand: winbond: Disable W25N01KV on default]

[Description]
Change W25N01KV kernel option to default no because internal EVB/RFBs
use W25N01GV nowadays.

[Release-log]
N/A

Change-Id: I7d61a0821756b38fa1849c1187f8f33b25916c8a
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/5973673
diff --git a/target/linux/mediatek/patches-5.4/0490-mtd-spinand-winbond-Support-for-W25MxxGV-W25NxxKV-series.patch b/target/linux/mediatek/patches-5.4/0490-mtd-spinand-winbond-Support-for-W25MxxGV-W25NxxKV-series.patch
index ba9b72c..8a2af8d 100644
--- a/target/linux/mediatek/patches-5.4/0490-mtd-spinand-winbond-Support-for-W25MxxGV-W25NxxKV-series.patch
+++ b/target/linux/mediatek/patches-5.4/0490-mtd-spinand-winbond-Support-for-W25MxxGV-W25NxxKV-series.patch
@@ -176,7 +176,7 @@
  static int winbond_spinand_init(struct spinand_device *spinand)
 --- a/drivers/mtd/nand/spi/Kconfig
 +++ b/drivers/mtd/nand/spi/Kconfig
-@@ -6,3 +6,11 @@ menuconfig MTD_SPI_NAND
+@@ -6,3 +6,12 @@ menuconfig MTD_SPI_NAND
  	select SPI_MEM
  	help
  	  This is the framework for the SPI NAND device drivers.
@@ -184,6 +184,7 @@
 +config MTD_SPI_NAND_W25N01KV
 +	tristate "Winbond W25N01KV Support"
 +	select MTD_SPI_NAND
++	default n
 +	help
 +	  Winbond W25N01KV share the same ID with W25N01GV. However, they have
 +	  different attributes.