diff options
author | Kyle McMartin <kmcmarti@redhat.com> | 2013-10-11 13:41:21 -0400 |
---|---|---|
committer | Kyle McMartin <kmcmarti@redhat.com> | 2013-10-11 13:41:21 -0400 |
commit | e119a603c468d6aed0331c63f77d4f54e496475b (patch) | |
tree | c325abbbcb8647c56cfa3a5871f94123354ceb9f /config-arm-generic | |
parent | 7792df6134ef8e9663a326b5e6af49fd7e3b96a4 (diff) | |
download | kernel-e119a603c468d6aed0331c63f77d4f54e496475b.tar.gz kernel-e119a603c468d6aed0331c63f77d4f54e496475b.tar.xz kernel-e119a603c468d6aed0331c63f77d4f54e496475b.zip |
turn off some drivers on aarch64 and armv7hl that are unlikely to ever be seen there
Diffstat (limited to 'config-arm-generic')
-rw-r--r-- | config-arm-generic | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/config-arm-generic b/config-arm-generic index bbe952191..6f3811f01 100644 --- a/config-arm-generic +++ b/config-arm-generic @@ -100,3 +100,27 @@ CONFIG_SMC911X=m # CONFIG_IRQ_DOMAIN_DEBUG is not set # CONFIG_LEDS_RENESAS_TPU is not set # CONFIG_LOCK_STAT is not set + +### turn off things which make no sense on embedded SoC + +# core + +# CONFIG_INFINIBAND is not set +# CONFIG_ISDN is not set + +# netdrv + +# CONFIG_NET_VENDOR_DEC is not set +# CONFIG_NET_VENDOR_CHELSIO is not set +# CONFIG_NET_VENDOR_EXAR is not set +# CONFIG_NET_VENDOR_INTEL is not set +# CONFIG_NET_VENDOR_MELLANOX is not set + +# scsi + +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set +# CONFIG_SCSI_3W_SAS is not set +# CONFIG_SCSI_PM8001 is not set +# CONFIG_SCSI_IPS is not set +# CONFIG_SCSI_CXGB3_ISCSI is not set +# CONFIG_SCSI_CXGB4_ISCSI is not set |