Reenable radio drivers. (rhbz 784824)

This commit is contained in:
Dave Jones 2012-02-17 14:56:29 -05:00
parent 98a4640c2d
commit f1ec5c04e8
2 changed files with 17 additions and 1 deletions

View File

@ -4161,7 +4161,20 @@ CONFIG_NE2000=m
# CONFIG_SERIAL_8250_HUB6 is not set
# CONFIG_SERIAL_8250_EXAR_ST16C554 is not set
# CONFIG_RADIO_ADAPTERS is not set
CONFIG_RADIO_ADAPTERS=y
CONFIG_RADIO_TEA5764=m
CONFIG_RADIO_SAA7706H=m
CONFIG_RADIO_CADET=m
CONFIG_RADIO_RTRACK=m
CONFIG_RADIO_RTRACK2=m
CONFIG_RADIO_AZTECH=m
CONFIG_RADIO_GEMTEK=m
CONFIG_RADIO_SF16FMI=m
CONFIG_RADIO_SF16FMR2=m
CONFIG_RADIO_TERRATEC=m
CONFIG_RADIO_TRUST=m
CONFIG_RADIO_TYPHOON=m
CONFIG_RADIO_ZOLTRIX=m
# CONFIG_SND_OPL4_LIB is not set
# CONFIG_SND_AD1816A is not set

View File

@ -2336,6 +2336,9 @@ fi
# and build.
%changelog
* Fri Feb 17 2012 Dave Jones <davej@redhat.com>
- Reenable radio drivers. (rhbz 784824)
* Thu Feb 16 2012 Dave Jones <davej@redhat.com> 3.2.6-4
- Freeze all filesystems during system suspend/hibernate.