Skip to content

Commit

Permalink
media: intel: clear Kconfig
Browse files Browse the repository at this point in the history
Signed-off-by: Ng Khai Wen <khai.wen.ng@intel.com>
  • Loading branch information
khaiwenng authored and krispan-intel committed Jul 5, 2021
1 parent 1aafb1e commit 08ac4ae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 57 deletions.
57 changes: 0 additions & 57 deletions drivers/media/pci/intel/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,65 +29,8 @@ config VIDEO_INTEL_IPU_SOC
Used for real SoC hardware driver development
Select for SOC platform

config VIDEO_INTEL_IPU_FPGA
bool "Compile for FPGA"
help
Select for FPGA platform

config VIDEO_INTEL_IPU_MOCK
bool "Compile for Mock driver"
help
Select for mock solution

endchoice

config VIDEO_INTEL_IPU_FW_LIB
bool "Compile firmware library"
help
If selected, the firmware hostlib css would be compiled

choice
prompt "intel ipu firmware library type"
depends on VIDEO_INTEL_IPU_FW_LIB
default VIDEO_INTEL_IPU_FW_LIB_IPU6

config VIDEO_INTEL_IPU_FW_LIB_IPU6
bool "Compile for IPU6 driver"
help
For sixth generation Intel imaging processing unit.

To compile this driver, say Y here! Please select the proper option,
it conflicts with other choice.

config VIDEO_INTEL_IPU_FW_LIB_IPU6SE
bool "Compile for IPU6SE driver"
help
Slim enhanced sixth generation Intel imaging processing unit found
in Intel SoC.

To compile this driver, say Y here! Please select the proper option,
it conflicts with other choice.

config VIDEO_INTEL_IPU_FW_LIB_IPU6EP
bool "Compile for IPU6EP driver"
help
For sixth generation EP Intel imaging processing unit.

To compile this driver, say Y here! Please select the proper option,
it conflicts with other choice.

endchoice

config VIDEO_INTEL_IPU_TPG
bool "Compile for TPG driver"
help
If selected, TPG device nodes would be created.

Recommended for driver developers only.

If you want to the TPG devices exposed to user as media entity,
you must select this option, otherwise no.

config VIDEO_INTEL_IPU_WERROR
bool "Force GCC to throw an error instead of a warning when compiling"
depends on VIDEO_INTEL_IPU6
Expand Down
11 changes: 11 additions & 0 deletions drivers/media/platform/intel/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
config INTEL_IPU6_TGLRVP_PDATA
bool "Enable built in platform data for TGL RVP"
depends on VIDEO_INTEL_IPU6
help
Pre-ACPI system platform data is compiled inside kernel

config INTEL_IPU6_ADLRVP_PDATA
bool "Enable built in platform data for ADL RVP"
depends on VIDEO_INTEL_IPU6
help
Pre-ACPI system platform data is compiled inside kernel

0 comments on commit 08ac4ae

Please sign in to comment.