legacy: drop options that are now forcibly enabled
authorYann E. MORIN <yann.morin.1998@free.fr>
Mon, 24 Aug 2020 17:16:25 +0000 (19:16 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Mon, 24 Aug 2020 17:16:25 +0000 (19:16 +0200)
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>
Config.in.legacy

index 957cbb8b3c6235f2f53a5fcfdb3211731bf63fab..05127ab9c6c998dbdfb48b9580dca31342d9758a 100644 (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