diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2014-05-10 23:24:25 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2014-05-10 23:24:25 +0100 |
commit | 01fa90a68e392d7c733548caeecdcb82c49f30fb (patch) | |
tree | c04e54c0cbf76a5c22d16c406bd991c0b3999000 /config-arm-generic | |
parent | 5f0cb5e84b3a666943f3555abcbf7b8397bf9a17 (diff) | |
download | kernel-01fa90a68e392d7c733548caeecdcb82c49f30fb.tar.gz kernel-01fa90a68e392d7c733548caeecdcb82c49f30fb.tar.xz kernel-01fa90a68e392d7c733548caeecdcb82c49f30fb.zip |
Disable some unneed drivers on ARM
Diffstat (limited to 'config-arm-generic')
-rw-r--r-- | config-arm-generic | 35 |
1 files changed, 31 insertions, 4 deletions
diff --git a/config-arm-generic b/config-arm-generic index f72853384..061fc60d1 100644 --- a/config-arm-generic +++ b/config-arm-generic @@ -7,6 +7,8 @@ CONFIG_HW_PERF_EVENTS=y CONFIG_MMC=y CONFIG_NFS_FS=y +CONFIG_CRASH=m + # CONFIG_PID_IN_CONTEXTIDR is not set # CONFIG_CPU_BIG_ENDIAN is not set @@ -187,15 +189,31 @@ CONFIG_CMA_AREAS=7 # CONFIG_INFINIBAND is not set # CONFIG_ISDN is not set +# CONFIG_PCMCIA is not set +# CONFIG_PARPORT is not set +# CONFIG_FIREWIRE is not set +# CONFIG_ATM_DRIVERS is not set +# CONFIG_ISDN is not set +# CONFIG_GAMEPORT is not set +# CONFIG_AGP is not set # netdrv -# CONFIG_NET_VENDOR_DEC is not set +# CONFIG_NET_VENDOR_3COM is not set +# CONFIG_NET_VENDOR_ADAPTEC is not set +# CONFIG_NET_VENDOR_BROADCOM is not set +# CONFIG_NET_VENDOR_BROCADE is not set # CONFIG_NET_VENDOR_CHELSIO is not set +# CONFIG_NET_VENDOR_CISCO is not set +# CONFIG_NET_VENDOR_DEC is not set +# CONFIG_NET_VENDOR_EMULEX is not set # CONFIG_NET_VENDOR_EXAR is not set -# CONFIG_NET_VENDOR_INTEL is not set # CONFIG_NET_VENDOR_MELLANOX is not set -# CONFIG_NET_VENDOR_BROCADE is not set +# CONFIG_NET_VENDOR_QLOGIC is not set +# CONFIG_NET_VENDOR_SUN is not set +# CONFIG_NET_VENDOR_WIZNET is not set +# CONFIG_NET_VENDOR_XIRCOM is not set +# CONFIG_NET_PCMCIA is not set # scsi @@ -206,10 +224,19 @@ CONFIG_CMA_AREAS=7 # CONFIG_SCSI_CXGB3_ISCSI is not set # CONFIG_SCSI_CXGB4_ISCSI is not set # CONFIG_SCSI_BFA_FC is not set +# CONFIG_FUSION is not set +# CONFIG_SCSI_3W_9XXX is not set +# CONFIG_SCSI_ACARD is not set +# CONFIG_SCSI_AACRAID is not set +# CONFIG_SCSI_AIC7XXX is not set +# CONFIG_SCSI_AIC79XX is not set +# CONFIG_SCSI_MPT2SAS is not set +# CONFIG_SCSI_MPT3SAS is not set # serial # CONFIG_SERIAL_SH_SCI is not set -CONFIG_CRASH=m +# drm +# CONFIG_DRM_VMWGFX is not set # CONFIG_DEBUG_SET_MODULE_RONX is not set |