Re: [U-Boot] [PATCH 1/3] spi: Kconfig: Mark CONFIG_SPI as Legacy spi support

2019-02-12 Thread Vignesh R
On 09/02/19 5:45 PM, Jagan Teki wrote: > CONFIG_SPI is mandatory for SPI support even if the given board > has dm or non-dm versions, so mark CONFIG_SPI as non-dm config > option and move the respective non-dm drivers below to that. > > This eventually reduce the explicit CONFIG_SPI enablement f

[U-Boot] [PATCH 1/3] spi: Kconfig: Mark CONFIG_SPI as Legacy spi support

2019-02-09 Thread Jagan Teki
CONFIG_SPI is mandatory for SPI support even if the given board has dm or non-dm versions, so mark CONFIG_SPI as non-dm config option and move the respective non-dm drivers below to that. This eventually reduce the explicit CONFIG_SPI enablement for dm version spi drivers. Cc: Vignesh R Signed-o