diff options
Diffstat (limited to 'board/icpdas/lp8x4x/Kconfig')
-rw-r--r-- | board/icpdas/lp8x4x/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/board/icpdas/lp8x4x/Kconfig b/board/icpdas/lp8x4x/Kconfig new file mode 100644 index 0000000..6d58984 --- /dev/null +++ b/board/icpdas/lp8x4x/Kconfig @@ -0,0 +1,19 @@ +if TARGET_LP8X4X + +config SYS_CPU + string + default "pxa" + +config SYS_BOARD + string + default "lp8x4x" + +config SYS_VENDOR + string + default "icpdas" + +config SYS_CONFIG_NAME + string + default "lp8x4x" + +endif |