From 741f1977f54d183137def1d638bce9fb0e2d3e4e Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 24 May 2017 12:27:01 +0100 Subject: Various ARM updates --- baseconfig/arm/armv7/CONFIG_AXP20X_ADC | 1 + baseconfig/arm/armv7/CONFIG_BATTERY_AXP20X | 1 + baseconfig/arm/armv7/CONFIG_DEFAULT_MMAP_MIN_ADDR | 1 - baseconfig/arm/armv7/CONFIG_QCOM_SPMI_TEMP_ALARM | 1 - baseconfig/arm/armv7/CONFIG_SND_SOC_MAX98090 | 1 + baseconfig/arm/armv7/CONFIG_UBIFS_FS | 1 - baseconfig/arm/armv7/CONFIG_UBIFS_FS_ADVANCED_COMPR | 1 - baseconfig/arm/armv7/CONFIG_UBIFS_FS_LZO | 1 - baseconfig/arm/armv7/CONFIG_UBIFS_FS_ZLIB | 1 - baseconfig/arm/armv7/armv7/CONFIG_KXSD9 | 1 + baseconfig/arm/armv7/armv7/CONFIG_KXSD9_I2C | 1 + baseconfig/arm/armv7/armv7/CONFIG_KXSD9_SPI | 1 + baseconfig/arm/armv7/armv7/CONFIG_MPU3050_I2C | 1 + baseconfig/arm/armv7/armv7/CONFIG_QCOM_ADSP_PIL | 1 + baseconfig/arm/armv7/armv7/CONFIG_QCOM_Q6V5_PIL | 2 +- baseconfig/arm/armv7/armv7/CONFIG_QCOM_SPMI_TEMP_ALARM | 1 + baseconfig/arm/armv7/armv7/CONFIG_QCOM_WCNSS_PIL | 2 +- baseconfig/arm/armv7/armv7/CONFIG_REGMAP_SPMI | 1 + baseconfig/arm/armv7/armv7/CONFIG_SPMI | 1 + 19 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 baseconfig/arm/armv7/CONFIG_AXP20X_ADC create mode 100644 baseconfig/arm/armv7/CONFIG_BATTERY_AXP20X delete mode 100644 baseconfig/arm/armv7/CONFIG_DEFAULT_MMAP_MIN_ADDR delete mode 100644 baseconfig/arm/armv7/CONFIG_QCOM_SPMI_TEMP_ALARM create mode 100644 baseconfig/arm/armv7/CONFIG_SND_SOC_MAX98090 delete mode 100644 baseconfig/arm/armv7/CONFIG_UBIFS_FS delete mode 100644 baseconfig/arm/armv7/CONFIG_UBIFS_FS_ADVANCED_COMPR delete mode 100644 baseconfig/arm/armv7/CONFIG_UBIFS_FS_LZO delete mode 100644 baseconfig/arm/armv7/CONFIG_UBIFS_FS_ZLIB create mode 100644 baseconfig/arm/armv7/armv7/CONFIG_KXSD9 create mode 100644 baseconfig/arm/armv7/armv7/CONFIG_KXSD9_I2C create mode 100644 baseconfig/arm/armv7/armv7/CONFIG_KXSD9_SPI create mode 100644 baseconfig/arm/armv7/armv7/CONFIG_MPU3050_I2C create mode 100644 baseconfig/arm/armv7/armv7/CONFIG_QCOM_ADSP_PIL create mode 100644 baseconfig/arm/armv7/armv7/CONFIG_QCOM_SPMI_TEMP_ALARM create mode 100644 baseconfig/arm/armv7/armv7/CONFIG_REGMAP_SPMI create mode 100644 baseconfig/arm/armv7/armv7/CONFIG_SPMI (limited to 'baseconfig/arm/armv7') diff --git a/baseconfig/arm/armv7/CONFIG_AXP20X_ADC b/baseconfig/arm/armv7/CONFIG_AXP20X_ADC new file mode 100644 index 000000000..025239f25 --- /dev/null +++ b/baseconfig/arm/armv7/CONFIG_AXP20X_ADC @@ -0,0 +1 @@ +CONFIG_AXP20X_ADC=m diff --git a/baseconfig/arm/armv7/CONFIG_BATTERY_AXP20X b/baseconfig/arm/armv7/CONFIG_BATTERY_AXP20X new file mode 100644 index 000000000..75591a277 --- /dev/null +++ b/baseconfig/arm/armv7/CONFIG_BATTERY_AXP20X @@ -0,0 +1 @@ +CONFIG_BATTERY_AXP20X=m diff --git a/baseconfig/arm/armv7/CONFIG_DEFAULT_MMAP_MIN_ADDR b/baseconfig/arm/armv7/CONFIG_DEFAULT_MMAP_MIN_ADDR deleted file mode 100644 index 03757767c..000000000 --- a/baseconfig/arm/armv7/CONFIG_DEFAULT_MMAP_MIN_ADDR +++ /dev/null @@ -1 +0,0 @@ -CONFIG_DEFAULT_MMAP_MIN_ADDR=32768 diff --git a/baseconfig/arm/armv7/CONFIG_QCOM_SPMI_TEMP_ALARM b/baseconfig/arm/armv7/CONFIG_QCOM_SPMI_TEMP_ALARM deleted file mode 100644 index 69966daab..000000000 --- a/baseconfig/arm/armv7/CONFIG_QCOM_SPMI_TEMP_ALARM +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_QCOM_SPMI_TEMP_ALARM is not set diff --git a/baseconfig/arm/armv7/CONFIG_SND_SOC_MAX98090 b/baseconfig/arm/armv7/CONFIG_SND_SOC_MAX98090 new file mode 100644 index 000000000..c22ad4a46 --- /dev/null +++ b/baseconfig/arm/armv7/CONFIG_SND_SOC_MAX98090 @@ -0,0 +1 @@ +CONFIG_SND_SOC_MAX98090=m diff --git a/baseconfig/arm/armv7/CONFIG_UBIFS_FS b/baseconfig/arm/armv7/CONFIG_UBIFS_FS deleted file mode 100644 index e71980df4..000000000 --- a/baseconfig/arm/armv7/CONFIG_UBIFS_FS +++ /dev/null @@ -1 +0,0 @@ -CONFIG_UBIFS_FS=m diff --git a/baseconfig/arm/armv7/CONFIG_UBIFS_FS_ADVANCED_COMPR b/baseconfig/arm/armv7/CONFIG_UBIFS_FS_ADVANCED_COMPR deleted file mode 100644 index f91c8cd6c..000000000 --- a/baseconfig/arm/armv7/CONFIG_UBIFS_FS_ADVANCED_COMPR +++ /dev/null @@ -1 +0,0 @@ -CONFIG_UBIFS_FS_ADVANCED_COMPR=y diff --git a/baseconfig/arm/armv7/CONFIG_UBIFS_FS_LZO b/baseconfig/arm/armv7/CONFIG_UBIFS_FS_LZO deleted file mode 100644 index e743a6b32..000000000 --- a/baseconfig/arm/armv7/CONFIG_UBIFS_FS_LZO +++ /dev/null @@ -1 +0,0 @@ -CONFIG_UBIFS_FS_LZO=y diff --git a/baseconfig/arm/armv7/CONFIG_UBIFS_FS_ZLIB b/baseconfig/arm/armv7/CONFIG_UBIFS_FS_ZLIB deleted file mode 100644 index 18bffa1f1..000000000 --- a/baseconfig/arm/armv7/CONFIG_UBIFS_FS_ZLIB +++ /dev/null @@ -1 +0,0 @@ -CONFIG_UBIFS_FS_ZLIB=y diff --git a/baseconfig/arm/armv7/armv7/CONFIG_KXSD9 b/baseconfig/arm/armv7/armv7/CONFIG_KXSD9 new file mode 100644 index 000000000..090669c9c --- /dev/null +++ b/baseconfig/arm/armv7/armv7/CONFIG_KXSD9 @@ -0,0 +1 @@ +CONFIG_KXSD9=m diff --git a/baseconfig/arm/armv7/armv7/CONFIG_KXSD9_I2C b/baseconfig/arm/armv7/armv7/CONFIG_KXSD9_I2C new file mode 100644 index 000000000..3d2256700 --- /dev/null +++ b/baseconfig/arm/armv7/armv7/CONFIG_KXSD9_I2C @@ -0,0 +1 @@ +CONFIG_KXSD9_I2C=m diff --git a/baseconfig/arm/armv7/armv7/CONFIG_KXSD9_SPI b/baseconfig/arm/armv7/armv7/CONFIG_KXSD9_SPI new file mode 100644 index 000000000..f4da57bbc --- /dev/null +++ b/baseconfig/arm/armv7/armv7/CONFIG_KXSD9_SPI @@ -0,0 +1 @@ +CONFIG_KXSD9_SPI=m diff --git a/baseconfig/arm/armv7/armv7/CONFIG_MPU3050_I2C b/baseconfig/arm/armv7/armv7/CONFIG_MPU3050_I2C new file mode 100644 index 000000000..2e9c7cc45 --- /dev/null +++ b/baseconfig/arm/armv7/armv7/CONFIG_MPU3050_I2C @@ -0,0 +1 @@ +CONFIG_MPU3050_I2C=m diff --git a/baseconfig/arm/armv7/armv7/CONFIG_QCOM_ADSP_PIL b/baseconfig/arm/armv7/armv7/CONFIG_QCOM_ADSP_PIL new file mode 100644 index 000000000..0aa258124 --- /dev/null +++ b/baseconfig/arm/armv7/armv7/CONFIG_QCOM_ADSP_PIL @@ -0,0 +1 @@ +CONFIG_QCOM_ADSP_PIL=m diff --git a/baseconfig/arm/armv7/armv7/CONFIG_QCOM_Q6V5_PIL b/baseconfig/arm/armv7/armv7/CONFIG_QCOM_Q6V5_PIL index b749a7daa..18d8fb792 100644 --- a/baseconfig/arm/armv7/armv7/CONFIG_QCOM_Q6V5_PIL +++ b/baseconfig/arm/armv7/armv7/CONFIG_QCOM_Q6V5_PIL @@ -1 +1 @@ -# CONFIG_QCOM_Q6V5_PIL is not set +CONFIG_QCOM_Q6V5_PIL=m diff --git a/baseconfig/arm/armv7/armv7/CONFIG_QCOM_SPMI_TEMP_ALARM b/baseconfig/arm/armv7/armv7/CONFIG_QCOM_SPMI_TEMP_ALARM new file mode 100644 index 000000000..7155372b9 --- /dev/null +++ b/baseconfig/arm/armv7/armv7/CONFIG_QCOM_SPMI_TEMP_ALARM @@ -0,0 +1 @@ +CONFIG_QCOM_SPMI_TEMP_ALARM=m diff --git a/baseconfig/arm/armv7/armv7/CONFIG_QCOM_WCNSS_PIL b/baseconfig/arm/armv7/armv7/CONFIG_QCOM_WCNSS_PIL index bb8c24d61..b13cefb38 100644 --- a/baseconfig/arm/armv7/armv7/CONFIG_QCOM_WCNSS_PIL +++ b/baseconfig/arm/armv7/armv7/CONFIG_QCOM_WCNSS_PIL @@ -1 +1 @@ -# CONFIG_QCOM_WCNSS_PIL is not set +CONFIG_QCOM_WCNSS_PIL=m diff --git a/baseconfig/arm/armv7/armv7/CONFIG_REGMAP_SPMI b/baseconfig/arm/armv7/armv7/CONFIG_REGMAP_SPMI new file mode 100644 index 000000000..0c319596b --- /dev/null +++ b/baseconfig/arm/armv7/armv7/CONFIG_REGMAP_SPMI @@ -0,0 +1 @@ +CONFIG_REGMAP_SPMI=m diff --git a/baseconfig/arm/armv7/armv7/CONFIG_SPMI b/baseconfig/arm/armv7/armv7/CONFIG_SPMI new file mode 100644 index 000000000..b340c89e6 --- /dev/null +++ b/baseconfig/arm/armv7/armv7/CONFIG_SPMI @@ -0,0 +1 @@ +CONFIG_SPMI=m -- cgit