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