summaryrefslogtreecommitdiff
path: root/board/compulab/cl-som-am57x/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/compulab/cl-som-am57x/Kconfig')
-rw-r--r--board/compulab/cl-som-am57x/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/board/compulab/cl-som-am57x/Kconfig b/board/compulab/cl-som-am57x/Kconfig
new file mode 100644
index 0000000..85fc9a1
--- /dev/null
+++ b/board/compulab/cl-som-am57x/Kconfig
@@ -0,0 +1,12 @@
+if TARGET_CL_SOM_AM57X
+
+config SYS_BOARD
+ default "cl-som-am57x"
+
+config SYS_VENDOR
+ default "compulab"
+
+config SYS_CONFIG_NAME
+ default "cl-som-am57x"
+
+endif