menuconfig U_BOOT_V2 prompt "U-Boot V2 " bool config U_BOOT_V2_VERSION prompt "u-boot-v2 version" depends on U_BOOT_V2 string default "2.0.0" config U_BOOT_V2_CONFIG prompt "config file" depends on U_BOOT_V2 string default "u-boot-v2.config" help this entry specifies the .config file used to compile your U-Boot config U_BOOT_V2_ARCH_STRING depends on U_BOOT_V2 string default "arm" if ARCH_ARM default "blackfin" if ARCH_BLACKFIN default "ppc" if ARCH_PPC