mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-06 06:47:36 +00:00
Add MX508 support, and adapt the gpu driver to one image Signed-off-by: Jie Zhou <b30303@freescale.com>
14 lines
230 B
Plaintext
14 lines
230 B
Plaintext
#
|
|
# Bluetooth configuration
|
|
#
|
|
|
|
menu "MXC GPU support"
|
|
|
|
config MXC_AMD_GPU
|
|
tristate "MXC GPU support"
|
|
depends on ARCH_MX35 || ARCH_MX51 || ARCH_MX53 || ARCH_MX50
|
|
---help---
|
|
Say Y to get the GPU driver support.
|
|
|
|
endmenu
|