qemu_sh4eb_r2d_defconfig 503 B

123456789101112131415161718192021
  1. # Architecture
  2. BR2_sh=y
  3. BR2_sh4eb=y
  4. # System
  5. BR2_TARGET_GENERIC_GETTY_PORT="ttySC1"
  6. # Filesystem
  7. BR2_TARGET_ROOTFS_EXT2=y
  8. # BR2_TARGET_ROOTFS_TAR is not set
  9. # Linux headers same as kernel, a 4.8 series
  10. BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_8=y
  11. # Linux kernel
  12. BR2_LINUX_KERNEL=y
  13. BR2_LINUX_KERNEL_CUSTOM_VERSION=y
  14. BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.8.1"
  15. BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
  16. BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/sh4eb-r2d/linux-4.8.config"
  17. BR2_LINUX_KERNEL_ZIMAGE=y