Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. #
  2. # Bus devices
  3. #
  4. CONFIG_ARM_CCI=y
  5. CONFIG_ARM_CCI_PMU=y
  6. # CONFIG_ARM_CCI400_PMU is not set
  7. CONFIG_ARM_CCI500_PMU=y
  8. # CONFIG_ARM_CCN is not set
  9. # CONFIG_BRCMSTB_GISB_ARB is not set
  10. # CONFIG_VEXPRESS_CONFIG is not set
  11. # CONFIG_CONNECTOR is not set
  12. CONFIG_MTD=y
  13. # CONFIG_MTD_TESTS is not set
  14. # CONFIG_MTD_REDBOOT_PARTS is not set
  15. # CONFIG_MTD_CMDLINE_PARTS is not set
  16. # CONFIG_MTD_AFS_PARTS is not set
  17. CONFIG_MTD_OF_PARTS=y
  18. # CONFIG_MTD_AR7_PARTS is not set
  19.  
  20. #
  21. # User Modules And Translation Layers
  22. #
  23. CONFIG_MTD_BLKDEVS=y
  24. CONFIG_MTD_BLOCK=y
  25. # CONFIG_FTL is not set
  26. # CONFIG_NFTL is not set
  27. # CONFIG_INFTL is not set
  28. # CONFIG_RFD_FTL is not set
  29. # CONFIG_SSFDC is not set
  30. # CONFIG_SM_FTL is not set
  31. # CONFIG_MTD_OOPS is not set
  32. # CONFIG_MTD_SWAP is not set
  33. # CONFIG_MTD_PARTITIONED_MASTER is not set
  34.  
  35. #
  36. # RAM/ROM/Flash chip drivers
  37. #
  38. CONFIG_MTD_CFI=y
  39. CONFIG_MTD_JEDECPROBE=y
  40. CONFIG_MTD_GEN_PROBE=y
  41. # CONFIG_MTD_CFI_ADV_OPTIONS is not set
  42. CONFIG_MTD_MAP_BANK_WIDTH_1=y
  43. CONFIG_MTD_MAP_BANK_WIDTH_2=y
  44. CONFIG_MTD_MAP_BANK_WIDTH_4=y
  45. # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
  46. # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
  47. # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
  48. CONFIG_MTD_CFI_I1=y
  49. CONFIG_MTD_CFI_I2=y
  50. # CONFIG_MTD_CFI_I4 is not set
  51. # CONFIG_MTD_CFI_I8 is not set
  52. # CONFIG_MTD_CFI_INTELEXT is not set
  53. # CONFIG_MTD_CFI_AMDSTD is not set
  54. # CONFIG_MTD_CFI_STAA is not set
  55. CONFIG_MTD_CFI_UTIL=y
  56. # CONFIG_MTD_RAM is not set
  57. # CONFIG_MTD_ROM is not set
  58. # CONFIG_MTD_ABSENT is not set
  59.  
  60. #
  61. # Mapping drivers for chip access
  62. #
  63. # CONFIG_MTD_COMPLEX_MAPPINGS is not set
  64. # CONFIG_MTD_PHYSMAP is not set
  65. # CONFIG_MTD_PHYSMAP_OF is not set
  66. # CONFIG_MTD_IMPA7 is not set
  67. # CONFIG_MTD_PLATRAM is not set
  68.  
  69. #
  70. # Self-contained MTD device drivers
  71. #
  72. # CONFIG_MTD_DATAFLASH is not set
  73. CONFIG_MTD_M25P80=y
  74. # CONFIG_MTD_SST25L is not set
  75. # CONFIG_MTD_SLRAM is not set
  76. # CONFIG_MTD_PHRAM is not set
  77. # CONFIG_MTD_MTDRAM is not set
  78. CONFIG_MTD_BLOCK2MTD=y
  79.  
  80. #
  81. # Disk-On-Chip Device Drivers
  82. #
  83. # CONFIG_MTD_DOCG3 is not set
  84. # CONFIG_MTD_NAND is not set
  85. # CONFIG_MTD_ONENAND is not set
  86.  
  87. #
  88. # LPDDR & LPDDR2 PCM memory drivers
  89. #
  90. # CONFIG_MTD_LPDDR is not set
  91. # CONFIG_MTD_LPDDR2_NVM is not set
  92. CONFIG_MTD_SPI_NOR=y
  93. # CONFIG_MTD_SPI_NOR_USE_4K_SECTORS is not set
  94. # CONFIG_MTD_UBI is not set
  95. CONFIG_DTC=y
  96. CONFIG_OF=y
  97. # CONFIG_OF_UNITTEST is not set
  98. CONFIG_OF_FLATTREE=y
  99. CONFIG_OF_EARLY_FLATTREE=y
  100. CONFIG_OF_ADDRESS=y
  101. CONFIG_OF_IRQ=y
  102. CONFIG_OF_NET=y
  103. CONFIG_OF_MDIO=y
  104. CONFIG_OF_MTD=y
  105. CONFIG_OF_RESERVED_MEM=y
  106. # CONFIG_OF_OVERLAY is not set
  107. CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
  108. # CONFIG_PARPORT is not set
  109. CONFIG_BLK_DEV=y
  110. # CONFIG_BLK_DEV_NULL_BLK is not set
  111. # CONFIG_BLK_DEV_COW_COMMON is not set
  112. # CONFIG_BLK_DEV_LOOP is not set
  113. # CONFIG_BLK_DEV_DRBD is not set
  114. # CONFIG_BLK_DEV_NBD is not set
  115. # CONFIG_BLK_DEV_RAM is not set
  116. # CONFIG_CDROM_PKTCDVD is not set
  117. # CONFIG_ATA_OVER_ETH is not set
  118. # CONFIG_MG_DISK is not set
  119. # CONFIG_BLK_DEV_RBD is not set
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement