summaryrefslogtreecommitdiffstats
path: root/board/scb9328/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/scb9328/Kconfig')
-rw-r--r--board/scb9328/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/board/scb9328/Kconfig b/board/scb9328/Kconfig
new file mode 100644
index 0000000000..040d055bb6
--- /dev/null
+++ b/board/scb9328/Kconfig
@@ -0,0 +1,19 @@
+if TARGET_SCB9328
+
+config SYS_CPU
+ string
+ default "arm920t"
+
+config SYS_BOARD
+ string
+ default "scb9328"
+
+config SYS_SOC
+ string
+ default "imx"
+
+config SYS_CONFIG_NAME
+ string
+ default "scb9328"
+
+endif
OpenPOWER on IntegriCloud