diff options
author | Gabriel Ionescu <gabriel.ionescu@enea.com> | 2018-03-22 10:42:42 +0100 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2018-03-22 15:39:35 +0100 |
commit | dfc8946f58bbf4aa3a345c4fb5d5895502936edd (patch) | |
tree | 01af087fc5d37dd3e2722332fdb11de7674a0680 /features/usb/ohci_m.cfg | |
parent | cfa22fceb5f83653b9cdbccec077a03046877a74 (diff) | |
download | enea-kernel-cache-dfc8946f58bbf4aa3a345c4fb5d5895502936edd.tar.gz |
Kernel: Add fragments to support booting from an USB and CDROM
The patch adds support for booting the live image and installer off
of various storage types, including USB sticks and CDROMs.
Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com>
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'features/usb/ohci_m.cfg')
-rw-r--r-- | features/usb/ohci_m.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/features/usb/ohci_m.cfg b/features/usb/ohci_m.cfg new file mode 100644 index 0000000..4b21a91 --- /dev/null +++ b/features/usb/ohci_m.cfg | |||
@@ -0,0 +1,4 @@ | |||
1 | CONFIG_USB_OHCI_HCD=m | ||
2 | CONFIG_USB_OHCI_HCD_PCI=m | ||
3 | CONFIG_USB_OHCI_HCD_PLATFORM=m | ||
4 | CONFIG_USB_UHCI_HCD=m | ||