aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r--drivers/misc/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 8baff0effc7d..d9663ef90ce8 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -515,6 +515,15 @@ config SRAM
515 the genalloc API. It is supposed to be used for small on-chip SRAM 515 the genalloc API. It is supposed to be used for small on-chip SRAM
516 areas found on many SoCs. 516 areas found on many SoCs.
517 517
518config VEXPRESS_SYSCFG
519 bool "Versatile Express System Configuration driver"
520 depends on VEXPRESS_CONFIG
521 default y
522 help
523 ARM Ltd. Versatile Express uses specialised platform configuration
524 bus. System Configuration interface is one of the possible means
525 of generating transactions on this bus.
526
518source "drivers/misc/c2port/Kconfig" 527source "drivers/misc/c2port/Kconfig"
519source "drivers/misc/eeprom/Kconfig" 528source "drivers/misc/eeprom/Kconfig"
520source "drivers/misc/cb710/Kconfig" 529source "drivers/misc/cb710/Kconfig"