summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-06-09 00:21:34 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-06-14 23:18:12 +0200
commit48229662ce5f01e0765823eca5b53db106ace41a (patch)
treeb3f780c015e9985bb44a8e7f16222fbf05b13011 /fs
parent1b601a2f3db80521c87a841ca74e609183e3428a (diff)
fs/iso9660: use if ... endif block instead of depends on
In preparation to the addition of numerous additional options to the iso9660 filesystem logic, use a if ... endif block instead of a depends on for the only option that currently exists. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Samuel Martin <s.martin49@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'fs')
-rw-r--r--fs/iso9660/Config.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/fs/iso9660/Config.in b/fs/iso9660/Config.in
index 50b437765..9d00ab829 100644
--- a/fs/iso9660/Config.in
+++ b/fs/iso9660/Config.in
@@ -8,11 +8,14 @@ config BR2_TARGET_ROOTFS_ISO9660
help
Build a bootable iso9660 image
+if BR2_TARGET_ROOTFS_ISO9660
+
config BR2_TARGET_ROOTFS_ISO9660_BOOT_MENU
string "Boot menu.lst file"
- depends on BR2_TARGET_ROOTFS_ISO9660
default "fs/iso9660/menu.lst"
+endif
+
comment "iso image needs a Linux kernel to be built"
depends on BR2_i386 || BR2_x86_64
depends on !BR2_LINUX_KERNEL