]> git.sur5r.net Git - u-boot/blob - board/amlogic/p212/Kconfig
arm: add initial support for Amlogic P212 based on Meson GXL family
[u-boot] / board / amlogic / p212 / Kconfig
1 if TARGET_P212
2
3 config SYS_BOARD
4         default "p212"
5
6 config SYS_VENDOR
7         default "amlogic"
8
9 config SYS_CONFIG_NAME
10         default "p212"
11
12 endif