From e119a603c468d6aed0331c63f77d4f54e496475b Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Fri, 11 Oct 2013 13:41:21 -0400 Subject: turn off some drivers on aarch64 and armv7hl that are unlikely to ever be seen there --- config-arm-generic | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'config-arm-generic') diff --git a/config-arm-generic b/config-arm-generic index bbe95219..6f3811f0 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 -- cgit