18 lines
242 B
Plaintext
18 lines
242 B
Plaintext
#
|
|
# MLB150 configuration
|
|
#
|
|
|
|
menu "MXC Media Local Bus Driver"
|
|
|
|
config MXC_MLB
|
|
boolean
|
|
|
|
config MXC_MLB150
|
|
tristate "MLB150 support"
|
|
depends on (SOC_IMX6Q || SOC_IMX6SX)
|
|
select MXC_MLB
|
|
---help---
|
|
Say Y to get the MLB150 support.
|
|
|
|
endmenu
|