diff options
| author | Mugunthan V N <[email protected]> | 2015-12-23 20:39:49 +0530 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2016-01-13 18:47:28 +0530 |
| commit | e101af014b8c26d63e3a1febea7c51d4fe7d07c1 (patch) | |
| tree | 146888c16a296f5dd87c835ce7c29402b08befcf | |
| parent | 4fb01c4435ae98fdce86ec491ddf3c240f8eb174 (diff) | |
defconfig: am437x_sk_evm: enable spi driver model
enable spi driver model for am437x_sk_evm as ti_qspi supports
driver model
Signed-off-by: Mugunthan V N <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
| -rw-r--r-- | configs/am437x_sk_evm_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/am437x_sk_evm_defconfig b/configs/am437x_sk_evm_defconfig index a9b6f52117d..8f78eeb8b91 100644 --- a/configs/am437x_sk_evm_defconfig +++ b/configs/am437x_sk_evm_defconfig @@ -18,3 +18,6 @@ CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_MACRONIX=y CONFIG_SYS_NS16550=y CONFIG_TI_QSPI=y +CONFIG_DM_SPI=y +CONFIG_DM_SPI_FLASH=y +CONFIG_SPI_FLASH_BAR=y |
