kconfig: remove redundant "string" type in arch and board Kconfigs
[platform/kernel/u-boot.git] / board / xilinx / ppc405-generic / Kconfig
1 if TARGET_XILINX_PPC405_GENERIC
2
3 config SYS_BOARD
4         default "ppc405-generic"
5
6 config SYS_VENDOR
7         default "xilinx"
8
9 config SYS_CONFIG_NAME
10         default "xilinx-ppc405-generic"
11
12 endif