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