diff options
author | Sam Ravnborg <sam@mars.(none)> | 2005-08-10 14:44:50 -0400 |
---|---|---|
committer | Sam Ravnborg <sam@mars.(none)> | 2005-08-10 14:44:50 -0400 |
commit | dbec486632d2303f5c0e75af7a8473fa4c4a145a (patch) | |
tree | 2597d1fd4f095dd29e30ae5614240a59eb635c2c /init | |
parent | fb7f6ff614f3ead2ca41bb4a348b9ea431d95176 (diff) |
kconfig: move initramfs options to General Setup
Move initramfs options from Device Drivers | Block Drivers to General Setup
This is a more natural place for this option.
Furthermore separate out intramfs options to usr/Kconfig
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index abaaa7748dd1..eb86972be1c2 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -238,6 +238,8 @@ config CPUSETS | |||
238 | 238 | ||
239 | Say N if unsure. | 239 | Say N if unsure. |
240 | 240 | ||
241 | source "usr/Kconfig" | ||
242 | |||
241 | menuconfig EMBEDDED | 243 | menuconfig EMBEDDED |
242 | bool "Configure standard kernel features (for small systems)" | 244 | bool "Configure standard kernel features (for small systems)" |
243 | help | 245 | help |