diff options
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 614fa7b8a054..1c3d737ec406 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -374,9 +374,19 @@ config PCF50633_GPIO | |||
374 | Say yes here if you want to include support GPIO for pins on | 374 | Say yes here if you want to include support GPIO for pins on |
375 | the PCF50633 chip. | 375 | the PCF50633 chip. |
376 | 376 | ||
377 | config ABX500_CORE | ||
378 | bool "ST-Ericsson ABX500 Mixed Signal Circuit register functions" | ||
379 | default y if ARCH_U300 | ||
380 | help | ||
381 | Say yes here if you have the ABX500 Mixed Signal IC family | ||
382 | chips. This core driver expose register access functions. | ||
383 | Functionality specific drivers using these functions can | ||
384 | remain unchanged when IC changes. Binding of the functions to | ||
385 | actual register access is done by the IC core driver. | ||
386 | |||
377 | config AB3100_CORE | 387 | config AB3100_CORE |
378 | bool "ST-Ericsson AB3100 Mixed Signal Circuit core functions" | 388 | bool "ST-Ericsson AB3100 Mixed Signal Circuit core functions" |
379 | depends on I2C=y | 389 | depends on I2C=y && ABX500_CORE |
380 | default y if ARCH_U300 | 390 | default y if ARCH_U300 |
381 | help | 391 | help |
382 | Select this to enable the AB3100 Mixed Signal IC core | 392 | Select this to enable the AB3100 Mixed Signal IC core |