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