diff options
Diffstat (limited to 'board/ppcag/bg0900/Kconfig')
-rw-r--r-- | board/ppcag/bg0900/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/board/ppcag/bg0900/Kconfig b/board/ppcag/bg0900/Kconfig new file mode 100644 index 0000000000..e4fb601d14 --- /dev/null +++ b/board/ppcag/bg0900/Kconfig @@ -0,0 +1,23 @@ +if TARGET_BG0900 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "bg0900" + +config SYS_VENDOR + string + default "ppcag" + +config SYS_SOC + string + default "mxs" + +config SYS_CONFIG_NAME + string + default "bg0900" + +endif |