diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-11 23:07:36 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-18 12:48:18 -0400 |
commit | cb81640011270dae6346979ef36264a72cf3b565 (patch) | |
tree | 9d7a60914a55c4ac4b025191ff86d0559a529360 /configs/axm_defconfig | |
parent | 5644f3b19d6e1eb7ef0addeefa94f44eda48f209 (diff) | |
download | u-boot-cb81640011270dae6346979ef36264a72cf3b565.tar.gz |
Convert CONFIG_ATMEL_LEGACY to Kconfig
This converts the following to Kconfig:
CONFIG_ATMEL_LEGACY
Cc: Eugen Hristev <eugen.hristev@microchip.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
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 b6b4104d24..3373e6291e 100644 --- a/configs/axm_defconfig +++ b/configs/axm_defconfig @@ -13,6 +13,7 @@ CONFIG_SYS_MALLOC_LEN=0x460000 CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_TARGET_TAURUS=y CONFIG_AT91_GPIO_PULLUP=y +CONFIG_ATMEL_LEGACY=y CONFIG_SPL_GPIO=y CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y |