summaryrefslogtreecommitdiff
path: root/arch/arm/mach-socfpga/Kconfig
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2018-08-13 18:32:38 +0200
committerMarek Vasut <marex@denx.de>2018-08-13 22:35:17 +0200
commitfe88c2fea7e1081993dbb4207f6610eb5d8ae912 (patch)
tree854c4c9f69fec9f728c1b2e5b5c62c7af255750e /arch/arm/mach-socfpga/Kconfig
parent8145c1c299e6646aa5b68e248fbd8090cd425fba (diff)
ARM: socfpga: Enable DM I2C framework on A10
Enable the DM I2C framework on Arria10, so that the DM capable Designware I2C driver can handle the reset via DM reset framework. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Chin Liang See <chin.liang.see@intel.com> Cc: Dinh Nguyen <dinguyen@kernel.org> Cc: Ley Foon Tan <ley.foon.tan@intel.com>
Diffstat (limited to 'arch/arm/mach-socfpga/Kconfig')
-rw-r--r--arch/arm/mach-socfpga/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig
index 368f217fc6..63ce32ff66 100644
--- a/arch/arm/mach-socfpga/Kconfig
+++ b/arch/arm/mach-socfpga/Kconfig
@@ -11,6 +11,7 @@ config TARGET_SOCFPGA_ARRIA10
bool
select ALTERA_SDRAM
select SPL_BOARD_INIT if SPL
+ select DM_I2C
select DM_RESET
select SPL_DM_RESET if SPL