Disable CONFIG_RTC_DRV_DS1307_CENTURY
This commit is contained in:
parent
1fdea39f75
commit
d8001179dd
@ -3312,7 +3312,7 @@ CONFIG_RTC_DRV_CMOS=y
|
|||||||
CONFIG_RTC_DRV_ABX80X=m
|
CONFIG_RTC_DRV_ABX80X=m
|
||||||
CONFIG_RTC_DRV_DS1307=m
|
CONFIG_RTC_DRV_DS1307=m
|
||||||
CONFIG_RTC_DRV_DS1307_HWMON=y
|
CONFIG_RTC_DRV_DS1307_HWMON=y
|
||||||
CONFIG_RTC_DRV_DS1307_CENTURY=y
|
# CONFIG_RTC_DRV_DS1307_CENTURY is not set
|
||||||
CONFIG_RTC_DRV_DS1511=m
|
CONFIG_RTC_DRV_DS1511=m
|
||||||
CONFIG_RTC_DRV_DS1553=m
|
CONFIG_RTC_DRV_DS1553=m
|
||||||
CONFIG_RTC_DRV_DS1685_FAMILY=m
|
CONFIG_RTC_DRV_DS1685_FAMILY=m
|
||||||
|
@ -42,7 +42,7 @@ Summary: The Linux kernel
|
|||||||
# For non-released -rc kernels, this will be appended after the rcX and
|
# 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"
|
# 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}
|
%global fedora_build %{baserelease}
|
||||||
|
|
||||||
# base_sublevel is the kernel version we're starting with and patching
|
# base_sublevel is the kernel version we're starting with and patching
|
||||||
@ -2142,6 +2142,9 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 17 2016 Laura Abbott <labbott@redhat.com> - 4.9.0-0.rc1.git0.2
|
||||||
|
- Disable CONFIG_RTC_DRV_DS1307_CENTURY
|
||||||
|
|
||||||
* Mon Oct 17 2016 Laura Abbott <labbott@redhat.com> - 4.9.0-0.rc1.git0.1
|
* Mon Oct 17 2016 Laura Abbott <labbott@redhat.com> - 4.9.0-0.rc1.git0.1
|
||||||
- Linux v4.8-rc1
|
- Linux v4.8-rc1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user