Skip to content

Commit e623c54

Browse files
mikeympe
authored andcommitted
powerpc/powernv: Add XHCI and USB storage to defconfig
These are common on bare metal machines, so put them in the defconfig. This adds 216KB to the vmlinux size Signed-off-by: Michael Neuling <[email protected]> Signed-off-by: Michael Ellerman <[email protected]>
1 parent 63b2547 commit e623c54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/powerpc/configs/powernv_defconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,11 @@ CONFIG_HID_SUNPLUS=y
220220
CONFIG_USB_HIDDEV=y
221221
CONFIG_USB=y
222222
CONFIG_USB_MON=m
223+
CONFIG_USB_XHCI_HCD=y
223224
CONFIG_USB_EHCI_HCD=y
224225
# CONFIG_USB_EHCI_HCD_PPC_OF is not set
225226
CONFIG_USB_OHCI_HCD=y
226-
CONFIG_USB_STORAGE=m
227+
CONFIG_USB_STORAGE=y
227228
CONFIG_NEW_LEDS=y
228229
CONFIG_LEDS_CLASS=m
229230
CONFIG_LEDS_POWERNV=m

0 commit comments

Comments
 (0)