xref: /openbmc/u-boot/board/iomega/iconnect/Kconfig (revision f9f016ad)
1if TARGET_ICONNECT
2
3config SYS_BOARD
4	default "iconnect"
5
6config SYS_VENDOR
7	default "iomega"
8
9config SYS_CONFIG_NAME
10	default "iconnect"
11
12endif
13