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/picosam9g45_defconfig b/configs/picosam9g45_defconfig index 2921f2d..03783a2 100644 --- a/configs/picosam9g45_defconfig +++ b/configs/picosam9g45_defconfig
@@ -40,6 +40,7 @@ CONFIG_DM=y CONFIG_SPL_DM=y CONFIG_AT91_GPIO=y +CONFIG_ATMEL_USART=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y