diff options
| author | Igor Prusov <[email protected]> | 2023-05-05 15:56:39 +0300 |
|---|---|---|
| committer | Neil Armstrong <[email protected]> | 2023-06-28 10:05:34 +0200 |
| commit | 1f0d2e870dd36d42d5da4fea8dd347c60c0bd8d4 (patch) | |
| tree | e66241eca09f1fb6a3fcaec07704afa53d6620f9 /arch | |
| parent | 9402d2a55d647b67a773a448c2ec63d85129b675 (diff) | |
board: amlogic: add support for AD401 board
The AD401 board is the Amlogic A1 SoC reference board
Signed-off-by: Igor Prusov <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Neil Armstrong <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-meson/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig index 519ed563c05..669ca09a00a 100644 --- a/arch/arm/mach-meson/Kconfig +++ b/arch/arm/mach-meson/Kconfig @@ -75,6 +75,7 @@ config SYS_VENDOR config SYS_BOARD string "Board name" + default "ad401" if MESON_A1 default "p200" if MESON_GXBB default "p212" if MESON_GXL default "q200" if MESON_GXM |
