diff options
Diffstat (limited to 'board/dbau1x00/Kconfig')
-rw-r--r-- | board/dbau1x00/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/board/dbau1x00/Kconfig b/board/dbau1x00/Kconfig new file mode 100644 index 0000000..5fca62d --- /dev/null +++ b/board/dbau1x00/Kconfig @@ -0,0 +1,19 @@ +if TARGET_DBAU1X00 + +config SYS_CPU + string + default "mips32" + +config SYS_BOARD + string + default "dbau1x00" + +config SYS_SOC + string + default "au1x00" + +config SYS_CONFIG_NAME + string + default "dbau1x00" + +endif |