diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-11-25 06:35:40 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-12-01 06:05:14 -0500 |
commit | b6c3539bdd6d766cffea76698c85ebb92bf3fb12 (patch) | |
tree | af8ef2310e5f6218c91c167cf5e3b2ca88f1e393 /arch/mips/Kconfig | |
parent | d981733aaf970e4537bb8dee9422ee775d92e5ae (diff) |
[MIPS] Kconfig: Include init/Kconfig after we've set 32BIT / 64BIT.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index e380a8322a94..b50be449d3f5 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -6,8 +6,6 @@ config MIPS | |||
6 | 6 | ||
7 | mainmenu "Linux/MIPS Kernel Configuration" | 7 | mainmenu "Linux/MIPS Kernel Configuration" |
8 | 8 | ||
9 | source "init/Kconfig" | ||
10 | |||
11 | menu "Machine selection" | 9 | menu "Machine selection" |
12 | 10 | ||
13 | choice | 11 | choice |
@@ -1643,6 +1641,8 @@ config RWSEM_GENERIC_SPINLOCK | |||
1643 | bool | 1641 | bool |
1644 | default y | 1642 | default y |
1645 | 1643 | ||
1644 | source "init/Kconfig" | ||
1645 | |||
1646 | menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)" | 1646 | menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)" |
1647 | 1647 | ||
1648 | config HW_HAS_EISA | 1648 | config HW_HAS_EISA |