legacy: drop options that are now forcibly enabled

As Thomas said:

> In this sort of situation, we generally don't add any legacy
> handling.  Indeed, since the feature is now mandatory... the
> default behavior will always be OK.

> People who could be annoyed are people who had this feature
> disabled... which is now always enabled. But the legacy handling
> will anyway not help those people.

Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Yann E. MORIN 2020-08-24 19:16:25 +02:00
parent 1861514be3
commit 7292cbe80b

View File

@ -146,30 +146,6 @@ endif
comment "Legacy options removed in 2020.08"
config BR2_PACKAGE_PHP_EXT_HASH
bool "php hash extension is mandatory"
select BR2_LEGACY
help
Since php 7.4.0, hash extension can't be disabled.
config BR2_PACKAGE_EFL_GIF
bool "efl evas gif loader is mandatory"
select BR2_LEGACY
help
Since efl 1.23.x, the evas gif loader can't be disabled.
config BR2_PACKAGE_EFL_PNG
bool "efl evas png loader is mandatory"
select BR2_LEGACY
help
Since efl 1.23.x, the evas png loader can't be disabled.
config BR2_PACKAGE_EFL_ELPUT
bool "efl elput is enabled by efl drm option"
select BR2_LEGACY
help
Since efl 1.23.x, the drm option enable the elput library.
config BR2_KERNEL_HEADERS_5_6
bool "kernel headers version 5.6.x are no longer supported"
select BR2_LEGACY