diff options
Diffstat (limited to 'drivers/mxc/amd-gpu/Kconfig')
-rw-r--r-- | drivers/mxc/amd-gpu/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/mxc/amd-gpu/Kconfig b/drivers/mxc/amd-gpu/Kconfig new file mode 100644 index 000000000000..f4f442787deb --- /dev/null +++ b/drivers/mxc/amd-gpu/Kconfig @@ -0,0 +1,13 @@ +# +# Bluetooth configuration +# + +menu "MXC GPU support" + +config MXC_AMD_GPU + tristate "MXC GPU support" + depends on ARCH_MX35 || ARCH_MX51 || ARCH_MX53 + ---help--- + Say Y to get the GPU driver support. + +endmenu |