summaryrefslogtreecommitdiffstats
path: root/board/dave/PPChameleonEVB/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/dave/PPChameleonEVB/Kconfig')
-rw-r--r--board/dave/PPChameleonEVB/Kconfig31
1 files changed, 31 insertions, 0 deletions
diff --git a/board/dave/PPChameleonEVB/Kconfig b/board/dave/PPChameleonEVB/Kconfig
new file mode 100644
index 0000000000..3e95654239
--- /dev/null
+++ b/board/dave/PPChameleonEVB/Kconfig
@@ -0,0 +1,31 @@
+if TARGET_CATCENTER
+
+config SYS_BOARD
+ string
+ default "PPChameleonEVB"
+
+config SYS_VENDOR
+ string
+ default "dave"
+
+config SYS_CONFIG_NAME
+ string
+ default "CATcenter"
+
+endif
+
+if TARGET_PPCHAMELEONEVB
+
+config SYS_BOARD
+ string
+ default "PPChameleonEVB"
+
+config SYS_VENDOR
+ string
+ default "dave"
+
+config SYS_CONFIG_NAME
+ string
+ default "PPChameleonEVB"
+
+endif
OpenPOWER on IntegriCloud