summaryrefslogtreecommitdiff
path: root/target/xtensa/defconfig
blob: 0eee5c0f574f1e4ecaca8680d5c2aa0212e375c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# Default buildroot configuration for running Linux on an Xtensa processor
# on an LX60 board.

#
# Project Options
#
BR2_BANNER="Welcome to your custom Xtensa processor based uClibc environment."
BR2_HAVE_DOT_CONFIG=y
BR2_xtensa=y
BR2_xtensa_dc232b=y
BR2_xtensa_core_name="dc232b"
BR2_ARCH="xtensa"

#
# Build options
#
BR2_WGET="wget --passive-ftp"
# BR2_STRIP_strip is not set
# BR2_STRIP_none=y

## Added by Maxim

#
# Kernel Header Options
#
BR2_KERNEL_none=y
BR2_KERNEL_HEADERS_2_6_22_1=y
BR2_DEFAULT_KERNEL_HEADERS="2.6.22.1"

#
# uClibc Options
#
BR2_UCLIBC_VERSION_0_9_30=y
# BR2_UCLIBC_VERSION_SNAPSHOT is not set
BR2_UCLIBC_CONFIG="target/xtensa/uClibc-0.9.30.config"
BR2_PTHREADS_OLD=y
# BR2_PTHREADS_NATIVE is not set
BR2_PTHREAD_DEBUG=y

#
# Binutils Options
#
BR2_BINUTILS_VERSION_2_19=y
BR2_BINUTILS_VERSION="2.19"
BR2_EXTRA_BINUTILS_CONFIG_OPTIONS=""

#
# Gcc Options
#
BR2_GCC_VERSION_4_3_2=y
# BR2_GCC_IS_SNAP is not set
BR2_GCC_VERSION="4.3.2"
BR2_TOOLCHAIN_SYSROOT=y
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
BR2_GCC_CROSS_CXX=y
BR2_INSTALL_LIBSTDCPP=y
BR2_GCC_SHARED_LIBGCC=y

#
# Gdb Options
#
BR2_PACKAGE_GDB=y
BR2_PACKAGE_GDB_SERVER=y
BR2_PACKAGE_GDB_HOST=y
# BR2_GDB_VERSION_6_2_1 is not set
# BR2_GDB_VERSION_6_3 is not set
# BR2_GDB_VERSION_6_4 is not set
# BR2_GDB_VERSION_6_5 is not set
# BR2_GDB_VERSION_6_6 is not set
# BR2_GDB_VERSION_6_7_1 is not set
BR2_GDB_VERSION_6_8=y
# BR2_GDB_VERSION_SNAPSHOT is not set
BR2_GDB_VERSION="6.8"

#
# Common Toolchain Options
#
# BR2_PACKAGE_SSTRIP_TARGET is not set
# BR2_PACKAGE_SSTRIP_HOST is not set
BR2_LARGEFILE=y
BR2_INET_RPC=y
BR2_TARGET_OPTIMIZATION="-Os -pipe"


## Added by Maxim
BR2_TOOLCHAIN_BUILDROOT=y


# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set

#
# Other development stuff
#
# BR2_PACKAGE_LIBINTL is not set
#  For NFS mount:
BR2_PACKAGE_PORTMAP=y

#
# Other stuff
#

#
# filesystem for target device
#
BR2_ROOTFS_DEVICE_TABLE="target/device/xtensa/device_table.txt"
BR2_TARGET_ROOTFS_CPIO=y
BR2_TARGET_ROOTFS_CPIO_GZIP=y
BR2_TARGET_ROOTFS_INITRAMFS=y

#
# Linux Options
#
# BR2_PACKAGE_LINUX is not set

#
# Board Support Options
#
BR2_TARGET_XTENSA=y

#
# Tensilica Xtensa/Diamond based Device Support
#
BR2_TARGET_XTENSA_XTAV60=y

#
# Compressors / decompressors
#

BR2_PACKAGE_ZLIB=y