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