diff options
| author | Tom Rini <[email protected]> | 2022-03-11 23:07:35 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-03-18 12:48:18 -0400 |
| commit | 5644f3b19d6e1eb7ef0addeefa94f44eda48f209 (patch) | |
| tree | e12f17f7c39727c0c4062ffb6fb9057c939d1ece /configs/axm_defconfig | |
| parent | b601906ed5d83ccfc2ab300d3949937af0d58861 (diff) | |
Convert CONFIG_AT91_GPIO_PULLUP to Kconfig
This converts the following to Kconfig:
CONFIG_AT91_GPIO_PULLUP
Cc: Eugen Hristev <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'configs/axm_defconfig')
| -rw-r--r-- | configs/axm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/axm_defconfig b/configs/axm_defconfig index e27f0b71ed9..b6b4104d243 100644 --- a/configs/axm_defconfig +++ b/configs/axm_defconfig @@ -12,6 +12,7 @@ CONFIG_SYS_TEXT_BASE=0x21000000 CONFIG_SYS_MALLOC_LEN=0x460000 CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_TARGET_TAURUS=y +CONFIG_AT91_GPIO_PULLUP=y CONFIG_SPL_GPIO=y CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y |
