diff options
Diffstat (limited to 'board/psyent/pk1c20/Kconfig')
-rw-r--r-- | board/psyent/pk1c20/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/board/psyent/pk1c20/Kconfig b/board/psyent/pk1c20/Kconfig new file mode 100644 index 0000000..75f6cd1 --- /dev/null +++ b/board/psyent/pk1c20/Kconfig @@ -0,0 +1,15 @@ +if TARGET_PK1C20 + +config SYS_BOARD + string + default "pk1c20" + +config SYS_VENDOR + string + default "psyent" + +config SYS_CONFIG_NAME + string + default "PK1C20" + +endif |