Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106810
b: refs/heads/master
c: 74fcc77
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Jul 28, 2008
1 parent 0f6d5f0 commit 429bc7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 02f7e627f9248a478cf790112a07ae2c612b895a
refs/heads/master: 74fcc77982e703fe85d8bd5437130fd94c61daee
6 changes: 3 additions & 3 deletions trunk/arch/sh/mm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -145,19 +145,19 @@ choice

config PAGE_SIZE_4KB
bool "4kB"
depends on !X2TLB
depends on !MMU || !X2TLB
help
This is the default page size used by all SuperH CPUs.

config PAGE_SIZE_8KB
bool "8kB"
depends on X2TLB
depends on !MMU || X2TLB
help
This enables 8kB pages as supported by SH-X2 and later MMUs.

config PAGE_SIZE_64KB
bool "64kB"
depends on CPU_SH4 || CPU_SH5
depends on !MMU || CPU_SH4 || CPU_SH5
help
This enables support for 64kB pages, possible on all SH-4
CPUs and later.
Expand Down

0 comments on commit 429bc7b

Please sign in to comment.