diff options
Diffstat (limited to 'board/dave/PPChameleonEVB/Kconfig')
-rw-r--r-- | board/dave/PPChameleonEVB/Kconfig | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/board/dave/PPChameleonEVB/Kconfig b/board/dave/PPChameleonEVB/Kconfig new file mode 100644 index 00000000000..3e956542391 --- /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 |