diff options
author | Laura Abbott <labbott@fedoraproject.org> | 2015-11-11 15:24:19 -0800 |
---|---|---|
committer | Laura Abbott <labbott@fedoraproject.org> | 2015-11-11 15:24:21 -0800 |
commit | bc28c746fc43d29ef9930aba1946dd78318e23d2 (patch) | |
tree | 23936770eb413202ce8c6c59b26896937eab89a1 | |
parent | 4edc7cd99aa0d7c322edb6ec17a26c33a51fab8d (diff) | |
download | kernel-bc28c746fc43d29ef9930aba1946dd78318e23d2.tar.gz kernel-bc28c746fc43d29ef9930aba1946dd78318e23d2.tar.xz kernel-bc28c746fc43d29ef9930aba1946dd78318e23d2.zip |
Drop CONFIG_DRM_DW_HDMI_AHB_AUDIO for now
The module filters need to be updated
-rw-r--r-- | config-armv7-generic | 2 | ||||
-rw-r--r-- | kernel.spec | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/config-armv7-generic b/config-armv7-generic index 669d8aeed..365b59be8 100644 --- a/config-armv7-generic +++ b/config-armv7-generic @@ -483,7 +483,7 @@ CONFIG_DRM_PANEL_LG_LG4573=m CONFIG_DRM_PANEL_SAMSUNG_LD9040=m CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0=m CONFIG_DRM_DW_HDMI=m -CONFIG_DRM_DW_HDMI_AHB_AUDIO=m +# CONFIG_DRM_DW_HDMI_AHB_AUDIO is not set # regmap CONFIG_REGMAP_SPI=m diff --git a/kernel.spec b/kernel.spec index ee3224cad..9719c3458 100644 --- a/kernel.spec +++ b/kernel.spec @@ -40,7 +40,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be appended after the rcX and # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3" # -%global baserelease 1 +%global baserelease 2 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -2043,6 +2043,9 @@ fi # # %changelog +* Wed Nov 11 2015 Laura Abbott <labbott@redhat.com> - 4.4.0-0.rc0.git7.2 +- Drop CONFIG_DRM_DW_HDMI_AHB_AUDIO for now + * Wed Nov 11 2015 Laura Abbott <labbott@redhat.com> - 4.4.0-0.rc0.git7.1 - Linux v4.3-11481-gc5a3788 - Actually drop CONFIG_DMADEVICES_VDEBUG |