diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-20 08:07:55 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-07-05 17:05:00 -0400 |
commit | 363397ae1a17ae58f1ef6664e775d3c16091af87 (patch) | |
tree | d85c1e8bc1f611913a50dbc3557f640c67c0a539 /configs/maltael_defconfig | |
parent | 1bc8ef4d702345117d77c2e704d82102774148aa (diff) |
Convert CONFIG_PCI_MSC01 to Kconfig
This converts the following to Kconfig:
CONFIG_PCI_MSC01
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/maltael_defconfig')
-rw-r--r-- | configs/maltael_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/maltael_defconfig b/configs/maltael_defconfig index 963b9be59ea..58d31d6a443 100644 --- a/configs/maltael_defconfig +++ b/configs/maltael_defconfig @@ -40,5 +40,6 @@ CONFIG_SYS_FLASH_USE_BUFFER_WRITE=y CONFIG_SYS_FLASH_CFI=y CONFIG_PCNET=y CONFIG_PCI_GT64120=y +CONFIG_PCI_MSC01=y CONFIG_RTC_MC146818=y CONFIG_SYS_NS16550=y |