aboutsummaryrefslogtreecommitdiff
path: root/board/Marvell/pxa1928_helium/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/Marvell/pxa1928_helium/Kconfig')
-rw-r--r--board/Marvell/pxa1928_helium/Kconfig23
1 files changed, 23 insertions, 0 deletions
diff --git a/board/Marvell/pxa1928_helium/Kconfig b/board/Marvell/pxa1928_helium/Kconfig
new file mode 100644
index 0000000000..c55840a980
--- /dev/null
+++ b/board/Marvell/pxa1928_helium/Kconfig
@@ -0,0 +1,23 @@
+if TARGET_PXA1928HELIUM
+
+config SYS_CPU
+ string
+ default "armv8"
+
+config SYS_BOARD
+ string
+ default "pxa1928_helium"
+
+config SYS_VENDOR
+ string
+ default "Marvell"
+
+config SYS_SOC
+ string
+ default "pxa1928"
+
+config SYS_CONFIG_NAME
+ string
+ default "pxa1928_helium"
+
+endif