help
Now covers the whole Realtek 87xx familly: 8712/8723.
-###############################################################################
-comment "Legacy options removed in 2013.02"
-
-config BR2_sa110
- bool "sa110 ARM target switched to strongarm"
- select BR2_LEGACY
- select BR2_strongarm
- help
- The SA110 is the same as a generic StrongARM, it just differs
- in speed, peripherals and cache.
-
-config BR2_sa1100
- bool "sa1100 ARM target switched to strongarm"
- select BR2_LEGACY
- select BR2_strongarm
- help
- The SA1100 is the same as a generic StrongARM, it just differs
- in speed, peripherals and cache.
-
-config BR2_PACKAGE_GDISK
- bool "gdisk has been replaced by gptfdisk"
- select BR2_LEGACY
- select BR2_PACKAGE_GPTFDISK
- help
- The option has been renamed BR2_PACKAGE_GPTFDISK.
-
-config BR2_PACKAGE_GDISK_GDISK
- bool "gdisk tool from gdisk has been replaced by gdisk in gptfdisk"
- select BR2_LEGACY
- select BR2_PACKAGE_GPTFDISK
- select BR2_PACKAGE_GPTFDISK_GDISK
- help
- The option has been renamed BR2_PACKAGE_GPTFDISK_GDISK.
-
-config BR2_PACKAGE_GDISK_SGDISK
- bool "sgdisk tool from gdisk has been replaced by sgdisk in gptfdisk"
- select BR2_LEGACY
- select BR2_PACKAGE_GPTFDISK
- select BR2_PACKAGE_GPTFDISK_SGDISK
- help
- The option has been renamed BR2_PACKAGE_GPTFDISK_SGDISK.
-
-config BR2_PACKAGE_GDB_HOST
- bool "gdb for the host option has been renamed"
- select BR2_PACKAGE_HOST_GDB
- select BR2_LEGACY
- help
- Due to the conversion of gdb to the package infrastructure,
- the BR2_PACKAGE_GDB_HOST option has been renamed
- BR2_PACKAGE_HOST_GDB.
-
-config BR2_PACKAGE_DIRECTB_DITHER_RGB16
- bool "DirectFB RGB16 dithering option has been renamed"
- select BR2_PACKAGE_DIRECTFB_DITHER_RGB16
- select BR2_LEGACY
- help
- The option has been renamed
- BR2_PACKAGE_DIRECTFB_DITHER_RGB16.
-
-config BR2_PACKAGE_DIRECTB_TESTS
- bool "DirectFB Tests option has been renamed"
- select BR2_PACKAGE_DIRECTFB_TESTS
- select BR2_LEGACY
- help
- The option has been renamed
- BR2_PACKAGE_DIRECTFB_TESTS.
-
endmenu
endif # !SKIP_LEGACY