[arm] build pinctrl-single into the kernel

This commit is contained in:
Kyle McMartin 2013-08-27 09:35:42 -04:00
parent 6072b10d20
commit 7ee0bdffc8
2 changed files with 5 additions and 1 deletions

View File

@ -178,7 +178,7 @@ CONFIG_MFD_TPS65912_SPI=y
CONFIG_PINMUX=y
CONFIG_PINCONF=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_SINGLE=m
CONFIG_PINCTRL_SINGLE=y
# CONFIG_PINCTRL_SAMSUNG is not set
# CONFIG_PINCTRL_EXYNOS4 is not set

View File

@ -2239,6 +2239,10 @@ fi
# ||----w |
# || ||
%changelog
* Tue Aug 27 2013 Kyle McMartin <kyle@redhat.com>
- [arm] build pinctrl-single in, needed to prevent deferral of
omap_serial registration.
* Mon Aug 26 2013 Josh Boyer <jwboyer@fedoraproject.org> - 3.11.0-0.rc7.git0.1
- Linux v3.11-rc7
- Disable debugging options.