sh: Convert the last use of 'optional' property in Kconfig
[linux-block.git] / arch / sh / Kconfig
index 2ad3e29f0ebec416f42f28ac09c651ef9da74614..8b64ca76aa4b4a0e4e64816ce0a96c0f71bd12a5 100644 (file)
@@ -709,7 +709,6 @@ config ROMIMAGE_MMCIF
 
 choice
        prompt "Kernel command line"
-       optional
        default CMDLINE_OVERWRITE
        help
          Setting this option allows the kernel command line arguments
@@ -727,6 +726,11 @@ config CMDLINE_EXTEND
          Given string will be concatenated with arguments passed in
          by a bootloader.
 
+config CMDLINE_FROM_BOOTLOADER
+       bool "Use bootloader kernel arguments"
+       help
+         Uses the command-line options passed by the boot loader.
+
 endchoice
 
 config CMDLINE