Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux-seco-intel
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nicola Sparnacci
linux-seco-intel
Commits
7b61ca5d
Commit
7b61ca5d
authored
13 years ago
by
Paul Mundt
Browse files
Options
Downloads
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
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/sh/Kconfig
+5
-5
5 additions, 5 deletions
arch/sh/Kconfig
with
5 additions
and
5 deletions
arch/sh/Kconfig
+
5
−
5
View file @
7b61ca5d
...
...
@@ -348,7 +348,7 @@ config CPU_SUBTYPE_SH7720
select SYS_SUPPORTS_CMT
select ARCH_WANT_OPTIONAL_GPIOLIB
select USB_ARCH_HAS_OHCI
select USB_OHCI_SH
select USB_OHCI_SH
if USB_OHCI_HCD
help
Select SH7720 if you have a SH3-DSP SH7720 CPU.
...
...
@@ -358,7 +358,7 @@ config CPU_SUBTYPE_SH7721
select CPU_HAS_DSP
select SYS_SUPPORTS_CMT
select USB_ARCH_HAS_OHCI
select USB_OHCI_SH
select USB_OHCI_SH
if USB_OHCI_HCD
help
Select SH7721 if you have a SH3-DSP SH7721 CPU.
...
...
@@ -442,7 +442,7 @@ config CPU_SUBTYPE_SH7763
bool "Support SH7763 processor"
select CPU_SH4A
select USB_ARCH_HAS_OHCI
select USB_OHCI_SH
select USB_OHCI_SH
if USB_OHCI_HCD
help
Select SH7763 if you have a SH4A SH7763(R5S77631) CPU.
...
...
@@ -470,9 +470,9 @@ config CPU_SUBTYPE_SH7786
select GENERIC_CLOCKEVENTS_BROADCAST if SMP
select ARCH_WANT_OPTIONAL_GPIOLIB
select USB_ARCH_HAS_OHCI
select USB_OHCI_SH
select USB_OHCI_SH
if USB_OHCI_HCD
select USB_ARCH_HAS_EHCI
select USB_EHCI_SH
select USB_EHCI_SH
if USB_EHCI_HCD
config CPU_SUBTYPE_SHX3
bool "Support SH-X3 processor"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment