diff options
author | Marek BehĂșn | 2019-05-02 16:53:32 +0200 |
---|---|---|
committer | Stefan Roese | 2019-05-03 08:14:39 +0200 |
commit | 6b26f3e3121cd9b236f843a9c49627d50517058a (patch) | |
tree | d3fc0c77b83e63d6d19ef9401c21b533868147a4 /arch | |
parent | b4b6a4e4eccb1d2749fd0c3c8a801d333be7e2c1 (diff) |
arm: mvebu: turris_omnia: move ATSHA204A from defconfig to Kconfig
This driver is required for Turris Omnia to read ethernet addresses.
Move the dependency from turris_omnia_defconfig to Kconfig.
Signed-off-by: Marek BehĂșn <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
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 2bf829d10ad..fc29c3b084b 100644 --- a/arch/arm/mach-mvebu/Kconfig +++ b/arch/arm/mach-mvebu/Kconfig @@ -121,6 +121,7 @@ config TARGET_TURRIS_OMNIA select I2C_MUX_PCA954x select SPL_I2C_MUX select SYS_I2C_MVTWSI + select ATSHA204A config TARGET_TURRIS_MOX bool "Support Turris Mox" |