diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2012-08-26 09:40:58 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2012-08-26 09:44:25 +0100 |
commit | f05cdeebfe0ab8efe43b7157af04ee50c46d6074 (patch) | |
tree | d2ae12e18d3566c915f27bd7968184ed5185551c /config-arm-generic | |
parent | b49693cc59e0c9a7d9530138caa0e48ace87694c (diff) | |
download | kernel-f05cdeebfe0ab8efe43b7157af04ee50c46d6074.tar.gz kernel-f05cdeebfe0ab8efe43b7157af04ee50c46d6074.tar.xz kernel-f05cdeebfe0ab8efe43b7157af04ee50c46d6074.zip |
Add patch to fix build on ARM, Enable USB ULPI driver to fix some USB ports
Diffstat (limited to 'config-arm-generic')
-rw-r--r-- | config-arm-generic | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config-arm-generic b/config-arm-generic index 31ebd9bfe..b75fc4203 100644 --- a/config-arm-generic +++ b/config-arm-generic @@ -88,6 +88,8 @@ CONFIG_RFKILL_GPIO=m CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y CONFIG_GPIO_GENERIC_PLATFORM=m +CONFIG_USB_ULPI=m + CONFIG_SND_ARM=y CONFIG_SND_ARMAACI=m CONFIG_SND_SOC=m |