diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-16 19:06:08 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-26 10:29:05 -0400 |
commit | f61e2e414c8484fa65fc0d9a11bbc15c87824694 (patch) | |
tree | 31e0323fd9c45cea54e02487186b0094f8696545 /include/configs/picosam9g45.h | |
parent | 4e361cc2e4d4d6056ce66eb83968a5329155587f (diff) |
Convert CONFIG_ATMEL_USART to Kconfig
This converts the following to Kconfig:
CONFIG_ATMEL_USART
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/picosam9g45.h')
-rw-r--r-- | include/configs/picosam9g45.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/picosam9g45.h b/include/configs/picosam9g45.h index 94d9111cba..3eb70d5e78 100644 --- a/include/configs/picosam9g45.h +++ b/include/configs/picosam9g45.h @@ -31,7 +31,6 @@ #define CONFIG_AT91_GPIO_PULLUP 1 /* keep pullups on peripheral pins */ /* serial console */ -#define CONFIG_ATMEL_USART #define CONFIG_USART_BASE ATMEL_BASE_DBGU #define CONFIG_USART_ID ATMEL_ID_SYS |