mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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: 7d0f3fbb93
("lib: rational: copy the rational fraction lib...")
Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
08600ff62e
commit
a90b5946f4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue