diff options
Diffstat (limited to 'board/eltec/elppc/Kconfig')
-rw-r--r-- | board/eltec/elppc/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/board/eltec/elppc/Kconfig b/board/eltec/elppc/Kconfig new file mode 100644 index 0000000000..55564dc960 --- /dev/null +++ b/board/eltec/elppc/Kconfig @@ -0,0 +1,15 @@ +if TARGET_ELPPC + +config SYS_BOARD + string + default "elppc" + +config SYS_VENDOR + string + default "eltec" + +config SYS_CONFIG_NAME + string + default "ELPPC" + +endif |