diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2018-03-14 18:46:34 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-06 16:11:09 -0400 |
commit | 8b562ef388433efb7d5a4e4de433c8c20ffd67b1 (patch) | |
tree | 18dc77c58e9d403cb801e6d7206f895d7666221a /arch | |
parent | 153b070fc0495bcc5d8b29acae4d2ef3168ea880 (diff) |
at91: taurus: Enable DM_SPI
Enable DM_SPI for atmel SPI driver on taurus board.
Kept few functions related to non-dm and gpio on board
files for reference and will be remove once code moved
to relevant drivers.
Cc: Heiko Schocher <hs@denx.de>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-at91/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index d73adf3723..5de914a2eb 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -220,6 +220,7 @@ config TARGET_TAURUS select SUPPORT_SPL select DM select DM_SERIAL + select DM_SPI select DM_GPIO select DM_ETH |