summaryrefslogtreecommitdiffstats
path: root/features/usb
diff options
context:
space:
mode:
authorAdrian Stratulat <adrian.stratulat@enea.com>2020-06-09 13:10:17 +0200
committerAdrian Stratulat <adrian.stratulat@enea.com>2020-06-11 12:31:55 +0200
commit2e53208e8c1eaf83fb6b6411f8465f2bdf1d6069 (patch)
treea75c155496521cf9fb1931751aa573d8bb33a1ea /features/usb
parent9153e7a0c6a10dfe5ada1661ab116068cfc364ee (diff)
downloadenea-kernel-cache-ampere-4.14.tar.gz
Add supporting config snippetsampere-4.14
Change-Id: Ic2f7c31c8ad274f4c3677320b81ccb0407612711 Signed-off-by: Adrian Stratulat <adrian.stratulat@enea.com>
Diffstat (limited to 'features/usb')
-rw-r--r--features/usb/ohci_m.cfg4
-rw-r--r--features/usb/ohci_m.scc5
-rw-r--r--features/usb/usb_storage_m.cfg1
-rw-r--r--features/usb/usb_storage_m.scc5
4 files changed, 15 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 @@
1CONFIG_USB_OHCI_HCD=m
2CONFIG_USB_OHCI_HCD_PCI=m
3CONFIG_USB_OHCI_HCD_PLATFORM=m
4CONFIG_USB_UHCI_HCD=m
diff --git a/features/usb/ohci_m.scc b/features/usb/ohci_m.scc
new file mode 100644
index 0000000..43544cb
--- /dev/null
+++ b/features/usb/ohci_m.scc
@@ -0,0 +1,5 @@
1define KFEATURE_DESCRIPTION "Enable OHCI as module"
2
3define KFEATURE_COMPATIBILITY all
4
5kconf hardware ohci_m.cfg
diff --git a/features/usb/usb_storage_m.cfg b/features/usb/usb_storage_m.cfg
new file mode 100644
index 0000000..c99c095
--- /dev/null
+++ b/features/usb/usb_storage_m.cfg
@@ -0,0 +1 @@
CONFIG_USB_STORAGE=m
diff --git a/features/usb/usb_storage_m.scc b/features/usb/usb_storage_m.scc
new file mode 100644
index 0000000..c4c0ebf
--- /dev/null
+++ b/features/usb/usb_storage_m.scc
@@ -0,0 +1,5 @@
1define KFEATURE_DESCRIPTION "Enable USB storage as module"
2
3define KFEATURE_COMPATIBILITY all
4
5kconf hardware usb_storage_m.cfg