
On 02/12/2018 04:16 PM, Simon Goldschmidt wrote:
On 12.02.2018 15:54, Marek Vasut wrote:
On 02/12/2018 03:52 PM, Simon Goldschmidt wrote:
In arch/arm/Kconfig, ARCH_SOCFPGA currently selects some thins for spi flash and mmc that are not required by the hw.
things ?
what hw, all supported boards you mean ?
Give users more freedom of choice and use imply here instead of select.
This should allow disabling spi support completely or using sd/mmc boot in "raw mode" (no partitions).
You can just turn them off in the defconfigs, but I get what you're trying to say.
Just reword the commit message and do make savedefconfig for all the socfpga platforms (in a separate patch) to sync the defconfigs up.
OK, thanks. Given that the same files are touched, should I wait for the CONFIG_HW_WATCHDOG patches from Lukasz to be applied first?
You two figure it out :)