aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index ccab426e12..847e797a3a 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -21,6 +21,12 @@ config DYNAMIC_CRC_TABLE
21 Enable this option to calculate entries for CRC tables at runtime. 21 Enable this option to calculate entries for CRC tables at runtime.
22 This can be helpful when reducing the size of the build image 22 This can be helpful when reducing the size of the build image
23 23
24config HAVE_ARCH_IOMAP
25 bool
26 help
27 Enable this option if architecture provides io{read,write}{8,16,32}
28 I/O accessor functions.
29
24config HAVE_PRIVATE_LIBGCC 30config HAVE_PRIVATE_LIBGCC
25 bool 31 bool
26 32