Commit 8da745f0 authored by Thomas De Schampheleire's avatar Thomas De Schampheleire Committed by Peter Korsgaard
Browse files

Config.in files: unification of comments about dependency on Linux kernel



This patch lines up the comments of packages that need a Linux kernel to be
built by buildroot, to the format:
    foo needs a Linux kernel to be built

Signed-off-by: default avatarThomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent ee2ce3ba
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
comment "boot-wrapper-aarch64 needs a Linux kernel to be built"
	depends on BR2_aarch64
	depends on !BR2_LINUX_KERNEL

config BR2_TARGET_BOOT_WRAPPER_AARCH64
	bool "boot-wrapper-aarch64"
	depends on BR2_aarch64
+1 −1
Original line number Diff line number Diff line
@@ -17,5 +17,5 @@ config BR2_TARGET_ROOTFS_INITRAMFS
	  identical root filesystems, one embedded inside the kernel
	  image, and one separately.

comment "initramfs requires a Linux kernel to be built"
comment "initramfs needs a Linux kernel to be built"
	depends on !BR2_LINUX_KERNEL
+1 −1
Original line number Diff line number Diff line
@@ -12,6 +12,6 @@ config BR2_TARGET_ROOTFS_ISO9660_BOOT_MENU
	depends on BR2_TARGET_ROOTFS_ISO9660
	default "fs/iso9660/menu.lst"

comment "iso image requires a Linux kernel to be built"
comment "iso image needs a Linux kernel to be built"
	depends on BR2_i386 || BR2_x86_64
	depends on !BR2_LINUX_KERNEL
+1 −1
Original line number Diff line number Diff line
@@ -8,6 +8,6 @@ config BR2_PACKAGE_A10DISP

	  http://github.com/hglm/a10disp

comment "a10disp requires the linux kernel"
comment "a10disp needs a Linux kernel to be built"
	depends on BR2_arm
	depends on !BR2_LINUX_KERNEL
+4 −1
Original line number Diff line number Diff line
comment "cryptodev needs a Linux kernel to be built"
	depends on !BR2_LINUX_KERNEL

config BR2_PACKAGE_CRYPTODEV
	bool "cryptodev support"
	bool "cryptodev"
	depends on BR2_LINUX_KERNEL
	help
	  Select the desired cryptodev implementation.
Loading