Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
7b61ca5d
Commit
7b61ca5d
authored
Jun 30, 2011
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: Fix up unmet dependency warnings with USB EHCI/OHCI selects.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
6afba9e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
arch/sh/Kconfig
arch/sh/Kconfig
+5
-5
No files found.
arch/sh/Kconfig
View file @
7b61ca5d
...
@@ -348,7 +348,7 @@ config CPU_SUBTYPE_SH7720
...
@@ -348,7 +348,7 @@ config CPU_SUBTYPE_SH7720
select SYS_SUPPORTS_CMT
select SYS_SUPPORTS_CMT
select ARCH_WANT_OPTIONAL_GPIOLIB
select ARCH_WANT_OPTIONAL_GPIOLIB
select USB_ARCH_HAS_OHCI
select USB_ARCH_HAS_OHCI
select USB_OHCI_SH
select USB_OHCI_SH
if USB_OHCI_HCD
help
help
Select SH7720 if you have a SH3-DSP SH7720 CPU.
Select SH7720 if you have a SH3-DSP SH7720 CPU.
...
@@ -358,7 +358,7 @@ config CPU_SUBTYPE_SH7721
...
@@ -358,7 +358,7 @@ config CPU_SUBTYPE_SH7721
select CPU_HAS_DSP
select CPU_HAS_DSP
select SYS_SUPPORTS_CMT
select SYS_SUPPORTS_CMT
select USB_ARCH_HAS_OHCI
select USB_ARCH_HAS_OHCI
select USB_OHCI_SH
select USB_OHCI_SH
if USB_OHCI_HCD
help
help
Select SH7721 if you have a SH3-DSP SH7721 CPU.
Select SH7721 if you have a SH3-DSP SH7721 CPU.
...
@@ -442,7 +442,7 @@ config CPU_SUBTYPE_SH7763
...
@@ -442,7 +442,7 @@ config CPU_SUBTYPE_SH7763
bool "Support SH7763 processor"
bool "Support SH7763 processor"
select CPU_SH4A
select CPU_SH4A
select USB_ARCH_HAS_OHCI
select USB_ARCH_HAS_OHCI
select USB_OHCI_SH
select USB_OHCI_SH
if USB_OHCI_HCD
help
help
Select SH7763 if you have a SH4A SH7763(R5S77631) CPU.
Select SH7763 if you have a SH4A SH7763(R5S77631) CPU.
...
@@ -470,9 +470,9 @@ config CPU_SUBTYPE_SH7786
...
@@ -470,9 +470,9 @@ config CPU_SUBTYPE_SH7786
select GENERIC_CLOCKEVENTS_BROADCAST if SMP
select GENERIC_CLOCKEVENTS_BROADCAST if SMP
select ARCH_WANT_OPTIONAL_GPIOLIB
select ARCH_WANT_OPTIONAL_GPIOLIB
select USB_ARCH_HAS_OHCI
select USB_ARCH_HAS_OHCI
select USB_OHCI_SH
select USB_OHCI_SH
if USB_OHCI_HCD
select USB_ARCH_HAS_EHCI
select USB_ARCH_HAS_EHCI
select USB_EHCI_SH
select USB_EHCI_SH
if USB_EHCI_HCD
config CPU_SUBTYPE_SHX3
config CPU_SUBTYPE_SHX3
bool "Support SH-X3 processor"
bool "Support SH-X3 processor"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment