Advertisement
Guest User

Untitled

a guest
May 11th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. bl-linux-omap$ make -j8 ARCH=arm CROSS_COMPILE=arm-angstrom-linux-gnueabi- clean
  2. CLEAN /home/dave/dev/bl-linux-omap
  3. CLEAN arch/arm/kernel
  4. CLEAN init
  5. CLEAN kernel
  6. CLEAN usr
  7. CLEAN .tmp_versions
  8. CLEAN include/asm-arm/mach-types.h
  9. bl-linux-omap$ make -j8 ARCH=arm CROSS_COMPILE=arm-angstrom-linux-gnueabi-
  10. CHK include/linux/version.h
  11. ^C
  12. (reverse-i-search)`cp': sudo ^C kernel/arch/arm/boot/uImage /mnt/fat32/
  13. (reverse-i-search)`ee': scr^Cn -r
  14. (reverse-i-search)`defcon': find . -name ^Cfconfigbl-linux-omap$ make -j8 ARCH=arm CROSS_COMPILE=arm-angstrom-linux-gnueabi-
  15. HOSTCC scripts/basic/fixdep
  16. HOSTCC scripts/basic/docproc
  17. HOSTCC scripts/basic/hash
  18. HOSTCC scripts/kconfig/conf.o
  19. scripts/kconfig/conf.c: In function ‘conf_askvalue’:
  20. scripts/kconfig/conf.c:105: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
  21. scripts/kconfig/conf.c: In function ‘conf_choice’:
  22. scripts/kconfig/conf.c:307: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
  23. HOSTCC scripts/kconfig/kxgettext.o
  24. HOSTCC scripts/kconfig/zconf.tab.o
  25. HOSTLD scripts/kconfig/conf
  26. scripts/kconfig/conf -s arch/arm/Kconfig
  27. *
  28. * Restart config...
  29. *
  30. *
  31. * I2C Hardware Bus support
  32. *
  33. PCA954x I2C switches/multiplexers (I2C_PCA954X) [N/m/y/?] (NEW) y
  34. *
  35. * I2C system bus drivers (mostly embedded / system-on-chip)
  36. *
  37. Synopsys DesignWare (I2C_DESIGNWARE) [N/m/y/?] n
  38. GPIO-based bitbanging I2C (I2C_GPIO) [N/m/y/?] n
  39. OpenCores I2C Controller (I2C_OCORES) [N/m/y/?] n
  40. OMAP I2C adapter (I2C_OMAP) [Y/n/m/?] y
  41. Simtec Generic I2C interface (I2C_SIMTEC) [N/m/y/?] n
  42. *
  43. * External I2C/SMBus adapter drivers
  44. *
  45. Parallel port adapter (light) (I2C_PARPORT_LIGHT) [N/m/y/?] n
  46. TAOS evaluation module (I2C_TAOS_EVM) [N/m/y/?] n
  47. Tiny-USB adapter (I2C_TINY_USB) [N/m/y/?] n
  48. *
  49. * Other I2C/SMBus bus drivers
  50. *
  51. PCA9564/PCA9665 as platform device (I2C_PCA_PLATFORM) [N/m/y/?] n
  52. I2C/SMBus Test Stub (I2C_STUB) [N/m/?] n
  53. *
  54. * OMAP2/3 Display Subsystem support (EXPERIMENTAL)
  55. *
  56. OMAP2/3 Display Subsystem support (EXPERIMENTAL) (OMAP2_DSS) [N/m/y/?] (NEW) y
  57. VRAM size (MB) (OMAP2_VRAM_SIZE) [0] (NEW)
  58. Debug support (OMAP2_DSS_DEBUG_SUPPORT) [Y/n/?] (NEW) y
  59. Collect DSS IRQ statistics (OMAP2_DSS_COLLECT_IRQ_STATS) [N/y/?] (NEW) n
  60. RFBI support (OMAP2_DSS_RFBI) [N/y/?] (NEW) y
  61. VENC support (OMAP2_DSS_VENC) [Y/n/?] (NEW) y
  62. SDI support (OMAP2_DSS_SDI) [N/y/?] (NEW) y
  63. DSI support (OMAP2_DSS_DSI) [N/y/?] (NEW) y
  64. Use DSI PLL for PCLK (EXPERIMENTAL) (OMAP2_DSS_USE_DSI_PLL) [N/y/?] (NEW) y
  65. Fake VSYNC irq from manual update displays (OMAP2_DSS_FAKE_VSYNC) [N/y/?] (NEW) y
  66. Minimum FCK/PCK ratio (for scaling) (OMAP2_DSS_MIN_FCK_PER_PCK) [0] (NEW)
  67. *
  68. * OMAP2/3 frame buffer support (EXPERIMENTAL)
  69. *
  70. OMAP2/3 frame buffer support (EXPERIMENTAL) (FB_OMAP2) [N/m/y/?] (NEW) y
  71. Debug support for OMAP2/3 FB (FB_OMAP2_DEBUG_SUPPORT) [Y/n/?] (NEW) y
  72. Force main display to automatic update mode (FB_OMAP2_FORCE_AUTO_UPDATE) [N/y/?] (NEW) y
  73. Number of framebuffers (FB_OMAP2_NUM_FBS) [3] (NEW)
  74. *
  75. * OMAP2/3 Display Device Drivers
  76. *
  77. Generic Panel (PANEL_GENERIC) [N/m/y/?] (NEW) n
  78. Sharp LS037V7DW01 LCD Panel (PANEL_SHARP_LS037V7DW01) [N/m/y/?] (NEW) n
  79. Sharp LQ043T1DG01 LCD Panel (PANEL_SHARP_LQ043T1DG01) [N/m/y/?] (NEW) n
  80. Taal DSI Panel (PANEL_TAAL) [N/m/y/?] (NEW) n
  81. Toppoly TDO35S LCD Panel support (PANEL_TOPPOLY_TDO35S) [N/m/y/?] (NEW) n
  82. TPO TD043MTEA1 LCD Panel (PANEL_TPO_TD043MTEA1) [N/m/y/?] (NEW) n
  83. *
  84. * BMI Hardware Slot support
  85. *
  86. TI BeagBoard BMI Slots (BEAGLE_SLOT) [N/m/y/?] (NEW) y
  87. Buglabs 2.0 BUGbase BMI Slots (OMAP_BUG_SLOT) [N/m/y/?] (NEW) y
  88. #
  89. # configuration written to .config
  90. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement