Re: [PATCH 1/3] mtd: kconfig: Fix CFI_FLASH dependency

2021-08-11 Thread Stefan Roese
On 07.08.21 07:00, Bin Meng wrote: The DM version CFI flash driver is in driver/mtd/cfi_flash.c, which only gets built when FLASH_CFI_DRIVER is on. If CFI_FLASH is on but FLASH_CFI_DRIVER is not, nothing is enabled at all. Fix this dependency by selecting FLASH_CFI_DRIVER when CFI_FLASH is enabl

Re: [PATCH 1/3] mtd: kconfig: Fix CFI_FLASH dependency

2021-08-11 Thread Stefan Roese
On 07.08.21 07:00, Bin Meng wrote: The DM version CFI flash driver is in driver/mtd/cfi_flash.c, which only gets built when FLASH_CFI_DRIVER is on. If CFI_FLASH is on but FLASH_CFI_DRIVER is not, nothing is enabled at all. Fix this dependency by selecting FLASH_CFI_DRIVER when CFI_FLASH is enabl

[PATCH 1/3] mtd: kconfig: Fix CFI_FLASH dependency

2021-08-06 Thread Bin Meng
The DM version CFI flash driver is in driver/mtd/cfi_flash.c, which only gets built when FLASH_CFI_DRIVER is on. If CFI_FLASH is on but FLASH_CFI_DRIVER is not, nothing is enabled at all. Fix this dependency by selecting FLASH_CFI_DRIVER when CFI_FLASH is enabled. Signed-off-by: Bin Meng --- d