Skip to content

Commit

Permalink
Remove ENABLE_REQUIRED_GEN_CODE option
Browse files Browse the repository at this point in the history
  • Loading branch information
mattst88 authored and intel-mediadev committed Jan 17, 2024
1 parent 96c6e65 commit 9e4471e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions media_driver/cmake/linux/media_gen_flags_linux.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.

# TODO: Remove this option when all Gen options can successfully disable
# driver code.
# Status:
# GEN8: Done
# GEN9: Done
# GEN11: Done
# GEN12: Done
option(ENABLE_REQUIRED_GEN_CODE "Make per-Gen options disable only media-kernels (not driver code) if driver code is known to be required for a successful build"
ON)

option(GEN8 "Enable Gen8 support" ON)
cmake_dependent_option(GEN8_BDW
"Enabled BDW support (Gen8)" ON
Expand Down

0 comments on commit 9e4471e

Please sign in to comment.