diff options
| author | Marek BehĂșn <[email protected]> | 2021-10-09 19:33:46 +0200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2021-10-21 07:39:05 +0200 |
| commit | 6d7bfb658e6dccbf2c82981558239685cb664b29 (patch) | |
| tree | 07e9c0e098f417ca1099154eaee81ad7254dedea /arch | |
| parent | 2c8a4e4d7613bb053342e67edf19dc46c21e20fe (diff) | |
arm: mvebu: turris_omnia: Move CONFIG_SPL_DRIVERS_MISC to Kconfig
Instead of declaring CONFIG_SPL_DRIVERS_MISC in board config header,
select it in Kconfig.
Signed-off-by: Marek BehĂșn <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-mvebu/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig index 8365305733c..c66dab60123 100644 --- a/arch/arm/mach-mvebu/Kconfig +++ b/arch/arm/mach-mvebu/Kconfig @@ -127,6 +127,7 @@ config TARGET_TURRIS_OMNIA select DM_I2C select I2C_MUX select I2C_MUX_PCA954x + select SPL_DRIVERS_MISC select SPL_I2C_MUX select SPL_SYS_MALLOC_SIMPLE select SYS_I2C_MVTWSI |
