blob: f891a906959b1e526caa516ef4df4b0f153d1632 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
if TARGET_E850_96
config EXYNOS850
bool "Exynos850 SoC support"
default y
config SYS_BOARD
default "e850-96"
config SYS_VENDOR
default "samsung"
config SYS_CONFIG_NAME
default "e850-96"
endif
|