mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 19:43:43 -04:00
* DWARF unwinder related
+ Force DWARF2 compliant .debug_frame (gcc 4.8 defaults to DWARF4
which kernel unwinder can't grok).
+ Discard the additional .eh_frame generated
+ Discard the dwarf4 debug info generated by -gdwarf-2 for normal
no debug case
* 4.8 already uses arc600 multilibs for -mno-mpy
* switch to using uclibc compiler (to get -mmedium-calls and -mno-sdata)
and also since buildroot can only use 1 toolchain
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
76 lines
2.0 KiB
Plaintext
76 lines
2.0 KiB
Plaintext
CONFIG_CROSS_COMPILE="arc-linux-uclibc-"
|
|
# CONFIG_LOCALVERSION_AUTO is not set
|
|
CONFIG_DEFAULT_HOSTNAME="ARCLinux"
|
|
# CONFIG_SWAP is not set
|
|
CONFIG_HIGH_RES_TIMERS=y
|
|
CONFIG_IKCONFIG=y
|
|
CONFIG_IKCONFIG_PROC=y
|
|
CONFIG_NAMESPACES=y
|
|
# CONFIG_UTS_NS is not set
|
|
# CONFIG_PID_NS is not set
|
|
CONFIG_BLK_DEV_INITRD=y
|
|
CONFIG_INITRAMFS_SOURCE="../arc_initramfs"
|
|
CONFIG_KALLSYMS_ALL=y
|
|
CONFIG_EMBEDDED=y
|
|
# CONFIG_SLUB_DEBUG is not set
|
|
# CONFIG_COMPAT_BRK is not set
|
|
CONFIG_KPROBES=y
|
|
CONFIG_MODULES=y
|
|
# CONFIG_LBDAF is not set
|
|
# CONFIG_BLK_DEV_BSG is not set
|
|
# CONFIG_IOSCHED_DEADLINE is not set
|
|
# CONFIG_IOSCHED_CFQ is not set
|
|
CONFIG_ARC_PLAT_FPGA_LEGACY=y
|
|
CONFIG_ARC_BOARD_ML509=y
|
|
# CONFIG_ARC_IDE is not set
|
|
# CONFIG_ARCTANGENT_EMAC is not set
|
|
# CONFIG_ARC_HAS_RTSC is not set
|
|
CONFIG_ARC_BUILTIN_DTB_NAME="nsimosci"
|
|
# CONFIG_COMPACTION is not set
|
|
# CONFIG_CROSS_MEMORY_ATTACH is not set
|
|
CONFIG_NET=y
|
|
CONFIG_PACKET=y
|
|
CONFIG_UNIX=y
|
|
CONFIG_UNIX_DIAG=y
|
|
CONFIG_NET_KEY=y
|
|
CONFIG_INET=y
|
|
# CONFIG_IPV6 is not set
|
|
# CONFIG_STANDALONE is not set
|
|
# CONFIG_PREVENT_FIRMWARE_BUILD is not set
|
|
# CONFIG_FIRMWARE_IN_KERNEL is not set
|
|
# CONFIG_BLK_DEV is not set
|
|
CONFIG_NETDEVICES=y
|
|
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
|
|
# CONFIG_MOUSE_PS2_ALPS is not set
|
|
# CONFIG_MOUSE_PS2_LOGIPS2PP is not set
|
|
# CONFIG_MOUSE_PS2_SYNAPTICS is not set
|
|
# CONFIG_MOUSE_PS2_TRACKPOINT is not set
|
|
CONFIG_MOUSE_PS2_TOUCHKIT=y
|
|
# CONFIG_SERIO_I8042 is not set
|
|
# CONFIG_SERIO_SERPORT is not set
|
|
CONFIG_SERIO_ARC_PS2=y
|
|
# CONFIG_LEGACY_PTYS is not set
|
|
# CONFIG_DEVKMEM is not set
|
|
CONFIG_SERIAL_8250=y
|
|
CONFIG_SERIAL_8250_CONSOLE=y
|
|
CONFIG_SERIAL_8250_DW=y
|
|
CONFIG_SERIAL_ARC=y
|
|
CONFIG_SERIAL_ARC_CONSOLE=y
|
|
# CONFIG_HW_RANDOM is not set
|
|
# CONFIG_HWMON is not set
|
|
CONFIG_FB=y
|
|
# CONFIG_VGA_CONSOLE is not set
|
|
CONFIG_FRAMEBUFFER_CONSOLE=y
|
|
CONFIG_LOGO=y
|
|
# CONFIG_HID is not set
|
|
# CONFIG_USB_SUPPORT is not set
|
|
# CONFIG_IOMMU_SUPPORT is not set
|
|
CONFIG_EXT2_FS=y
|
|
CONFIG_EXT2_FS_XATTR=y
|
|
CONFIG_TMPFS=y
|
|
# CONFIG_MISC_FILESYSTEMS is not set
|
|
CONFIG_NFS_FS=y
|
|
# CONFIG_ENABLE_WARN_DEPRECATED is not set
|
|
# CONFIG_ENABLE_MUST_CHECK is not set
|
|
CONFIG_XZ_DEC=y
|