Skip to content

Commit

Permalink
ARM: highbank: select ARCH_DMA_ADDR_T_64BIT for LPAE
Browse files Browse the repository at this point in the history
ECX-2000 has some 64-bit capable DMA and therefore needs dma_addr_t
to be a 64-bit size.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
  • Loading branch information
Rob Herring committed Aug 23, 2013
1 parent b90ca06 commit 62b4d60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-highbank/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
config ARCH_HIGHBANK
bool "Calxeda ECX-1000/2000 (Highbank/Midway)" if ARCH_MULTI_V7
select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE
select ARCH_HAS_CPUFREQ
select ARCH_HAS_HOLES_MEMORYMODEL
select ARCH_HAS_OPP
Expand Down

0 comments on commit 62b4d60

Please sign in to comment.