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 /configs/at91rm9200ek_defconfig | |
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 'configs/at91rm9200ek_defconfig')
-rw-r--r-- | configs/at91rm9200ek_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/at91rm9200ek_defconfig b/configs/at91rm9200ek_defconfig index 2aaf879045..a990360794 100644 --- a/configs/at91rm9200ek_defconfig +++ b/configs/at91rm9200ek_defconfig @@ -29,6 +29,7 @@ CONFIG_FLASH_CFI_DRIVER=y CONFIG_SYS_FLASH_PROTECTION=y CONFIG_SYS_FLASH_CFI=y CONFIG_MII=y +CONFIG_ATMEL_USART=y CONFIG_USB=y CONFIG_USB_STORAGE=y CONFIG_USB_KEYBOARD=y |