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