Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68250
b: refs/heads/master
c: 1db4e9b
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Sep 21, 2007
1 parent 69f9d90 commit 72ca670
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d581593388e39d77acd643b1d7427c5ecbb85a03
refs/heads/master: 1db4e9bb5682fd3fd3f37f7fe9c322e7c5bb7578
5 changes: 4 additions & 1 deletion trunk/arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ endchoice

config SH_FPU
bool "FPU support"
depends on CPU_SH4
depends on CPU_HAS_FPU
default y
help
Selecting this option will enable support for SH processors that
Expand Down Expand Up @@ -199,6 +199,9 @@ config CPU_HAS_PTEA
config CPU_HAS_DSP
bool

config CPU_HAS_FPU
bool

endmenu

menu "Board support"
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/sh/mm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ config CPU_SH4
select CPU_HAS_INTEVT
select CPU_HAS_SR_RB
select CPU_HAS_PTEA if (!CPU_SUBTYPE_ST40 && !CPU_SH4A) || CPU_SHX2
select CPU_HAS_FPU if !CPU_SH4AL_DSP

config CPU_SH4A
bool
Expand Down

0 comments on commit 72ca670

Please sign in to comment.