blob: f4f442787debb7cf6ae1315ac799fc3d07ba7591 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|