mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-24 07:35:43 +00:00
14 lines
238 B
Plaintext
14 lines
238 B
Plaintext
#
|
|
# Bluetooth configuration
|
|
#
|
|
|
|
menu "MXC AMD GPU support"
|
|
depends on ARCH_MX35 || ARCH_MX51 || ARCH_MX53 || ARCH_MX50
|
|
|
|
config MXC_AMD_GPU
|
|
tristate "MXC AMD GPU support"
|
|
---help---
|
|
Say Y to get the GPU driver support.
|
|
|
|
endmenu
|