summaryrefslogtreecommitdiff
path: root/board/samsung/e850-96/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/samsung/e850-96/Kconfig')
-rw-r--r--board/samsung/e850-96/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/board/samsung/e850-96/Kconfig b/board/samsung/e850-96/Kconfig
new file mode 100644
index 00000000000..f891a906959
--- /dev/null
+++ b/board/samsung/e850-96/Kconfig
@@ -0,0 +1,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