aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-09-14 10:55:39 -0600
committerTom Rini <trini@konsulko.com>2023-09-19 11:36:25 -0400
commita90b5946f488e8a36bd318220244ecd0908ce1d3 (patch)
treedb5232611f13803add16a1013daf3018a963823e /lib
parent08600ff62ec862411c4e2373f7e4ea6556307621 (diff)
downloadu-boot-a90b5946f488e8a36bd318220244ecd0908ce1d3.zip
u-boot-a90b5946f488e8a36bd318220244ecd0908ce1d3.tar.gz
u-boot-a90b5946f488e8a36bd318220244ecd0908ce1d3.tar.bz2
lib: rational: Move the Kconfigs into the correct place
These should not be part of the 'system tables' menu. Move them outside on their own. Signed-off-by: Simon Glass <sjg@chromium.org> Fixes: 7d0f3fbb93c ("lib: rational: copy the rational fraction lib...") Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 42e559a..9addcfa 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -989,6 +989,8 @@ config GENERATE_SMBIOS_TABLE
See also SMBIOS_SYSINFO which allows SMBIOS values to be provided in
the devicetree.
+endmenu
+
config LIB_RATIONAL
bool "enable continued fraction calculation routines"
@@ -996,8 +998,6 @@ config SPL_LIB_RATIONAL
bool "enable continued fraction calculation routines for SPL"
depends on SPL
-endmenu
-
config ASN1_COMPILER
bool
help