mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-22 22:56:06 +00:00
Add support for MLB by adding MLB MSL codes. Signed-off-by: Xinyu Chen <xinyu.chen@freescale.com>
14 lines
194 B
Plaintext
14 lines
194 B
Plaintext
#
|
|
# MLB configuration
|
|
#
|
|
|
|
menu "MXC Media Local Bus Driver"
|
|
|
|
config MXC_MLB
|
|
tristate "MLB support"
|
|
depends on ARCH_MX35 || ARCH_MX53
|
|
---help---
|
|
Say Y to get the MLB support.
|
|
|
|
endmenu
|