blob: 6a088a2702849dd978557cce6e47e8c03d4d05cd [file] [log] [blame]
Thomas Abraham6c15a2a2016-04-23 22:18:14 +05301if TARGET_ESPRESSO7420
2
Tom Rinie8e9c6f2021-11-09 08:51:00 -05003config EXYNOS7420
4 def_bool y
5
Thomas Abraham6c15a2a2016-04-23 22:18:14 +05306config SYS_BOARD
7 default "espresso7420"
8 help
9 Espresso7420 is a development/evaluation board for Exynos7420 SoC.
10 It includes multiple onboard compoments (EMMC/Codec) and various
11 interconnects (USB/HDMI).
12
13config SYS_VENDOR
14 default "samsung"
15
16config SYS_CONFIG_NAME
17 default "espresso7420"
18
19endif