kumquat-buildroot/fs/iso9660
Thomas Petazzoni bd256e96c0 fs/iso9660: use 'depends on' instead of 'select' for bootloader
In preparation to the introduction of the support for other
bootloaders than Grub, this commit switches from having the iso9660
support "select" the necessary bootloader to using a "depends on".

The main motivation is that the isolinux bootloader support will
really need to do a "depends on", due to the need of having a certain
option enabled, but this option being a kconfig "choice".

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
2015-06-14 23:21:34 +02:00
..
Config.in fs/iso9660: use 'depends on' instead of 'select' for bootloader 2015-06-14 23:21:34 +02:00
iso9660.mk fs/iso9660: introduce bootloader choice 2015-06-14 23:21:27 +02:00
menu.lst fs/iso9660: support building a real iso9660 filesystem 2015-06-14 23:21:10 +02:00