kconfig infra: add support for defconfig files
[buildroot-gz.git] / configs / qemu_sh4_r2d_defconfig
blobfce1c4bcd6b0a0b41c9c91593a561811fba2f06f
1 # Architecture
2 BR2_sh=y
3 BR2_sh4=y
5 # system
6 BR2_TARGET_GENERIC_GETTY=y
7 BR2_TARGET_GENERIC_GETTY_PORT="ttySC1"
9 # filesystem
10 BR2_TARGET_ROOTFS_EXT2=y
11 # BR2_TARGET_ROOTFS_TAR is not set
13 # The kernel wants to use the -m4-nofpu option to make sure that it
14 # doesn't use floating point operations.
15 BR2_EXTRA_GCC_CONFIG_OPTIONS="--with-multilib-list=m4,m4-nofpu"
17 # Lock to 3.18 headers to avoid breaking with newer kernels
18 BR2_KERNEL_HEADERS_VERSION=y
19 BR2_DEFAULT_KERNEL_VERSION="3.18.4"
20 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y
22 # Linux kernel
23 BR2_LINUX_KERNEL=y
24 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
25 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.18.4"
26 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
27 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/sh4-r2d/linux-3.18.config"
28 BR2_LINUX_KERNEL_ZIMAGE=y