Advertisement
JetForMe

Untitled

Nov 7th, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.62 KB | None | 0 0
  1. EclipseSSD:vexpress rmann$ make
  2. /Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/targets/vexpress/tmp
  3. ---------------------------------------------------------------------
  4. Finished state prep
  5. ---------------------------------------------------------------------
  6. ---------------------------------------------------------------------
  7. Finished state arm-cc
  8. ---------------------------------------------------------------------
  9. ---------------------------------------------------------------------
  10. Cloning kernel...
  11. ---------------------------------------------------------------------
  12. ---------------------------------------------------------------------
  13. Checking out kernel branch...
  14. ---------------------------------------------------------------------
  15. [ -d /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/targets/vexpress/src/linux/.git ] || (rm -rf /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/targets/vexpress/src/linux && git clone --reference /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/arch/all/kernel.git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git -b master /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/targets/vexpress/src/linux )
  16. Cloning into '/Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/targets/vexpress/src/linux'...
  17. remote: Counting objects: 2035, done.
  18. remote: Compressing objects: 100% (296/296), done.
  19. remote: Total 1583 (delta 1302), reused 1562 (delta 1284)
  20. Receiving objects: 100% (1583/1583), 263.90 KiB, done.
  21. Resolving deltas: 100% (1302/1302), completed with 342 local objects.
  22. Checking out files: 100% (44616/44616), done.
  23. ---------------------------------------------------------------------
  24. Finished state kernel-fetch
  25. ---------------------------------------------------------------------
  26. ---------------------------------------------------------------------
  27. Setting up quilt rc file...
  28. ---------------------------------------------------------------------
  29. ---------------------------------------------------------------------
  30. Ignore symbolic linked quilt patches for kernel...
  31. ---------------------------------------------------------------------
  32. ---------------------------------------------------------------------
  33. Removing broken symbolic linked quilt patches for kernel...
  34. ---------------------------------------------------------------------
  35. xargs: illegal option -- -
  36. usage: xargs [-0opt] [-E eofstr] [-I replstr [-R replacements]] [-J replstr]
  37. [-L number] [-n number [-x]] [-P maxprocs] [-s size]
  38. [utility [argument ...]]
  39. make[2]: *** [kernel-quilt-clean-broken-symlinks] Error 1
  40. ---------------------------------------------------------------------
  41. Building quilt series file for kernel...
  42. ---------------------------------------------------------------------
  43. ---------------------------------------------------------------------
  44. Quilted kernel...
  45. ---------------------------------------------------------------------
  46. ---------------------------------------------------------------------
  47. Finished state kernel-quilt
  48. ---------------------------------------------------------------------
  49. ---------------------------------------------------------------------
  50. Patching kernel...
  51. ---------------------------------------------------------------------
  52. /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/targets/vexpress/patches
  53. [ "`stat -c "%N" /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/targets/vexpress/src/linux/patches`" = "'/Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/targets/vexpress/src/linux/patches' -> '/Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/targets/vexpress/patches'" ] || (rm -f /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/targets/vexpress/src/linux/patches; ln -sf /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/targets/vexpress/patches /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/targets/vexpress/src/linux/patches)
  54. stat: illegal option -- c
  55. usage: stat [-FlLnqrsx] [-f format] [-t timefmt] [file ...]
  56. ---------------------------------------------------------------------
  57. Applying patches to /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/targets/vexpress/src/linux
  58. ---------------------------------------------------------------------
  59. /bin/sh: quilt: command not found
  60. ---------------------------------------------------------------------
  61. Finished state kernel-patch
  62. ---------------------------------------------------------------------
  63. This build system doesn't know how check for dependencies on this platform
  64. ---------------------------------------------------------------------
  65. Checking build dependencies
  66. ---------------------------------------------------------------------
  67. All build dependencies were found
  68. ---------------------------------------------------------------------
  69. Configuring kernel...
  70. ---------------------------------------------------------------------
  71. if [ -n "/Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/toolchain/clang/src/clang" ] ; then \
  72. (cd /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/toolchain/clang/src/clang ; xx=$(git log -1 --oneline | cut -d" " -f1) ; sed -i -e "s#-llvmlinux#-llvmlinux-C.$xx#g" /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/targets/vexpress/src/linux/.config) ; \
  73. fi
  74. if [ -n "/Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/toolchain/clang/src/llvm" ] ; then \
  75. (cd /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/toolchain/clang/src/llvm ; xx=$(git log -1 --oneline | cut -d" " -f1) ; sed -i -e "s#-llvmlinux#-llvmlinux-L.$xx#g" /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/targets/vexpress/src/linux/.config) ; \
  76. fi
  77. (cd /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/targets/vexpress/src/linux && echo "" | make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- oldconfig)
  78. HOSTCC scripts/basic/fixdep
  79. HOSTCC scripts/kconfig/conf.o
  80. scripts/kconfig/conf.c:77:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  81. printf(_("aborted!\n\n"));
  82. ^~~~~~~~~~~~~~~~~
  83. scripts/kconfig/lkc.h:36:17: note: expanded from macro '_'
  84. #define _(text) gettext(text)
  85. ^~~~~~~~~~~~~
  86. scripts/kconfig/conf.c:78:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  87. printf(_("Console input/output is redirected. "));
  88. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  89. scripts/kconfig/lkc.h:36:17: note: expanded from macro '_'
  90. #define _(text) gettext(text)
  91. ^~~~~~~~~~~~~
  92. scripts/kconfig/conf.c:79:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  93. printf(_("Run 'make oldconfig' to update configuration.\n\n"));
  94. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  95. scripts/kconfig/lkc.h:36:17: note: expanded from macro '_'
  96. #define _(text) gettext(text)
  97. ^~~~~~~~~~~~~
  98. scripts/kconfig/conf.c:89:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  99. printf(_("(NEW) "));
  100. ^~~~~~~~~~~
  101. scripts/kconfig/lkc.h:36:17: note: expanded from macro '_'
  102. #define _(text) gettext(text)
  103. ^~~~~~~~~~~~~
  104. scripts/kconfig/conf.c:290:12: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  105. printf(_(" (NEW)"));
  106. ^~~~~~~~~~~
  107. scripts/kconfig/lkc.h:36:17: note: expanded from macro '_'
  108. #define _(text) gettext(text)
  109. ^~~~~~~~~~~~~
  110. scripts/kconfig/conf.c:438:13: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  111. printf(_("*\n* Restart config...\n*\n"));
  112. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  113. scripts/kconfig/lkc.h:36:17: note: expanded from macro '_'
  114. #define _(text) gettext(text)
  115. ^~~~~~~~~~~~~
  116. scripts/kconfig/conf.c:636:6: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  117. _("\n*** The configuration requires explicit update.\n\n"));
  118. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  119. scripts/kconfig/lkc.h:36:17: note: expanded from macro '_'
  120. #define _(text) gettext(text)
  121. ^~~~~~~~~~~~~
  122. scripts/kconfig/conf.c:689:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  123. fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n"));
  124. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  125. scripts/kconfig/lkc.h:36:17: note: expanded from macro '_'
  126. #define _(text) gettext(text)
  127. ^~~~~~~~~~~~~
  128. scripts/kconfig/conf.c:693:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  129. fprintf(stderr, _("\n*** Error during update of the configuration.\n\n"));
  130. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  131. scripts/kconfig/lkc.h:36:17: note: expanded from macro '_'
  132. #define _(text) gettext(text)
  133. ^~~~~~~~~~~~~
  134. scripts/kconfig/conf.c:704:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  135. fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n"));
  136. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  137. scripts/kconfig/lkc.h:36:17: note: expanded from macro '_'
  138. #define _(text) gettext(text)
  139. ^~~~~~~~~~~~~
  140. 10 warnings generated.
  141. SHIPPED scripts/kconfig/zconf.tab.c
  142. SHIPPED scripts/kconfig/zconf.lex.c
  143. SHIPPED scripts/kconfig/zconf.hash.c
  144. HOSTCC scripts/kconfig/zconf.tab.o
  145. HOSTLD scripts/kconfig/conf
  146. scripts/kconfig/conf --oldconfig Kconfig
  147. *
  148. * Restart config...
  149. *
  150. *
  151. * Enable the block layer
  152. *
  153. Enable the block layer (BLOCK) [Y/?] y
  154. Support for large (2TB+) block devices and files (LBDAF) [Y/n/?] y
  155. Block layer SG support v4 (BLK_DEV_BSG) [N/y/?] n
  156. Block layer SG support v4 helper lib (BLK_DEV_BSGLIB) [N/y/?] n
  157. Block layer data integrity support (BLK_DEV_INTEGRITY) [N/y/?] n
  158. Block device command line partition parser (BLK_CMDLINE_PARSER) [N/y/?] (NEW)
  159. *
  160. * Partition Types
  161. *
  162. Advanced partition selection (PARTITION_ADVANCED) [N/y/?] n
  163. *
  164. * IO Schedulers
  165. *
  166. Deadline I/O scheduler (IOSCHED_DEADLINE) [N/m/y/?] n
  167. CFQ I/O scheduler (IOSCHED_CFQ) [N/m/y/?] n
  168. Default I/O scheduler
  169. > 1. No-op (DEFAULT_NOOP)
  170. choice[1]: 1
  171. *
  172. * System Type
  173. *
  174. MMU-based Paged Memory Management Support (MMU) [Y/n/?] y
  175. ARM system type
  176. > 1. Allow multiple platforms to be selected (ARCH_MULTIPLATFORM)
  177. 2. ARM Ltd. Integrator family (ARCH_INTEGRATOR)
  178. 3. ARM Ltd. RealView family (ARCH_REALVIEW)
  179. 4. ARM Ltd. Versatile family (ARCH_VERSATILE)
  180. 5. Atmel AT91 (ARCH_AT91)
  181. 6. Cirrus Logic CLPS711x/EP721x/EP731x-based (ARCH_CLPS711X)
  182. 7. Cortina Systems Gemini (ARCH_GEMINI)
  183. 8. EBSA-110 (ARCH_EBSA110)
  184. 9. EP93xx-based (ARCH_EP93XX)
  185. 10. FootBridge (ARCH_FOOTBRIDGE)
  186. 11. Hilscher NetX based (ARCH_NETX)
  187. 12. IOP13xx-based (ARCH_IOP13XX)
  188. 13. IOP32x-based (ARCH_IOP32X)
  189. 14. IOP33x-based (ARCH_IOP33X)
  190. 15. IXP4xx-based (ARCH_IXP4XX)
  191. 16. Marvell Dove (ARCH_DOVE)
  192. 17. Marvell Kirkwood (ARCH_KIRKWOOD)
  193. 18. Marvell MV78xx0 (ARCH_MV78XX0)
  194. 19. Marvell Orion (ARCH_ORION5X)
  195. 20. Marvell PXA168/910/MMP2 (ARCH_MMP)
  196. 21. Micrel/Kendin KS8695 (ARCH_KS8695)
  197. 22. Nuvoton W90X900 CPU (ARCH_W90X900)
  198. 23. NXP LPC32XX (ARCH_LPC32XX)
  199. 24. PXA2xx/PXA3xx-based (ARCH_PXA)
  200. 25. Qualcomm MSM (ARCH_MSM)
  201. 26. Renesas SH-Mobile / R-Mobile (ARCH_SHMOBILE)
  202. 27. RiscPC (ARCH_RPC)
  203. 28. SA1100-based (ARCH_SA1100)
  204. 29. Samsung S3C24XX SoCs (ARCH_S3C24XX)
  205. 30. Samsung S3C64XX (ARCH_S3C64XX)
  206. 31. Samsung S5P6440 S5P6450 (ARCH_S5P64X0)
  207. 32. Samsung S5PC100 (ARCH_S5PC100)
  208. 33. Samsung S5PV210/S5PC110 (ARCH_S5PV210)
  209. 34. Samsung EXYNOS (ARCH_EXYNOS)
  210. 35. Shark (ARCH_SHARK)
  211. 36. TI DaVinci (ARCH_DAVINCI)
  212. 37. TI OMAP1 (ARCH_OMAP1)
  213. choice[1-37]: 1
  214. *
  215. * Multiple platform selection
  216. *
  217. *
  218. * CPU Core family selection
  219. *
  220. ARMv6 based platforms (ARM11) (ARCH_MULTI_V6) [N/y] n
  221. ARMv7 based platforms (Cortex-A, PJ4, Scorpion, Krait) (ARCH_MULTI_V7) [Y/n] y
  222. Marvell SOCs with Device Tree support (ARCH_MVEBU) [N/y] n
  223. Broadcom SoC (ARCH_BCM) [N/y/?] n
  224. Calxeda ECX-1000/2000 (Highbank/Midway) (ARCH_HIGHBANK) [N/y] n
  225. Texas Instruments Keystone Devices (ARCH_KEYSTONE) [N/y/?] n
  226. Freescale i.MX family (ARCH_MXC) [N/y/?] n
  227. TI OMAP3 (ARCH_OMAP3) [N/y] n
  228. TI OMAP4 (ARCH_OMAP4) [N/y] n
  229. TI OMAP5 (SOC_OMAP5) [N/y] n
  230. TI AM33XX (SOC_AM33XX) [N/y] n
  231. TI AM43x (SOC_AM43XX) [N/y] n
  232. Rockchip RK2928 and RK3xxx SOCs (ARCH_ROCKCHIP) [N/y/?] n
  233. Altera SOCFPGA family (ARCH_SOCFPGA) [N/y] n
  234. *
  235. * ST SPEAr Family
  236. *
  237. ST SPEAr Family (PLAT_SPEAR) [N/y] n
  238. *
  239. * STMicroelectronics Consumer Electronics SOCs with Device Trees
  240. *
  241. STMicroelectronics Consumer Electronics SOCs with Device Trees (ARCH_STI) [N/y/?] n
  242. SH-Mobile Series (ARCH_SHMOBILE_MULTI) [N/y] (NEW)
  243. Error in reading or end of file.
  244.  
  245. Allwinner A1X SOCs (ARCH_SUNXI) [N/y] n
  246. CSR SiRF (ARCH_SIRF) [N/y/?] n
  247. NVIDIA Tegra (ARCH_TEGRA) [N/y/?] n
  248. ST-Ericsson U8500 Series (ARCH_U8500) [N/y/?] n
  249. ARM Ltd. Versatile Express family (ARCH_VEXPRESS) [Y/n/?] y
  250. *
  251. * Versatile Express platform type
  252. *
  253. Enable A5 and A9 only errata work-arounds (ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA) [Y/n/?] y
  254. Versatile Express Cortex-A9x4 tile (ARCH_VEXPRESS_CA9X4) [Y/n] y
  255. Dummy Virtual Machine (ARCH_VIRT) [N/y] n
  256. WonderMedia WM8850 (ARCH_WM8850) [N/y/?] n
  257. Xilinx Zynq ARM Cortex A9 Platform (ARCH_ZYNQ) [N/y/?] n
  258. *
  259. * Processor Type
  260. *
  261. *
  262. * Processor Features
  263. *
  264. Support for the Large Physical Address Extension (ARM_LPAE) [N/y/?] n
  265. Support Thumb user binaries (ARM_THUMB) [Y/n/?] y
  266. Enable ThumbEE CPU extension (ARM_THUMBEE) [N/y/?] n
  267. Emulate SWP/SWPB instructions (SWP_EMULATE) [N/y/?] n
  268. Disable I-Cache (I-bit) (CPU_ICACHE_DISABLE) [N/y/?] n
  269. Disable D-Cache (C-bit) (CPU_DCACHE_DISABLE) [N/y/?] n
  270. Disable branch prediction (CPU_BPREDICT_DISABLE) [N/y/?] n
  271. Enable kuser helpers in vector page (KUSER_HELPERS) [Y/n/?] y
  272. Enable the L2x0 outer cache controller (CACHE_L2X0) [Y/n/?] y
  273. ARM errata: Stale prediction on replaced interworking branch (ARM_ERRATA_430973) [N/y/?] n
  274. PL310 errata: Clean & Invalidate maintenance operations do not invalidate clean lines (PL310_ERRATA_588369) [N/y/?] n
  275. ARM errata: LoUIS bit field in CLIDR register is incorrect (ARM_ERRATA_643719) [N/y/?] n
  276. ARM errata: TLBIASIDIS and TLBIMVAIS operations can broadcast a faulty ASID (ARM_ERRATA_720789) [Y/?] y
  277. PL310 errata: Background Clean & Invalidate by Way operation can cause data corruption (PL310_ERRATA_727915) [N/y/?] n
  278. PL310 errata: cache sync operation may be faulty (PL310_ERRATA_753970) [Y/?] y
  279. ARM errata: possible faulty MMU translations following an ASID switch (ARM_ERRATA_754322) [N/y/?] n
  280. ARM errata: no automatic Store Buffer drain (ARM_ERRATA_754327) [N/y/?] n
  281. ARM errata: Data cache line maintenance operation by MVA may not succeed (ARM_ERRATA_764369) [N/y/?] n
  282. PL310 errata: no automatic Store Buffer drain (PL310_ERRATA_769419) [N/y/?] n
  283. ARM errata: A data cache maintenance operation which aborts, might lead to deadlock (ARM_ERRATA_775420) [N/y/?] n
  284. ARM errata: TLBI/DSB failure on Cortex-A15 (ARM_ERRATA_798181) [N/y/?] n
  285. ARM errata: incorrect instructions may be executed from loop buffer (ARM_ERRATA_773022) [N/y/?] (NEW)
  286. Error in reading or end of file.
  287.  
  288. *
  289. * Kernel Features
  290. *
  291. Symmetric Multi-Processing (SMP) [Y/n/?] y
  292. Allow booting SMP kernel on uniprocessor systems (EXPERIMENTAL) (SMP_ON_UP) [Y/n/?] y
  293. Support cpu topology definition (ARM_CPU_TOPOLOGY) [Y/n/?] y
  294. Multi-core scheduler support (SCHED_MC) [N/y/?] n
  295. SMT scheduler support (SCHED_SMT) [N/y/?] n
  296. Architected timer support (HAVE_ARM_ARCH_TIMER) [N/y/?] n
  297. Multi-Cluster Power Management (MCPM) [N/y/?] n
  298. Memory split
  299. 1. 3G/1G user/kernel split (VMSPLIT_3G)
  300. > 2. 2G/2G user/kernel split (VMSPLIT_2G)
  301. 3. 1G/3G user/kernel split (VMSPLIT_1G)
  302. choice[1-3?]: 2
  303. Maximum number of CPUs (2-32) (NR_CPUS) [4] 4
  304. Support for hot-pluggable CPUs (HOTPLUG_CPU) [Y/?] y
  305. Support for the ARM Power State Coordination Interface (PSCI) (ARM_PSCI) [N/y/?] n
  306. Preemption Model
  307. > 1. No Forced Preemption (Server) (PREEMPT_NONE)
  308. 2. Voluntary Kernel Preemption (Desktop) (PREEMPT_VOLUNTARY)
  309. 3. Preemptible Kernel (Low-Latency Desktop) (PREEMPT)
  310. choice[1-3]: 1
  311. Timer frequency
  312. > 1. 100 Hz (HZ_100) (NEW)
  313. 2. 200 Hz (HZ_200) (NEW)
  314. 3. 250 Hz (HZ_250) (NEW)
  315. 4. 300 Hz (HZ_300) (NEW)
  316. 5. 500 Hz (HZ_500) (NEW)
  317. 6. 1000 Hz (HZ_1000) (NEW)
  318. choice[1-6]:
  319. Error in reading or end of file.
  320. Compile the kernel in Thumb-2 mode (THUMB2_KERNEL) [N/y/?] n
  321. Use the ARM EABI to compile the kernel (AEABI) [Y/n/?] y
  322. Allow old ABI binaries to run with this kernel (EXPERIMENTAL) (OABI_COMPAT) [N/y/?] n
  323. High Memory Support (HIGHMEM) [N/y/?] n
  324. Enable hardware performance counter support for perf events (HW_PERF_EVENTS) [Y/n/?] y
  325. Allow for memory compaction (COMPACTION) [Y/n/?] y
  326. Page migration (MIGRATION) [Y/?] y
  327. Enable KSM for page merging (KSM) [N/y/?] n
  328. Low address space to protect from user allocation (DEFAULT_MMAP_MIN_ADDR) [4096] 4096
  329. Cross Memory Support (CROSS_MEMORY_ATTACH) [Y/n/?] y
  330. Enable cleancache driver to cache clean pages if tmem is present (CLEANCACHE) [N/y/?] n
  331. Enable frontswap to cache swap pages if tmem is present (FRONTSWAP) [N/y/?] n
  332. Contiguous Memory Allocator (CMA) [N/y/?] n
  333. Use kernel mem{cpy,set}() for {copy_to,clear}_user() (UACCESS_WITH_MEMCPY) [N/y/?] n
  334. Enable seccomp to safely compute untrusted bytecode (SECCOMP) [N/y/?] n
  335. Enable -fstack-protector buffer overflow detection (EXPERIMENTAL) (CC_STACKPROTECTOR) [N/y/?] n
  336. Xen guest support on ARM (EXPERIMENTAL) (XEN) [N/y/?] n
  337. *
  338. * Floating point emulation
  339. *
  340. *
  341. * At least one emulation must be selected
  342. *
  343. VFP-format floating point maths (VFP) [Y/n/?] y
  344. Advanced SIMD (NEON) Extension support (NEON) [Y/n/?] y
  345. Support for NEON in kernel mode (KERNEL_MODE_NEON) [N/y/?] (NEW)
  346. Error in reading or end of file.
  347.  
  348. *
  349. * Serial drivers
  350. *
  351. 8250/16550 and compatible serial support (SERIAL_8250) [N/m/y/?] n
  352. *
  353. * Non-8250 serial port support
  354. *
  355. ARM AMBA PL010 serial port support (SERIAL_AMBA_PL010) [N/m/y/?] n
  356. ARM AMBA PL011 serial port support (SERIAL_AMBA_PL011) [Y/n/m/?] y
  357. Support for console on AMBA serial port (SERIAL_AMBA_PL011_CONSOLE) [Y/n/?] y
  358. SuperH SCI(F) serial port support (SERIAL_SH_SCI) [N/m/y] (NEW)
  359. Error in reading or end of file.
  360.  
  361. SCCNXP serial port support (SERIAL_SCCNXP) [N/m/y/?] n
  362. Support for timberdale UART (SERIAL_TIMBERDALE) [N/m/y/?] n
  363. Altera JTAG UART support (SERIAL_ALTERA_JTAGUART) [N/m/y/?] n
  364. Altera UART support (SERIAL_ALTERA_UART) [N/m/y/?] n
  365. Xilinx PS UART support (SERIAL_XILINX_PS_UART) [N/m/y/?] n
  366. ARC UART driver support (SERIAL_ARC) [N/m/y/?] n
  367. Freescale lpuart serial port support (SERIAL_FSL_LPUART) [N/m/y/?] n
  368. ST ASC serial port support (SERIAL_ST_ASC) [N/m/y/?] (NEW)
  369. Error in reading or end of file.
  370.  
  371. *
  372. * Special HID drivers
  373. *
  374. ACRUX game controller support (HID_ACRUX) [N/m/y/?] n
  375. Apple infrared receiver (HID_APPLEIR) [N/m/y/?] n
  376. Aureal (HID_AUREAL) [N/m/y/?] n
  377. Prodikeys PC-MIDI Keyboard support (HID_PRODIKEYS) [N/m/y/?] n
  378. DragonRise Inc. game controller (HID_DRAGONRISE) [Y/n/m/?] y
  379. DragonRise Inc. force feedback (DRAGONRISE_FF) [N/y/?] n
  380. EMS Production Inc. force feedback support (HID_EMS_FF) [N/m/y/?] n
  381. ELECOM BM084 bluetooth mouse (HID_ELECOM) [N/m/y/?] n
  382. ELO USB 4000/4500 touchscreen (HID_ELO) [N/m/y/?] n
  383. Holtek HID devices (HID_HOLTEK) [N/m/y/?] n
  384. Huion tablets (HID_HUION) [N/m/y/?] n
  385. Keytouch HID devices (HID_KEYTOUCH) [N/m/y/?] n
  386. KYE/Genius devices (HID_KYE) [N/m/y/?] n
  387. UC-Logic (HID_UCLOGIC) [N/m/y/?] n
  388. Waltop (HID_WALTOP) [N/m/y/?] n
  389. Gyration remote control (HID_GYRATION) [Y/n/m/?] y
  390. ION iCade arcade controller (HID_ICADE) [N/m/y/?] n
  391. Twinhan IR remote control (HID_TWINHAN) [Y/n/m/?] y
  392. LC-Power (HID_LCPOWER) [N/m/y/?] n
  393. Lenovo ThinkPad USB Keyboard with TrackPoint (HID_LENOVO_TPKBD) [N/m/y/?] n
  394. Logitech devices (HID_LOGITECH) [Y/?] y
  395. Logitech Unifying receivers full support (HID_LOGITECH_DJ) [N/m/y/?] n
  396. Logitech force feedback support (LOGITECH_FF) [N/y/?] n
  397. Logitech RumblePad/Rumblepad 2 force feedback support (LOGIRUMBLEPAD2_FF) [N/y/?] n
  398. Logitech Flight System G940 force feedback support (LOGIG940_FF) [N/y/?] n
  399. Logitech wheels configuration and force feedback support (LOGIWHEELS_FF) [N/y/?] n
  400. Apple Magic Mouse/Trackpad multi-touch support (HID_MAGICMOUSE) [N/m/y/?] n
  401. HID Multitouch panels (HID_MULTITOUCH) [N/m/y/?] n
  402. N-Trig touch screen (HID_NTRIG) [Y/n/m/?] y
  403. Ortek PKB-1700/WKB-2000/Skycable wireless keyboard and mouse trackpad (HID_ORTEK) [N/m/y/?] n
  404. Pantherlord/GreenAsia game controller (HID_PANTHERLORD) [Y/n/m/?] y
  405. Pantherlord force feedback support (PANTHERLORD_FF) [N/y/?] n
  406. Petalynx Maxter remote control (HID_PETALYNX) [Y/n/m/?] y
  407. PicoLCD (graphic version) (HID_PICOLCD) [N/m/y/?] n
  408. Primax non-fully HID-compliant devices (HID_PRIMAX) [N/m/y/?] n
  409. Roccat device support (HID_ROCCAT) [N/m/y/?] n
  410. Saitek non-fully HID-compliant devices (HID_SAITEK) [N/m/y/?] n
  411. Samsung InfraRed remote control or keyboards (HID_SAMSUNG) [Y/n/m/?] y
  412. Speedlink VAD Cezanne mouse support (HID_SPEEDLINK) [N/m/y/?] n
  413. Steelseries SRW-S1 steering wheel support (HID_STEELSERIES) [N/m/y/?] n
  414. Sunplus wireless desktop (HID_SUNPLUS) [Y/n/m/?] y
  415. GreenAsia (Product ID 0x12) game controller support (HID_GREENASIA) [Y/n/m/?] y
  416. GreenAsia (Product ID 0x12) force feedback support (GREENASIA_FF) [N/y/?] n
  417. SmartJoy PLUS PS2/USB adapter support (HID_SMARTJOYPLUS) [Y/n/m/?] y
  418. SmartJoy PLUS PS2/USB adapter force feedback support (SMARTJOYPLUS_FF) [N/y/?] n
  419. TiVo Slide Bluetooth remote control support (HID_TIVO) [N/m/y/?] n
  420. TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support (HID_TOPSEED) [Y/n/m/?] y
  421. ThrustMaster devices support (HID_THRUSTMASTER) [Y/n/m/?] y
  422. ThrustMaster devices force feedback support (THRUSTMASTER_FF) [N/y/?] n
  423. Xin-Mo non-fully compliant devices (HID_XINMO) [N/m/y/?] (NEW)
  424. Error in reading or end of file.
  425.  
  426. Zeroplus based game controller support (HID_ZEROPLUS) [Y/n/m/?] y
  427. Zeroplus based game controller force feedback support (ZEROPLUS_FF) [N/y/?] n
  428. Zydacron remote control support (HID_ZYDACRON) [N/m/y/?] n
  429. HID Sensors framework support (HID_SENSOR_HUB) [N/m/y/?] n
  430. *
  431. * USB support
  432. *
  433. USB support (USB_SUPPORT) [Y/n/?] y
  434. Support for Host-side USB (USB) [Y/n/m/?] y
  435. USB verbose debug messages (USB_DEBUG) [N/y/?] n
  436. USB announce new devices (USB_ANNOUNCE_NEW_DEVICES) [Y/n/?] y
  437. *
  438. * Miscellaneous USB options
  439. *
  440. Enable USB persist by default (USB_DEFAULT_PERSIST) [Y/n/?] y
  441. Dynamic USB minor allocation (USB_DYNAMIC_MINORS) [N/y/?] n
  442. USB Monitor (USB_MON) [Y/n/m/?] y
  443. Support WUSB Cable Based Association (CBA) (USB_WUSB_CBAF) [N/m/y/?] n
  444. *
  445. * USB Host Controller Drivers
  446. *
  447. Cypress C67x00 HCD support (USB_C67X00_HCD) [N/m/y/?] n
  448. xHCI HCD (USB 3.0) support (USB_XHCI_HCD) [N/m/y/?] n
  449. EHCI HCD (USB 2.0) support (USB_EHCI_HCD) [N/m/y/?] n
  450. OXU210HP HCD support (USB_OXU210HP_HCD) [N/m/y/?] n
  451. ISP116X HCD support (USB_ISP116X_HCD) [N/m/y/?] n
  452. ISP 1760 HCD support (USB_ISP1760_HCD) [Y/n/m/?] y
  453. ISP1362 HCD support (USB_ISP1362_HCD) [N/m/y/?] n
  454. FUSBH200 HCD support (USB_FUSBH200_HCD) [N/m/y/?] n
  455. FOTG210 HCD support (USB_FOTG210_HCD) [N/m/y/?] (NEW)
  456. Error in reading or end of file.
  457.  
  458. OHCI HCD (USB 1.1) support (USB_OHCI_HCD) [N/m/y/?] n
  459. SL811HS HCD support (USB_SL811_HCD) [N/m/y/?] n
  460. R8A66597 HCD support (USB_R8A66597_HCD) [N/m/y/?] n
  461. HCD test mode support (USB_HCD_TEST_MODE) [N/y/?] (NEW)
  462. Error in reading or end of file.
  463.  
  464. *
  465. * USB Device Class drivers
  466. *
  467. USB Modem (CDC ACM) support (USB_ACM) [N/m/y/?] n
  468. USB Printer support (USB_PRINTER) [N/m/y/?] n
  469. USB Wireless Device Management support (USB_WDM) [N/m/y/?] n
  470. USB Test and Measurement Class support (USB_TMC) [N/m/y/?] n
  471. *
  472. * NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
  473. *
  474. *
  475. * also be needed; see USB_STORAGE Help for more info
  476. *
  477. USB Mass Storage support (USB_STORAGE) [Y/n/m/?] y
  478. USB Mass Storage verbose debug (USB_STORAGE_DEBUG) [N/y/?] n
  479. Realtek Card Reader support (USB_STORAGE_REALTEK) [N/m/y/?] n
  480. Datafab Compact Flash Reader support (USB_STORAGE_DATAFAB) [N/m/y/?] n
  481. Freecom USB/ATAPI Bridge support (USB_STORAGE_FREECOM) [N/m/y/?] n
  482. ISD-200 USB/ATA Bridge support (USB_STORAGE_ISD200) [N/m/y/?] n
  483. USBAT/USBAT02-based storage support (USB_STORAGE_USBAT) [N/m/y/?] n
  484. SanDisk SDDR-09 (and other SmartMedia, including DPCM) support (USB_STORAGE_SDDR09) [N/m/y/?] n
  485. SanDisk SDDR-55 SmartMedia support (USB_STORAGE_SDDR55) [N/m/y/?] n
  486. Lexar Jumpshot Compact Flash Reader (USB_STORAGE_JUMPSHOT) [N/m/y/?] n
  487. Olympus MAUSB-10/Fuji DPC-R1 support (USB_STORAGE_ALAUDA) [N/m/y/?] n
  488. Support OneTouch Button on Maxtor Hard Drives (USB_STORAGE_ONETOUCH) [N/m/y/?] n
  489. Support for Rio Karma music player (USB_STORAGE_KARMA) [N/m/y/?] n
  490. SAT emulation on Cypress USB/ATA Bridge with ATACB (USB_STORAGE_CYPRESS_ATACB) [N/m/y/?] n
  491. USB ENE card reader support (USB_STORAGE_ENE_UB6250) [N/m/y/?] n
  492. *
  493. * USB Imaging devices
  494. *
  495. USB Mustek MDC800 Digital Camera support (USB_MDC800) [N/m/y/?] n
  496. Microtek X6USB scanner support (USB_MICROTEK) [N/m/y/?] n
  497. DesignWare USB3 DRD Core Support (USB_DWC3) [N/m/y/?] n
  498. *
  499. * USB port drivers
  500. *
  501. *
  502. * USB Serial Converter support
  503. *
  504. USB Serial Converter support (USB_SERIAL) [N/m/y/?] n
  505. *
  506. * USB Miscellaneous drivers
  507. *
  508. EMI 6|2m USB Audio interface support (USB_EMI62) [N/m/y/?] n
  509. EMI 2|6 USB Audio interface support (USB_EMI26) [N/m/y/?] n
  510. ADU devices from Ontrak Control Systems (USB_ADUTUX) [N/m/y/?] n
  511. USB 7-Segment LED Display (USB_SEVSEG) [N/m/y/?] n
  512. USB Diamond Rio500 support (USB_RIO500) [N/m/y/?] n
  513. USB Lego Infrared Tower support (USB_LEGOTOWER) [N/m/y/?] n
  514. USB LCD driver support (USB_LCD) [N/m/y/?] n
  515. USB LED driver support (USB_LED) [N/m/y/?] n
  516. Cypress CY7C63xxx USB driver support (USB_CYPRESS_CY7C63) [N/m/y/?] n
  517. Cypress USB thermometer driver support (USB_CYTHERM) [N/m/y/?] n
  518. Siemens ID USB Mouse Fingerprint sensor support (USB_IDMOUSE) [N/m/y/?] n
  519. Elan PCMCIA CardBus Adapter USB Client (USB_FTDI_ELAN) [N/m/y/?] n
  520. Apple Cinema Display support (USB_APPLEDISPLAY) [N/m/y/?] n
  521. USB LD driver (USB_LD) [N/m/y/?] n
  522. PlayStation 2 Trance Vibrator driver support (USB_TRANCEVIBRATOR) [N/m/y/?] n
  523. IO Warrior driver support (USB_IOWARRIOR) [N/m/y/?] n
  524. USB testing driver (USB_TEST) [N/m/y/?] n
  525. USB EHSET Test Fixture driver (USB_EHSET_TEST_FIXTURE) [N/m/y/?] (NEW)
  526. Error in reading or end of file.
  527.  
  528. iSight firmware loading support (USB_ISIGHTFW) [N/m/y/?] n
  529. USB YUREX driver support (USB_YUREX) [N/m/y/?] n
  530. Functions for loading firmware on EZUSB chips (USB_EZUSB_FX2) [N/m/y/?] n
  531. *
  532. * USB Physical Layer drivers
  533. *
  534. NOP USB Transceiver Driver (NOP_USB_XCEIV) [N/m/y/?] (NEW)
  535. Error in reading or end of file.
  536.  
  537. AM335x USB PHY Driver (AM335X_PHY_USB) [N/m/y/?] (NEW)
  538. Error in reading or end of file.
  539.  
  540. Samsung USB 2.0 PHY controller Driver (SAMSUNG_USB2PHY) [N/m/y/?] (NEW)
  541. Error in reading or end of file.
  542.  
  543. Samsung USB 3.0 PHY controller Driver (SAMSUNG_USB3PHY) [N/m/y/?] (NEW)
  544. Error in reading or end of file.
  545.  
  546. GPIO based peripheral-only VBUS sensing 'transceiver' (USB_GPIO_VBUS) [N/m/y/?] (NEW)
  547. Error in reading or end of file.
  548.  
  549. Renesas R-Car USB PHY support (USB_RCAR_PHY) [N/m/y/?] (NEW)
  550. Error in reading or end of file.
  551.  
  552. Generic ULPI Transceiver Driver (USB_ULPI) [N/y/?] (NEW)
  553. Error in reading or end of file.
  554.  
  555. *
  556. * USB Gadget Support
  557. *
  558. USB Gadget Support (USB_GADGET) [N/m/y/?] n
  559. *
  560. * Real Time Clock
  561. *
  562. Real Time Clock (RTC_CLASS) [Y/n/?] y
  563. Set system time from RTC on startup and resume (RTC_HCTOSYS) [Y/n/?] y
  564. Set the RTC time based on NTP synchronization (RTC_SYSTOHC) [Y/n/?] y
  565. RTC used to set the system time (RTC_HCTOSYS_DEVICE) [rtc0] rtc0
  566. RTC debug support (RTC_DEBUG) [N/y/?] n
  567. *
  568. * RTC interfaces
  569. *
  570. /sys/class/rtc/rtcN (sysfs) (RTC_INTF_SYSFS) [Y/n/?] y
  571. /proc/driver/rtc (procfs for rtcN) (RTC_INTF_PROC) [Y/n/?] y
  572. /dev/rtcN (character devices) (RTC_INTF_DEV) [Y/n/?] y
  573. RTC UIE emulation on dev interface (RTC_INTF_DEV_UIE_EMUL) [N/y/?] n
  574. Test driver/device (RTC_DRV_TEST) [N/m/y/?] n
  575. *
  576. * SPI RTC drivers
  577. *
  578. *
  579. * Platform RTC drivers
  580. *
  581. PC-style 'CMOS' (RTC_DRV_CMOS) [N/m/y/?] n
  582. Dallas DS1286 (RTC_DRV_DS1286) [N/m/y/?] n
  583. Dallas DS1511 (RTC_DRV_DS1511) [N/m/y/?] n
  584. Maxim/Dallas DS1553 (RTC_DRV_DS1553) [N/m/y/?] n
  585. Maxim/Dallas DS1742/1743 (RTC_DRV_DS1742) [N/m/y/?] n
  586. Simtek STK17TA8 (RTC_DRV_STK17TA8) [N/m/y/?] n
  587. ST M48T86/Dallas DS12887 (RTC_DRV_M48T86) [N/m/y/?] n
  588. ST M48T35 (RTC_DRV_M48T35) [N/m/y/?] n
  589. ST M48T59/M48T08/M48T02 (RTC_DRV_M48T59) [N/m/y/?] n
  590. Oki MSM6242 (RTC_DRV_MSM6242) [N/m/y/?] n
  591. TI BQ4802 (RTC_DRV_BQ4802) [N/m/y/?] n
  592. Ricoh RP5C01 (RTC_DRV_RP5C01) [N/m/y/?] n
  593. EM Microelectronic V3020 (RTC_DRV_V3020) [N/m/y/?] n
  594. Dallas DS2404 (RTC_DRV_DS2404) [N/m/y/?] n
  595. *
  596. * on-CPU RTC drivers
  597. *
  598. ARM AMBA PL030 RTC (RTC_DRV_PL030) [N/m/y/?] n
  599. ARM AMBA PL031 RTC (RTC_DRV_PL031) [Y/n/m/?] y
  600. Freescale SNVS RTC support (RTC_DRV_SNVS) [N/m/y/?] n
  601. MOXA ART RTC (RTC_DRV_MOXART) [N/m/y/?] (NEW)
  602. Error in reading or end of file.
  603.  
  604. *
  605. * HID Sensor RTC drivers
  606. *
  607. HID Sensor Time (RTC_DRV_HID_SENSOR_TIME) [N/m/y/?] n
  608. *
  609. * PHY Subsystem
  610. *
  611. PHY Core (GENERIC_PHY) [N/m/y/?] (NEW)
  612. Error in reading or end of file.
  613.  
  614. S5P/EXYNOS SoC series MIPI CSI-2/DSI PHY driver (PHY_EXYNOS_MIPI_VIDEO) [N/m/y/?] (NEW)
  615. Error in reading or end of file.
  616.  
  617. EXYNOS SoC series Display Port PHY driver (PHY_EXYNOS_DP_VIDEO) [N/m/y/?] (NEW)
  618. Error in reading or end of file.
  619.  
  620. *
  621. * Kernel hacking
  622. *
  623. *
  624. * printk and dmesg options
  625. *
  626. Show timing information on printks (PRINTK_TIME) [N/y/?] n
  627. Default message log level (1-7) (DEFAULT_MESSAGE_LOGLEVEL) [4] 4
  628. Delay each boot printk message by N milliseconds (BOOT_PRINTK_DELAY) [N/y/?] n
  629. Enable dynamic printk() support (DYNAMIC_DEBUG) [N/y/?] n
  630. *
  631. * Compile-time checks and compiler options
  632. *
  633. Compile the kernel with debug info (DEBUG_INFO) [Y/n/?] y
  634. Reduce debugging information (DEBUG_INFO_REDUCED) [N/y/?] n
  635. Enable __deprecated logic (ENABLE_WARN_DEPRECATED) [Y/n/?] y
  636. Enable __must_check logic (ENABLE_MUST_CHECK) [Y/n/?] y
  637. Warn for stack frames larger than (needs gcc 4.4) (FRAME_WARN) [1024] 1024
  638. Strip assembler-generated symbols during link (STRIP_ASM_SYMS) [N/y/?] n
  639. Generate readable assembler code (READABLE_ASM) [N/y/?] n
  640. Enable unused/obsolete exported symbols (UNUSED_SYMBOLS) [N/y/?] n
  641. Debug Filesystem (DEBUG_FS) [Y/n/?] y
  642. Run 'make headers_check' when building vmlinux (HEADERS_CHECK) [N/y/?] n
  643. Enable full Section mismatch analysis (DEBUG_SECTION_MISMATCH) [N/y/?] n
  644. Force weak per-cpu definitions (DEBUG_FORCE_WEAK_PER_CPU) [N/y/?] n
  645. Magic SysRq key (MAGIC_SYSRQ) [Y/n/?] y
  646. Enable magic SysRq key functions by default (MAGIC_SYSRQ_DEFAULT_ENABLE) [0x1] (NEW)
  647. Error in reading or end of file.
  648.  
  649. Kernel debugging (DEBUG_KERNEL) [Y/n/?] y
  650. *
  651. * Memory Debugging
  652. *
  653. Debug page memory allocations (DEBUG_PAGEALLOC) [N/y/?] n
  654. Debug object operations (DEBUG_OBJECTS) [N/y/?] n
  655. SLUB debugging on by default (SLUB_DEBUG_ON) [N/y/?] n
  656. Enable SLUB performance statistics (SLUB_STATS) [N/y/?] n
  657. Kernel memory leak detector (DEBUG_KMEMLEAK) [N/y/?] n
  658. Stack utilization instrumentation (DEBUG_STACK_USAGE) [N/y/?] n
  659. Debug VM (DEBUG_VM) [N/y/?] n
  660. Debug access to per_cpu maps (DEBUG_PER_CPU_MAPS) [N/y/?] n
  661. Debug shared IRQ handlers (DEBUG_SHIRQ) [N/y/?] n
  662. *
  663. * Debug Lockups and Hangs
  664. *
  665. Detect Hard and Soft Lockups (LOCKUP_DETECTOR) [N/y/?] n
  666. Detect Hung Tasks (DETECT_HUNG_TASK) [Y/n/?] y
  667. Default timeout for hung task detection (in seconds) (DEFAULT_HUNG_TASK_TIMEOUT) [120] 120
  668. Panic (Reboot) On Hung Tasks (BOOTPARAM_HUNG_TASK_PANIC) [N/y/?] n
  669. Panic on Oops (PANIC_ON_OOPS) [N/y/?] n
  670. Collect scheduler debugging info (SCHED_DEBUG) [N/y/?] n
  671. Collect scheduler statistics (SCHEDSTATS) [N/y/?] n
  672. Collect kernel timers statistics (TIMER_STATS) [N/y/?] n
  673. *
  674. * Lock Debugging (spinlocks, mutexes, etc...)
  675. *
  676. RT Mutex debugging, deadlock detection (DEBUG_RT_MUTEXES) [N/y/?] n
  677. Built-in scriptable tester for rt-mutexes (RT_MUTEX_TESTER) [N/y/?] n
  678. Spinlock and rw-lock debugging: basic checks (DEBUG_SPINLOCK) [N/y/?] n
  679. Mutex debugging: basic checks (DEBUG_MUTEXES) [N/y/?] n
  680. Wait/wound mutex debugging: Slowpath testing (DEBUG_WW_MUTEX_SLOWPATH) [N/y/?] n
  681. Lock debugging: detect incorrect freeing of live locks (DEBUG_LOCK_ALLOC) [N/y/?] n
  682. Lock debugging: prove locking correctness (PROVE_LOCKING) [N/y/?] n
  683. Lock usage statistics (LOCK_STAT) [N/y/?] n
  684. Sleep inside atomic section checking (DEBUG_ATOMIC_SLEEP) [N/y/?] n
  685. Locking API boot-time self-tests (DEBUG_LOCKING_API_SELFTESTS) [N/y/?] n
  686. kobject debugging (DEBUG_KOBJECT) [N/y/?] n
  687. Debug filesystem writers count (DEBUG_WRITECOUNT) [N/y/?] n
  688. Debug linked list manipulation (DEBUG_LIST) [N/y/?] n
  689. Debug SG table operations (DEBUG_SG) [N/y/?] n
  690. Debug notifier call chains (DEBUG_NOTIFIERS) [N/y/?] n
  691. Debug credential management (DEBUG_CREDENTIALS) [N/y/?] n
  692. *
  693. * RCU Debugging
  694. *
  695. RCU debugging: sparse-based checks for pointer usage (SPARSE_RCU_POINTER) [N/y/?] n
  696. torture tests for RCU (RCU_TORTURE_TEST) [N/m/y/?] n
  697. RCU CPU stall timeout in seconds (RCU_CPU_STALL_TIMEOUT) [21] 21
  698. Print additional diagnostics on RCU CPU stall (RCU_CPU_STALL_INFO) [N/y/?] n
  699. Enable tracing for RCU (RCU_TRACE) [N/y/?] n
  700. Force extended block device numbers and spread them (DEBUG_BLOCK_EXT_DEVT) [N/y/?] n
  701. Notifier error injection (NOTIFIER_ERROR_INJECTION) [N/m/y/?] n
  702. Fault-injection framework (FAULT_INJECTION) [N/y/?] n
  703. *
  704. * Tracers
  705. *
  706. Tracers (FTRACE) [Y/n/?] y
  707. Kernel Function Tracer (FUNCTION_TRACER) [N/y/?] n
  708. Interrupts-off Latency Tracer (IRQSOFF_TRACER) [N/y/?] n
  709. Scheduling Latency Tracer (SCHED_TRACER) [N/y/?] n
  710. Trace process context switches and events (ENABLE_DEFAULT_TRACERS) [N/y/?] n
  711. Trace syscalls (FTRACE_SYSCALLS) [N/y/?] n
  712. Create a snapshot trace buffer (TRACER_SNAPSHOT) [N/y/?] n
  713. Branch Profiling
  714. > 1. No branch profiling (BRANCH_PROFILE_NONE)
  715. 2. Trace likely/unlikely profiler (PROFILE_ANNOTATED_BRANCHES)
  716. 3. Profile all if conditionals (PROFILE_ALL_BRANCHES)
  717. choice[1-3?]: 1
  718. Trace max stack (STACK_TRACER) [N/y/?] n
  719. Support for tracing block IO actions (BLK_DEV_IO_TRACE) [N/y/?] n
  720. Ring buffer benchmark stress tester (RING_BUFFER_BENCHMARK) [N/m/y/?] n
  721. Ring buffer startup self test (RING_BUFFER_STARTUP_TEST) [N/y/?] n
  722. *
  723. * Runtime Testing
  724. *
  725. Linux Kernel Dump Test Tool Module (LKDTM) [N/m/y/?] n
  726. Linked list sorting test (TEST_LIST_SORT) [N/y/?] n
  727. Self test for the backtrace code (BACKTRACE_SELF_TEST) [N/m/y/?] n
  728. Red-Black tree test (RBTREE_TEST) [N/m/y/?] n
  729. Interval tree test (INTERVAL_TREE_TEST) [N/m/?] n
  730. Perform an atomic64_t self-test at boot (ATOMIC64_SELFTEST) [N/y/?] n
  731. Test functions located in the string_helpers module at runtime (TEST_STRING_HELPERS) [N/m/y] n
  732. Test kstrto*() family of functions at runtime (TEST_KSTRTOX) [N/m/y] n
  733. Enable debugging of DMA-API usage (DMA_API_DEBUG) [N/y/?] n
  734. *
  735. * Sample kernel code
  736. *
  737. Sample kernel code (SAMPLES) [N/y/?] n
  738. *
  739. * KGDB: kernel debugger
  740. *
  741. KGDB: kernel debugger (KGDB) [N/y/?] n
  742. Filter access to /dev/mem (STRICT_DEVMEM) [N/y/?] n
  743. Enable stack unwinding support (EXPERIMENTAL) (ARM_UNWIND) [Y/n/?] y
  744. Verbose user fault messages (DEBUG_USER) [Y/n/?] y
  745. Kernel low-level debugging functions (read help!) (DEBUG_LL) [Y/n/?] y
  746. Kernel low-level debugging port
  747. > 1. Autodetect UART0 on Versatile Express Cortex-A core tiles (DEBUG_VEXPRESS_UART0_DETECT)
  748. 2. Use PL011 UART0 at 0x10009000 (V2P-CA9 core tile) (DEBUG_VEXPRESS_UART0_CA9)
  749. 3. Use PL011 UART0 at 0x1c090000 (RS1 complaint tiles) (DEBUG_VEXPRESS_UART0_RS1)
  750. 4. Kernel low-level debugging via EmbeddedICE DCC channel (DEBUG_ICEDCC)
  751. 5. Kernel low-level debug output via semihosting I/O (DEBUG_SEMIHOSTING)
  752. 6. Kernel low-level debugging via 8250 UART (DEBUG_LL_UART_8250) (NEW)
  753. 7. Kernel low-level debugging via ARM Ltd PL01x Primecell UART (DEBUG_LL_UART_PL01X) (NEW)
  754. choice[1-7]:
  755. Error in reading or end of file.
  756. Early printk (EARLY_PRINTK) [Y/n/?] y
  757. On-chip ETM and ETB (OC_ETM) [N/y/?] n
  758. Write the current PID to the CONTEXTIDR register (PID_IN_CONTEXTIDR) [N/y/?] n
  759. *
  760. * Cryptographic API
  761. *
  762. Cryptographic API (CRYPTO) [Y/?] y
  763. *
  764. * Crypto core or helper
  765. *
  766. Cryptographic algorithm manager (CRYPTO_MANAGER) [N/m/y/?] n
  767. Userspace cryptographic algorithm configuration (CRYPTO_USER) [N/m/y/?] n
  768. GF(2^128) multiplication functions (CRYPTO_GF128MUL) [N/m/y/?] n
  769. Null algorithms (CRYPTO_NULL) [N/m/y/?] n
  770. Parallel crypto engine (CRYPTO_PCRYPT) [N/m/y/?] n
  771. Software async crypto daemon (CRYPTO_CRYPTD) [N/m/y/?] n
  772. Authenc support (CRYPTO_AUTHENC) [N/m/y/?] n
  773. Testing module (CRYPTO_TEST) [N/m/?] n
  774. *
  775. * Authenticated Encryption with Associated Data
  776. *
  777. CCM support (CRYPTO_CCM) [N/m/y/?] n
  778. GCM/GMAC support (CRYPTO_GCM) [N/m/y/?] n
  779. Sequence Number IV Generator (CRYPTO_SEQIV) [N/m/y/?] n
  780. *
  781. * Block modes
  782. *
  783. CBC support (CRYPTO_CBC) [N/m/y/?] n
  784. CTR support (CRYPTO_CTR) [N/m/y/?] n
  785. CTS support (CRYPTO_CTS) [N/m/y/?] n
  786. ECB support (CRYPTO_ECB) [N/m/y/?] n
  787. LRW support (CRYPTO_LRW) [N/m/y/?] n
  788. PCBC support (CRYPTO_PCBC) [N/m/y/?] n
  789. XTS support (CRYPTO_XTS) [N/m/y/?] n
  790. *
  791. * Hash modes
  792. *
  793. CMAC support (CRYPTO_CMAC) [N/m/y/?] n
  794. HMAC support (CRYPTO_HMAC) [N/m/y/?] n
  795. XCBC support (CRYPTO_XCBC) [N/m/y/?] n
  796. VMAC support (CRYPTO_VMAC) [N/m/y/?] n
  797. *
  798. * Digest
  799. *
  800. CRC32c CRC algorithm (CRYPTO_CRC32C) [Y/?] y
  801. CRC32 CRC algorithm (CRYPTO_CRC32) [N/m/y/?] n
  802. CRCT10DIF algorithm (CRYPTO_CRCT10DIF) [N/m/y/?] (NEW)
  803. Error in reading or end of file.
  804.  
  805. GHASH digest algorithm (CRYPTO_GHASH) [N/m/y/?] n
  806. MD4 digest algorithm (CRYPTO_MD4) [N/m/y/?] n
  807. MD5 digest algorithm (CRYPTO_MD5) [N/m/y/?] n
  808. Michael MIC keyed digest algorithm (CRYPTO_MICHAEL_MIC) [N/m/y/?] n
  809. RIPEMD-128 digest algorithm (CRYPTO_RMD128) [N/m/y/?] n
  810. RIPEMD-160 digest algorithm (CRYPTO_RMD160) [N/m/y/?] n
  811. RIPEMD-256 digest algorithm (CRYPTO_RMD256) [N/m/y/?] n
  812. RIPEMD-320 digest algorithm (CRYPTO_RMD320) [N/m/y/?] n
  813. SHA1 digest algorithm (CRYPTO_SHA1) [N/m/y/?] n
  814. SHA1 digest algorithm (ARM-asm) (CRYPTO_SHA1_ARM) [N/m/y/?] n
  815. SHA224 and SHA256 digest algorithm (CRYPTO_SHA256) [N/m/y/?] n
  816. SHA384 and SHA512 digest algorithms (CRYPTO_SHA512) [N/m/y/?] n
  817. Tiger digest algorithms (CRYPTO_TGR192) [N/m/y/?] n
  818. Whirlpool digest algorithms (CRYPTO_WP512) [N/m/y/?] n
  819. *
  820. * Ciphers
  821. *
  822. AES cipher algorithms (CRYPTO_AES) [Y/?] y
  823. AES cipher algorithms (ARM-asm) (CRYPTO_AES_ARM) [N/m/y/?] n
  824. Anubis cipher algorithm (CRYPTO_ANUBIS) [N/m/y/?] n
  825. ARC4 cipher algorithm (CRYPTO_ARC4) [N/m/y/?] n
  826. Blowfish cipher algorithm (CRYPTO_BLOWFISH) [N/m/y/?] n
  827. Camellia cipher algorithms (CRYPTO_CAMELLIA) [N/m/y/?] n
  828. CAST5 (CAST-128) cipher algorithm (CRYPTO_CAST5) [N/m/y/?] n
  829. CAST6 (CAST-256) cipher algorithm (CRYPTO_CAST6) [N/m/y/?] n
  830. DES and Triple DES EDE cipher algorithms (CRYPTO_DES) [N/m/y/?] n
  831. FCrypt cipher algorithm (CRYPTO_FCRYPT) [N/m/y/?] n
  832. Khazad cipher algorithm (CRYPTO_KHAZAD) [N/m/y/?] n
  833. Salsa20 stream cipher algorithm (CRYPTO_SALSA20) [N/m/y/?] n
  834. SEED cipher algorithm (CRYPTO_SEED) [N/m/y/?] n
  835. Serpent cipher algorithm (CRYPTO_SERPENT) [N/m/y/?] n
  836. TEA, XTEA and XETA cipher algorithms (CRYPTO_TEA) [N/m/y/?] n
  837. Twofish cipher algorithm (CRYPTO_TWOFISH) [N/m/y/?] n
  838. *
  839. * Compression
  840. *
  841. Deflate compression algorithm (CRYPTO_DEFLATE) [N/m/y/?] n
  842. Zlib compression algorithm (CRYPTO_ZLIB) [N/m/y/?] n
  843. LZO compression algorithm (CRYPTO_LZO) [N/m/y/?] n
  844. LZ4 compression algorithm (CRYPTO_LZ4) [N/m/y/?] n
  845. LZ4HC compression algorithm (CRYPTO_LZ4HC) [N/m/y/?] n
  846. *
  847. * Random Number Generation
  848. *
  849. Pseudo Random Number Generation for Cryptographic modules (CRYPTO_ANSI_CPRNG) [N/m/y/?] n
  850. User-space interface for hash algorithms (CRYPTO_USER_API_HASH) [N/m/y/?] n
  851. User-space interface for symmetric key cipher algorithms (CRYPTO_USER_API_SKCIPHER) [N/m/y/?] n
  852. *
  853. * Hardware crypto devices
  854. *
  855. Hardware crypto devices (CRYPTO_HW) [N/y/?] n
  856. #
  857. # configuration written to .config
  858. #
  859. ---------------------------------------------------------------------
  860. Finished state kernel-configure
  861. ---------------------------------------------------------------------
  862. ---------------------------------------------------------------------
  863. Removing broken symbolic linked quilt patches for kernel...
  864. ---------------------------------------------------------------------
  865. xargs: illegal option -- -
  866. usage: xargs [-0opt] [-E eofstr] [-I replstr [-R replacements]] [-J replstr]
  867. [-L number] [-n number [-x]] [-P maxprocs] [-s size]
  868. [utility [argument ...]]
  869. make[2]: *** [kernel-quilt-clean-broken-symlinks] Error 1
  870. make[2]: `/Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/targets/vexpress/patches/series' is up to date.
  871. ---------------------------------------------------------------------
  872. Building kernel with clang...
  873. ---------------------------------------------------------------------
  874. (cd /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/targets/vexpress/src/linux && time make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- -j9 CONFIG_DEBUG_INFO=1 CONFIG_DEBUG_SECTION_MISMATCH=y CONFIG_NO_ERROR_ON_MISMATCH=y CC?="/Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/toolchain/clang/install/bin/clang -gcc-toolchain /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/arch/arm/toolchain/codesourcery/arm-2013.05" )
  875. scripts/kconfig/conf --silentoldconfig Kconfig
  876. CHK include/config/kernel.release
  877. WRAP arch/arm/include/generated/asm/auxvec.h
  878. WRAP arch/arm/include/generated/asm/bitsperlong.h
  879. WRAP arch/arm/include/generated/asm/cputime.h
  880. WRAP arch/arm/include/generated/asm/current.h
  881. WRAP arch/arm/include/generated/asm/emergency-restart.h
  882. WRAP arch/arm/include/generated/asm/errno.h
  883. WRAP arch/arm/include/generated/asm/exec.h
  884. WRAP arch/arm/include/generated/asm/ioctl.h
  885. WRAP arch/arm/include/generated/asm/ipcbuf.h
  886. WRAP arch/arm/include/generated/asm/irq_regs.h
  887. CHK include/generated/uapi/linux/version.h
  888. WRAP arch/arm/include/generated/asm/kdebug.h
  889. WRAP arch/arm/include/generated/asm/local.h
  890. WRAP arch/arm/include/generated/asm/local64.h
  891. WRAP arch/arm/include/generated/asm/msgbuf.h
  892. WRAP arch/arm/include/generated/asm/param.h
  893. UPD include/generated/uapi/linux/version.h
  894. WRAP arch/arm/include/generated/asm/parport.h
  895. WRAP arch/arm/include/generated/asm/poll.h
  896. WRAP arch/arm/include/generated/asm/resource.h
  897. WRAP arch/arm/include/generated/asm/sections.h
  898. WRAP arch/arm/include/generated/asm/segment.h
  899. WRAP arch/arm/include/generated/asm/sembuf.h
  900. WRAP arch/arm/include/generated/asm/serial.h
  901. WRAP arch/arm/include/generated/asm/shmbuf.h
  902. WRAP arch/arm/include/generated/asm/siginfo.h
  903. WRAP arch/arm/include/generated/asm/sizes.h
  904. WRAP arch/arm/include/generated/asm/socket.h
  905. WRAP arch/arm/include/generated/asm/sockios.h
  906. WRAP arch/arm/include/generated/asm/termbits.h
  907. WRAP arch/arm/include/generated/asm/termios.h
  908. WRAP arch/arm/include/generated/asm/timex.h
  909. WRAP arch/arm/include/generated/asm/trace_clock.h
  910. WRAP arch/arm/include/generated/asm/unaligned.h
  911. UPD include/config/kernel.release
  912. CHK include/generated/utsrelease.h
  913. UPD include/generated/utsrelease.h
  914. HOSTCC scripts/dtc/checks.o
  915. CC scripts/mod/empty.o
  916. clang-3.3: error: unsupported argument '-march=armv7-a' to option 'Wa,'
  917. make[3]: *** [scripts/mod/empty.o] Error 1
  918. make[2]: *** [scripts/mod] Error 2
  919. make[2]: *** Waiting for unfinished jobs....
  920. HOSTCC scripts/dtc/data.o
  921. SHIPPED scripts/dtc/dtc-lexer.lex.c
  922. Generating include/generated/mach-types.h
  923. SHIPPED scripts/dtc/dtc-parser.tab.h
  924. scripts/dtc/checks.c:627:32: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
  925. if ((node->parent->addr_cells == -1))
  926. ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
  927. scripts/dtc/checks.c:627:32: note: remove extraneous parentheses around the comparison to silence this warning
  928. if ((node->parent->addr_cells == -1))
  929. ~ ^ ~
  930. scripts/dtc/checks.c:627:32: note: use '=' to turn this equality comparison into an assignment
  931. if ((node->parent->addr_cells == -1))
  932. ^~
  933. =
  934. scripts/dtc/checks.c:631:32: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
  935. if ((node->parent->size_cells == -1))
  936. ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
  937. scripts/dtc/checks.c:631:32: note: remove extraneous parentheses around the comparison to silence this warning
  938. if ((node->parent->size_cells == -1))
  939. ~ ^ ~
  940. scripts/dtc/checks.c:631:32: note: use '=' to turn this equality comparison into an assignment
  941. if ((node->parent->size_cells == -1))
  942. ^~
  943. =
  944. SHIPPED scripts/dtc/dtc-parser.tab.c
  945. HOSTCC scripts/dtc/dtc.o
  946. HOSTCC scripts/dtc/flattree.o
  947. 2 warnings generated.
  948. HOSTCC scripts/dtc/fstree.o
  949. CC kernel/bounds.s
  950. HOSTCC scripts/dtc/livetree.o
  951. clang-3.3: warning: argument unused during compilation: '-gcc-toolchain /Users/rmann/Projects/LFS/LLVMLinux/llvmlinux/arch/arm/toolchain/codesourcery/arm-2013.05'
  952. clang-3.3: warning: argument unused during compilation: '-mlittle-endian'
  953. clang-3.3: warning: argument unused during compilation: '-fno-delete-null-pointer-checks'
  954. clang-3.3: warning: argument unused during compilation: '-mabi=aapcs-linux'
  955. clang-3.3: warning: argument unused during compilation: '-mno-thumb-interwork'
  956. clang-3.3: warning: argument unused during compilation: '-mno-thumb'
  957. clang-3.3: warning: argument unused during compilation: '-Wa,-march=armv7-a'
  958. clang-3.3: warning: argument unused during compilation: '-mshort-load-bytes'
  959. error: unknown target CPU 'armv5t'
  960. make[2]: *** [kernel/bounds.s] Error 1
  961. make[1]: *** [prepare0] Error 2
  962. make[1]: *** Waiting for unfinished jobs....
  963. HOSTCC scripts/dtc/srcpos.o
  964. HOSTCC scripts/dtc/treesource.o
  965. HOSTCC scripts/dtc/util.o
  966. HOSTCC scripts/dtc/dtc-lexer.lex.o
  967. HOSTCC scripts/dtc/dtc-parser.tab.o
  968. HOSTLD scripts/dtc/dtc
  969. make[1]: *** [scripts] Error 2
  970.  
  971. real 0m2.129s
  972. user 0m3.544s
  973. sys 0m2.402s
  974. make: *** [state/kernel-build] Error 2
  975. EclipseSSD:vexpress rmann$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement