diff options
Diffstat (limited to 'board/phytec/pcm030/Kconfig')
-rw-r--r-- | board/phytec/pcm030/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/board/phytec/pcm030/Kconfig b/board/phytec/pcm030/Kconfig new file mode 100644 index 00000000000..6eea7e8ea51 --- /dev/null +++ b/board/phytec/pcm030/Kconfig @@ -0,0 +1,15 @@ +if TARGET_PCM030 + +config SYS_BOARD + string + default "pcm030" + +config SYS_VENDOR + string + default "phytec" + +config SYS_CONFIG_NAME + string + default "pcm030" + +endif |