diff options
Diffstat (limited to 'arch/frv/Kconfig')
-rw-r--r-- | arch/frv/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/frv/Kconfig b/arch/frv/Kconfig index 2b19372767eb..ec85c0d6c6da 100644 --- a/arch/frv/Kconfig +++ b/arch/frv/Kconfig | |||
@@ -74,6 +74,8 @@ config HIGHPTE | |||
74 | with a lot of RAM, this can be wasteful of precious low memory. | 74 | with a lot of RAM, this can be wasteful of precious low memory. |
75 | Setting this option will put user-space page tables in high memory. | 75 | Setting this option will put user-space page tables in high memory. |
76 | 76 | ||
77 | source "mm/Kconfig" | ||
78 | |||
77 | choice | 79 | choice |
78 | prompt "uClinux kernel load address" | 80 | prompt "uClinux kernel load address" |
79 | depends on !MMU | 81 | depends on !MMU |
@@ -344,6 +346,8 @@ source "fs/Kconfig.binfmt" | |||
344 | 346 | ||
345 | endmenu | 347 | endmenu |
346 | 348 | ||
349 | source "net/Kconfig" | ||
350 | |||
347 | source "drivers/Kconfig" | 351 | source "drivers/Kconfig" |
348 | 352 | ||
349 | source "fs/Kconfig" | 353 | source "fs/Kconfig" |