]> git.baikalelectronics.ru Git - uboot.git/commit
arm: socfpga: use imply instead of select where applicable
authorSimon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com>
Tue, 13 Feb 2018 05:34:14 +0000 (06:34 +0100)
committerMarek Vasut <marex@denx.de>
Thu, 15 Feb 2018 12:45:16 +0000 (13:45 +0100)
commit8a9a088a0591acc3888abe4f72673801c10167f4
tree34f028236d41899bbdacdae9c43c15a9a0aaab80
parent851df52b4bf3b1b9ad9a9c1c96e2cdebc93e3a43
arm: socfpga: use imply instead of select where applicable

Kconfig should only 'select' features that are required for an arch.
Standard features that can be disabled without breaking board support
should use 'imply' instead, to allow users to disable it.

These options are changed for mach-socfpga:
- DM_SPI & DM_SPI_FLASH: only required with QSPI support enabled
- SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION: the boot rom supports a
  partitionless mode also, where SPL is located at address 0
- HW_WATCHDOG: while all mainline board defconfigs use it, U-Boot
  should still work without it.

Signed-off-by: Simon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com>
arch/arm/Kconfig