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