diff options
| author | Simon Glass <[email protected]> | 2021-08-08 12:20:21 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-09-04 12:26:02 -0400 |
| commit | a7ebc6925b43c9488c421218cbbcb243e6420720 (patch) | |
| tree | 514dad706ff64c214928845bc07336104dc5a18f /include | |
| parent | 7b278eacc5686895fa90661038406ceab78db038 (diff) | |
Convert CONFIG_DMA_LPC32XX to Kconfig
This converts the following to Kconfig:
CONFIG_DMA_LPC32XX
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/devkit3250.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/devkit3250.h b/include/configs/devkit3250.h index 4ef61e94c61..f32e18b7625 100644 --- a/include/configs/devkit3250.h +++ b/include/configs/devkit3250.h @@ -26,9 +26,6 @@ /* * DMA */ -#if !defined(CONFIG_SPL_BUILD) -#define CONFIG_DMA_LPC32XX -#endif /* * GPIO |
