diff options
Diffstat (limited to 'src/mainboard/adlink/Kconfig')
-rw-r--r-- | src/mainboard/adlink/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mainboard/adlink/Kconfig b/src/mainboard/adlink/Kconfig new file mode 100644 index 0000000000..f71d6a98e4 --- /dev/null +++ b/src/mainboard/adlink/Kconfig @@ -0,0 +1,10 @@ +if VENDOR_ADLINK + +comment "see under vendor LiPPERT" +# any further boards will then be ADLINK + +config MAINBOARD_VENDOR + string + default "ADLINK" + +endif # VENDOR_ADLINK |