diff options
author | Anatolij Gustschin <agust@denx.de> | 2013-06-25 02:51:19 -0400 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2013-06-25 02:51:19 -0400 |
commit | dd0120dea601de654a5a6d959da3a632a02200f0 (patch) | |
tree | 466ed263d38159a1e37e6ae36e4ab0c369aaccca /arch/powerpc/configs/mpc512x_defconfig | |
parent | 6d18c9042c037f8600c9648260f76eae5170c0c3 (diff) |
powerpc/mpc512x: enable USB support in defconfig
Enable USB EHCI, mass storage and USB gadget support.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'arch/powerpc/configs/mpc512x_defconfig')
-rw-r--r-- | arch/powerpc/configs/mpc512x_defconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/powerpc/configs/mpc512x_defconfig b/arch/powerpc/configs/mpc512x_defconfig index 5b8ee8080ecc..ee853a1b1b2c 100644 --- a/arch/powerpc/configs/mpc512x_defconfig +++ b/arch/powerpc/configs/mpc512x_defconfig | |||
@@ -102,6 +102,13 @@ CONFIG_FB=y | |||
102 | CONFIG_FB_FSL_DIU=y | 102 | CONFIG_FB_FSL_DIU=y |
103 | # CONFIG_VGA_CONSOLE is not set | 103 | # CONFIG_VGA_CONSOLE is not set |
104 | CONFIG_FRAMEBUFFER_CONSOLE=y | 104 | CONFIG_FRAMEBUFFER_CONSOLE=y |
105 | CONFIG_USB=y | ||
106 | CONFIG_USB_EHCI_HCD=y | ||
107 | CONFIG_USB_EHCI_FSL=y | ||
108 | # CONFIG_USB_EHCI_HCD_PPC_OF is not set | ||
109 | CONFIG_USB_STORAGE=y | ||
110 | CONFIG_USB_GADGET=y | ||
111 | CONFIG_USB_FSL_USB2=y | ||
105 | CONFIG_RTC_CLASS=y | 112 | CONFIG_RTC_CLASS=y |
106 | CONFIG_RTC_DRV_M41T80=y | 113 | CONFIG_RTC_DRV_M41T80=y |
107 | CONFIG_RTC_DRV_MPC5121=y | 114 | CONFIG_RTC_DRV_MPC5121=y |