diff options
-rw-r--r-- | config-arm-generic | 24 | ||||
-rw-r--r-- | kernel.spec | 4 |
2 files changed, 28 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 diff --git a/kernel.spec b/kernel.spec index 0976a97c2..091994852 100644 --- a/kernel.spec +++ b/kernel.spec @@ -2275,6 +2275,10 @@ fi # ||----w | # || || %changelog +* Fri Oct 11 2013 Kyle McMartin <kyle@fedoraproject.org> +- Turn off some drivers on aarch64 and armv7hl that are unlikely to ever be + seen there. + * Fri Oct 11 2013 Josh Boyer <jwboyer@fedoraproject.org> - 3.12.0-0.rc4.git3.1 - Fix segfault in cpupower set (rhbz 1000439) - Linux v3.12-rc4-62-g2fe80d3 |