Skip to content

Commit

Permalink
[MIPS] Kconfig: Include init/Kconfig after we've set 32BIT / 64BIT.
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 Dec 1, 2005
1 parent d981733 commit b6c3539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ config MIPS

mainmenu "Linux/MIPS Kernel Configuration"

source "init/Kconfig"

menu "Machine selection"

choice
Expand Down Expand Up @@ -1643,6 +1641,8 @@ config RWSEM_GENERIC_SPINLOCK
bool
default y

source "init/Kconfig"

menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"

config HW_HAS_EISA
Expand Down

0 comments on commit b6c3539

Please sign in to comment.