.. | .. |
---|
46 | 46 | be called mux-gpio. |
---|
47 | 47 | |
---|
48 | 48 | config MUX_MMIO |
---|
49 | | - tristate "MMIO register bitfield-controlled Multiplexer" |
---|
50 | | - depends on (OF && MFD_SYSCON) || COMPILE_TEST |
---|
| 49 | + tristate "MMIO/Regmap register bitfield-controlled Multiplexer" |
---|
| 50 | + depends on OF || COMPILE_TEST |
---|
51 | 51 | help |
---|
52 | | - MMIO register bitfield-controlled Multiplexer controller. |
---|
| 52 | + MMIO/Regmap register bitfield-controlled Multiplexer controller. |
---|
53 | 53 | |
---|
54 | | - The driver builds multiplexer controllers for bitfields in a syscon |
---|
55 | | - register. For N bit wide bitfields, there will be 2^N possible |
---|
56 | | - multiplexer states. |
---|
| 54 | + The driver builds multiplexer controllers for bitfields in either |
---|
| 55 | + a syscon register or a driver regmap register. For N bit wide |
---|
| 56 | + bitfields, there will be 2^N possible multiplexer states. |
---|
57 | 57 | |
---|
58 | 58 | To compile the driver as a module, choose M here: the module will |
---|
59 | 59 | be called mux-mmio. |
---|