diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2017-03-13 10:31:46 +0000 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2017-03-13 10:31:46 +0000 |
commit | d85c9751207501e87b08ce41dcfb4defb2c226ba (patch) | |
tree | 336ddc4dc9d8fc1a64d048c1ae50f26d68eb6a59 /baseconfig | |
parent | aca291d93bacafb2e5de938208890fba54bbee1b (diff) | |
download | kernel-d85c9751207501e87b08ce41dcfb4defb2c226ba.tar.gz kernel-d85c9751207501e87b08ce41dcfb4defb2c226ba.tar.xz kernel-d85c9751207501e87b08ce41dcfb4defb2c226ba.zip |
Minor ARM config cleanups, new bcm283x mmc driver (enabling us to get wifi on RPi3)
Diffstat (limited to 'baseconfig')
-rw-r--r-- | baseconfig/CONFIG_MVPP2 | 1 | ||||
-rw-r--r-- | baseconfig/arm/CONFIG_MMC_BCM2835 | 1 | ||||
-rw-r--r-- | baseconfig/arm/CONFIG_MVPP2 (renamed from baseconfig/arm/armv7/CONFIG_MVPP2) | 0 | ||||
-rw-r--r-- | baseconfig/arm/arm64/CONFIG_QCOM_QDF2400_ERRATUM_0065 | 1 |
4 files changed, 2 insertions, 1 deletions
diff --git a/baseconfig/CONFIG_MVPP2 b/baseconfig/CONFIG_MVPP2 deleted file mode 100644 index ae82dcbc4..000000000 --- a/baseconfig/CONFIG_MVPP2 +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_MVPP2 is not set diff --git a/baseconfig/arm/CONFIG_MMC_BCM2835 b/baseconfig/arm/CONFIG_MMC_BCM2835 new file mode 100644 index 000000000..b3750c1a7 --- /dev/null +++ b/baseconfig/arm/CONFIG_MMC_BCM2835 @@ -0,0 +1 @@ +CONFIG_MMC_BCM2835=m diff --git a/baseconfig/arm/armv7/CONFIG_MVPP2 b/baseconfig/arm/CONFIG_MVPP2 index e41ec5ca1..e41ec5ca1 100644 --- a/baseconfig/arm/armv7/CONFIG_MVPP2 +++ b/baseconfig/arm/CONFIG_MVPP2 diff --git a/baseconfig/arm/arm64/CONFIG_QCOM_QDF2400_ERRATUM_0065 b/baseconfig/arm/arm64/CONFIG_QCOM_QDF2400_ERRATUM_0065 new file mode 100644 index 000000000..dec9be970 --- /dev/null +++ b/baseconfig/arm/arm64/CONFIG_QCOM_QDF2400_ERRATUM_0065 @@ -0,0 +1 @@ +CONFIG_QCOM_QDF2400_ERRATUM_0065=y |