]>
Commit | Line | Data |
---|---|---|
f66d4b05 PR |
1 | # Architecture |
2 | BR2_sh=y | |
3 | BR2_sh4=y | |
4 | ||
1836d233 GZ |
5 | # system |
6 | BR2_TARGET_GENERIC_GETTY=y | |
40fcbc35 | 7 | BR2_TARGET_GENERIC_GETTY_PORT="ttySC1" |
1836d233 | 8 | |
319815a5 PK |
9 | # filesystem |
10 | BR2_TARGET_ROOTFS_EXT2=y | |
f12b1771 | 11 | # BR2_TARGET_ROOTFS_TAR is not set |
319815a5 | 12 | |
f66d4b05 PR |
13 | # The kernel wants to use the -m4-nofpu option to make sure that it |
14 | # doesn't use floating point operations. | |
15 | BR2_GCC_VERSION_4_5_X=y | |
16 | BR2_EXTRA_GCC_CONFIG_OPTIONS="--with-multilib-list=m4,m4-nofpu" | |
17 | ||
18 | # Linux kernel | |
19 | BR2_LINUX_KERNEL=y | |
20 | BR2_LINUX_KERNEL_CUSTOM_VERSION=y | |
1836d233 | 21 | BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.1" |
f66d4b05 | 22 | BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y |
1836d233 | 23 | BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/sh4-r2d/linux-3.1.config" |
f66d4b05 | 24 | BR2_LINUX_KERNEL_ZIMAGE=y |