Skip to content

Commit

Permalink
MIPS: Enable ARCH_DMA_ADDR_T_64BIT if (HIGHMEM && 64BIT_PHYS_ADDR) ||…
Browse files Browse the repository at this point in the history
… 64BIT

Signed-off-by: FUJITA Tomonori <[email protected]>
To: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/1566/
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
fujita authored and ralfbaechle committed Mar 25, 2011
1 parent 4047185 commit 4bafad9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,9 @@ config GPIO_TXX9
config CFE
bool

config ARCH_DMA_ADDR_T_64BIT
def_bool (HIGHMEM && 64BIT_PHYS_ADDR) || 64BIT

config DMA_COHERENT
bool

Expand Down

0 comments on commit 4bafad9

Please sign in to comment.