config: make "Build shared libraries" depend on KERNEL_SUPPORTS_SHARED_LIBS

Now that all kernels that support shared libraries select the correct config
option, we can change the dependency rules of SHARED_LIBS accordingly.
This commit is contained in:
Yann E. MORIN" 2009-08-30 16:50:30 +02:00
parent 3e7ed96262
commit cf053f4c05

View File

@ -31,7 +31,7 @@ config SYSROOT_DIR_PREFIX
config SHARED_LIBS
bool
prompt "Build shared libraries"
depends on ! BARE_METAL
depends on KERNEL_SUPPORTS_SHARED_LIBS
default y
help
Say 'y' here, unless you don't want shared libraries.