diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2007-10-17 17:41:00 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-11-20 15:39:54 -0600 |
commit | ad639b9f2ccb87815384bda4ed4609592a861b8b (patch) | |
tree | 78400fd3f80e459e4b57c2ecb4d6b09a63f8699b /arch/powerpc/configs/mpc834x_itx_defconfig | |
parent | 04ce7a9767fa75a5ea7704b88530adde64488152 (diff) | |
download | blackbird-obmc-linux-ad639b9f2ccb87815384bda4ed4609592a861b8b.tar.gz blackbird-obmc-linux-ad639b9f2ccb87815384bda4ed4609592a861b8b.zip |
[POWERPC] 83xx: Update mpc8349emitx(gp) defconfig for USB
USB support for the 8349itx got added a while back; but the defconfig
never got updated. This patch adds the appropriate USB config options
to the defconfigs
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
CC: Scott Wood <scottwood@freescale.com>
CC: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/configs/mpc834x_itx_defconfig')
-rw-r--r-- | arch/powerpc/configs/mpc834x_itx_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/configs/mpc834x_itx_defconfig b/arch/powerpc/configs/mpc834x_itx_defconfig index eb28dd85cb2b..ba512d13f3a3 100644 --- a/arch/powerpc/configs/mpc834x_itx_defconfig +++ b/arch/powerpc/configs/mpc834x_itx_defconfig @@ -867,7 +867,7 @@ CONFIG_USB_EHCI_ROOT_HUB_TT=y CONFIG_USB_EHCI_FSL=y # CONFIG_USB_ISP116X_HCD is not set # CONFIG_USB_OHCI_HCD is not set -# CONFIG_USB_UHCI_HCD is not set +CONFIG_USB_UHCI_HCD=y # CONFIG_USB_SL811_HCD is not set # CONFIG_USB_R8A66597_HCD is not set |