X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=lib%2FKconfig;h=a1f30a2c4ef0931483cf80010ef0674ea5dbbb58;hb=d9f23c7fe20fced0a84713d5084a6d2896463257;hp=88e5da72ecc6ffe619a337b981dcb6c6af206c9a;hpb=2c3dc792b6df16970077c0d64085e29f1f85d4c8;p=karo-tx-uboot.git diff --git a/lib/Kconfig b/lib/Kconfig index 88e5da72ec..a1f30a2c4e 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -8,4 +8,25 @@ config CC_OPTIMIZE_LIBS_FOR_SPEED If unsure, say N. +config HAVE_PRIVATE_LIBGCC + bool + +config USE_PRIVATE_LIBGCC + bool "Use private libgcc" + depends on HAVE_PRIVATE_LIBGCC + help + This option allows you to use the built-in libgcc implementation + of U-boot instead of the one privided by the compiler. + If unsure, say N. + +config SYS_HZ + int + default 1000 + help + The frequency of the timer returned by get_timer(). + get_timer() must operate in milliseconds and this option must be + set to 1000. + +source lib/rsa/Kconfig + endmenu