diff options
Diffstat (limited to 'board/phytec/pcm058/Kconfig')
-rw-r--r-- | board/phytec/pcm058/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/board/phytec/pcm058/Kconfig b/board/phytec/pcm058/Kconfig new file mode 100644 index 0000000..d099275 --- /dev/null +++ b/board/phytec/pcm058/Kconfig @@ -0,0 +1,12 @@ +if TARGET_PCM058 + +config SYS_BOARD + default "pcm058" + +config SYS_VENDOR + default "phytec" + +config SYS_CONFIG_NAME + default "pcm058" + +endif |