OSDN Git Service

generic_x86: add more options so people can use in their targets
[android-x86/build.git] / target / board / generic_x86 / BoardConfig.mk
1 # In Eclair this file is included before definitions.mk.
2 # As a result, my-dir is not defined yet.
3 # We define our version here as a temporary fix.
4 define _mydir
5 $(dir $(lastword $(MAKEFILE_LIST)))
6 endef
7
8 TARGET_DISK_LAYOUT_CONFIG := $(call _mydir)disk_layout.conf
9
10 TARGET_CPU_ABI := x86
11
12 TARGET_COMPRESS_MODULE_SYMBOLS := false
13 TARGET_PRELINK_MODULE := false
14
15 TARGET_USERIMAGES_USE_EXT2 := true
16 TARGET_BOOTIMAGE_USE_EXT2 := true
17 TARGET_USE_DISKINSTALLER := false
18
19 # Set /system/bin/sh to mksh
20 TARGET_SHELL := mksh
21
22 BOARD_BOOTIMAGE_MAX_SIZE := 8388608
23 BOARD_SYSLOADER_MAX_SIZE := 7340032
24 BOARD_FLASH_BLOCK_SIZE := 512
25
26 # the following variables could be overridden
27 TARGET_NO_BOOTLOADER ?= true
28 TARGET_NO_RECOVERY ?= true
29 TARGET_HARDWARE_3D ?= false
30 TARGET_PROVIDES_INIT_RC ?= true
31 TARGET_HAS_THIRD_PARTY_APPS ?= false
32
33 USE_CUSTOM_RUNTIME_HEAP_MAX ?= "128M"
34
35 BOARD_USES_GENERIC_AUDIO ?= false
36 BOARD_USES_ALSA_AUDIO ?= true
37 BUILD_WITH_ALSA_UTILS ?= true
38 BOARD_HAVE_BLUETOOTH ?= true
39 # Set to true if you have touch screen
40 BOARD_USES_TSLIB ?= false
41 # Remove the comment if you are using i915 driver
42 #BOARD_USES_I915 := true
43 # This enables the wpa wireless driver
44 #BOARD_WPA_SUPPLICANT_DRIVER := AWEXT
45
46 BOARD_KERNEL_CMDLINE ?= root=/dev/ram0 androidboot_hardware=$(TARGET_PRODUCT) acpi_sleep=s3_bios,s3_mode