Kconfig (0608bab8c7ceabd363901376d3693e8f45371768) | Kconfig (6052d83e716fde1af22a1b812b141e373153735e) |
---|---|
1# 2# Multifunction miscellaneous devices 3# 4 5if HAS_IOMEM 6menu "Multifunction device drivers" 7 8config MFD_CORE --- 1229 unchanged lines hidden (view full) --- 1238 help 1239 The WM8350 is an integrated audio and power management 1240 subsystem with watchdog and RTC functionality for embedded 1241 systems. This option enables core support for the WM8350 with 1242 I2C as the control interface. Additional options must be 1243 selected to enable support for the functionality of the chip. 1244 1245config MFD_WM8994 | 1# 2# Multifunction miscellaneous devices 3# 4 5if HAS_IOMEM 6menu "Multifunction device drivers" 7 8config MFD_CORE --- 1229 unchanged lines hidden (view full) --- 1238 help 1239 The WM8350 is an integrated audio and power management 1240 subsystem with watchdog and RTC functionality for embedded 1241 systems. This option enables core support for the WM8350 with 1242 I2C as the control interface. Additional options must be 1243 selected to enable support for the functionality of the chip. 1244 1245config MFD_WM8994 |
1246 bool "Wolfson Microelectronics WM8994" | 1246 tristate "Wolfson Microelectronics WM8994" |
1247 select MFD_CORE 1248 select REGMAP_I2C 1249 select REGMAP_IRQ | 1247 select MFD_CORE 1248 select REGMAP_I2C 1249 select REGMAP_IRQ |
1250 depends on I2C=y | 1250 depends on I2C |
1251 help 1252 The WM8994 is a highly integrated hi-fi CODEC designed for 1253 smartphone applicatiosn. As well as audio functionality it 1254 has on board GPIO and regulator functionality which is 1255 supported via the relevant subsystems. This driver provides 1256 core support for the WM8994, in order to use the actual 1257 functionaltiy of the device other drivers must be enabled. 1258 --- 48 unchanged lines hidden --- | 1251 help 1252 The WM8994 is a highly integrated hi-fi CODEC designed for 1253 smartphone applicatiosn. As well as audio functionality it 1254 has on board GPIO and regulator functionality which is 1255 supported via the relevant subsystems. This driver provides 1256 core support for the WM8994, in order to use the actual 1257 functionaltiy of the device other drivers must be enabled. 1258 --- 48 unchanged lines hidden --- |