diff options
Diffstat (limited to 'init')
| -rw-r--r-- | init/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index cb003a3c9122..e82f289290fa 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
| @@ -1581,4 +1581,10 @@ config PADATA | |||
| 1581 | depends on SMP | 1581 | depends on SMP |
| 1582 | bool | 1582 | bool |
| 1583 | 1583 | ||
| 1584 | # Can be selected by architectures with broken toolchains | ||
| 1585 | # that get confused by correct const<->read_only section | ||
| 1586 | # mappings | ||
| 1587 | config BROKEN_RODATA | ||
| 1588 | bool | ||
| 1589 | |||
| 1584 | source "kernel/Kconfig.locks" | 1590 | source "kernel/Kconfig.locks" |
