diff options
author | Igor Prusov <ivprusov@sberdevices.ru> | 2023-10-25 01:51:40 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-10-27 12:50:03 -0400 |
commit | ccaab4d8befbf215607f4dd42dedf3e63e45b317 (patch) | |
tree | 19028bb80d0a282d7dfbbf994429fecc15d50913 | |
parent | b59b0ce118667b6f3c30b848edfe9d1ead89ec8e (diff) |
ARM: amlogic: ad401: enable SPIFC
Enable Amlogic A1 SPI FLash Controller support.
Signed-off-by: Igor Prusov <ivprusov@sberdevices.ru>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20231024225140.366571-3-ivprusov@sberdevices.ru
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
-rw-r--r-- | configs/ad401_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ad401_defconfig b/configs/ad401_defconfig index b9aca3ab0d..b44b9c63e8 100644 --- a/configs/ad401_defconfig +++ b/configs/ad401_defconfig @@ -51,6 +51,7 @@ CONFIG_DEBUG_UART_SKIP_INIT=y CONFIG_MESON_SERIAL=y CONFIG_SPI=y CONFIG_DM_SPI=y +CONFIG_MESON_SPIFC_A1=y CONFIG_USB=y CONFIG_DM_USB_GADGET=y CONFIG_USB_GADGET=y |