2005-02-25 03:36:58 +01:00
|
|
|
#
|
|
|
|
config BR2_READLINE
|
|
|
|
bool "readline"
|
2005-06-24 00:49:33 +02:00
|
|
|
default n
|
2005-02-25 03:36:58 +01:00
|
|
|
help
|
|
|
|
Enable GNU readline support?
|
|
|
|
|
2007-03-20 18:50:23 +01:00
|
|
|
config BR2_PACKAGE_READLINE_TARGET
|
|
|
|
bool "readline for the target"
|
|
|
|
depends on BR2_READLINE
|
|
|
|
help
|
2008-02-06 02:26:03 +01:00
|
|
|
Say yes here to install the readline libraries on the target.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_READLINE_HEADERS
|
|
|
|
bool "readline headers for the target"
|
|
|
|
depends on BR2_PACKAGE_READLINE_TARGET
|
|
|
|
help
|
|
|
|
Say yes here to install the readline headers and documentation
|
2007-03-20 18:50:23 +01:00
|
|
|
on the target.
|