]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - board/sandburst/metrobox/Kconfig
kconfig: fix another bug of "make savedefconfig"
[karo-tx-uboot.git] / board / sandburst / metrobox / Kconfig
1 if TARGET_METROBOX
2
3 config SYS_BOARD
4         default "metrobox"
5
6 config SYS_VENDOR
7         default "sandburst"
8
9 config SYS_CONFIG_NAME
10         default "METROBOX"
11
12 endif