diff options
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index e29e7980a359..3659d00efdc5 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -518,6 +518,15 @@ config LATTICE_ECP3_CONFIG | |||
518 | 518 | ||
519 | If unsure, say N. | 519 | If unsure, say N. |
520 | 520 | ||
521 | config SRAM | ||
522 | bool "Generic on-chip SRAM driver" | ||
523 | depends on HAS_IOMEM | ||
524 | select GENERIC_ALLOCATOR | ||
525 | help | ||
526 | This driver allows you to declare a memory region to be managed by | ||
527 | the genalloc API. It is supposed to be used for small on-chip SRAM | ||
528 | areas found on many SoCs. | ||
529 | |||
521 | source "drivers/misc/c2port/Kconfig" | 530 | source "drivers/misc/c2port/Kconfig" |
522 | source "drivers/misc/eeprom/Kconfig" | 531 | source "drivers/misc/eeprom/Kconfig" |
523 | source "drivers/misc/cb710/Kconfig" | 532 | source "drivers/misc/cb710/Kconfig" |