blob: f891a906959b1e526caa516ef4df4b0f153d1632 [file] [log] [blame]
Sam Protsenko29c80272024-01-10 21:09:08 -06001if TARGET_E850_96
2
3config EXYNOS850
4 bool "Exynos850 SoC support"
5 default y
6
7config SYS_BOARD
8 default "e850-96"
9
10config SYS_VENDOR
11 default "samsung"
12
13config SYS_CONFIG_NAME
14 default "e850-96"
15
16endif