commit | 3c95682341a1f5fce73bb4a842cb0d3d10845f19 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Jun 16 19:06:08 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 26 10:29:05 2020 -0400 |
tree | 31e0323fd9c45cea54e02487186b0094f8696545 | |
parent | 3810f106c437d25e45e6a62d14c5918c1ebf77c9 [diff] [blame] |
Convert CONFIG_ATMEL_USART to Kconfig This converts the following to Kconfig: CONFIG_ATMEL_USART Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/configs/snapper9g20_defconfig b/configs/snapper9g20_defconfig index e1c5c2e..abe0333 100644 --- a/configs/snapper9g20_defconfig +++ b/configs/snapper9g20_defconfig
@@ -36,5 +36,6 @@ CONFIG_MTD_RAW_NAND=y # CONFIG_SYS_NAND_USE_FLASH_BBT is not set CONFIG_NAND_ATMEL=y +CONFIG_ATMEL_USART=y CONFIG_USB=y CONFIG_USB_STORAGE=y