Skip to content

Commit

Permalink
MIPS: Kconfig: Move ZONE_DMA to a more appropriate place.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Jun 13, 2013
1 parent 5a5f1ef commit e05eb3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ config MIPS

menu "Machine selection"

config ZONE_DMA
bool

choice
prompt "System type"
default SGI_IP22
Expand Down Expand Up @@ -2464,6 +2461,9 @@ config I8253
select CLKEVT_I8253
select MIPS_EXTERNAL_TIMER

config ZONE_DMA
bool

config ZONE_DMA32
bool

Expand Down

0 comments on commit e05eb3f

Please sign in to comment.